You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: Imaginate has been temporarily removed from Graphite as we made major code changes that broke the feature. We're working on restoring and further improving it in the near future.
Imaginate currently uses the open source Stable Diffusion AI image generation tool. We plan to provide this hosted for our users in the future once we can prioritize the infrastructure setup. Right now, you need to run it on your own machine by downloading the popular A1111 distribution of Stable Diffusion from here. Please check the hardware requirements, which might not work on older, low-spec computers.
Setup Steps
Install Stable Diffusion with these instructions. This will take some time, and requires downloading large AI models that are several gigabytes.
Note the Python version requirement is most likely important. You will need to install the exact required version for it to work.
Launch the SD server by running it with the command line arguments (flags) --api --cors-allow-origins=*.
If using Windows, edit webui-user.bat to add those flags after set COMMANDLINE_ARGS= before launching that bat file.
Wait for the server to finish starting, which can take roughly a minute.
Return to Graphite and hit the refresh button in the Imaginate properties. If necessary, click the gear icon to open Graphite preferences and change the server URL if the default of http://localhost:7860/ does not suit your setup.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Note: Imaginate has been temporarily removed from Graphite as we made major code changes that broke the feature. We're working on restoring and further improving it in the near future.
Imaginate currently uses the open source Stable Diffusion AI image generation tool. We plan to provide this hosted for our users in the future once we can prioritize the infrastructure setup. Right now, you need to run it on your own machine by downloading the popular A1111 distribution of Stable Diffusion from here. Please check the hardware requirements, which might not work on older, low-spec computers.
Setup Steps
Note the Python version requirement is most likely important. You will need to install the exact required version for it to work.
--api --cors-allow-origins=*
.If using Windows, edit
webui-user.bat
to add those flags afterset COMMANDLINE_ARGS=
before launching that bat file.http://localhost:7860/
does not suit your setup.Beta Was this translation helpful? Give feedback.
All reactions