Replies: 1 comment
-
Stable Diffusion AI has a Krita AI diffusion project https://github.com/acly/krita-ai-diffusion, which aims to provide AI diffusion model support for Krita drawing software. It allows users to generate images using AI-driven tools inside Krita software and provides a range of models for different types of image generation, such as painting, concept art and illustration, hoping to develop extensions of similar features, thank you. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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