AUTOMATIC1111 is a user interface for working with graphics AI.
The default deployment is set to the stable-diffusion 1.5 :
Set LINK_MODEL
varriable in SDL, for a download another model. Example:
Also, after deployment, you can use the SHELL
tab Akash Console to upload additional models, to the /stable-diffusion-webui/models/Stable-diffusion
folder.
Open shell tab and past command bash model LINK_TO_MODEL
, example:
bash model https://civitai.com/api/download/models/67990
Then go to web interface AUTOMATIC1111 and click on refresh icon :
And you can select dowloaded models:
Enjoy!
Licenses for borrowed code can be found in Settings -> Licenses
screen, and also in html/licenses.html
file.
- Automatic1111 - https://github.com/AUTOMATIC1111/stable-diffusion-webui
- Stable Diffusion - https://github.com/Stability-AI/stablediffusion, https://github.com/CompVis/taming-transformers