Ai art wiki is a free online encyclopedia, created and edited by volunteers. If you see wrong or missing information, feel free to edit it. Guidelines
Stable Diffusion webui/install
This page lists guides for installation of Stable Diffusion webui.
Stable Diffusion webui is a browser interface based on Gradio library for Stable Diffusion. Currently it is the most common way to run Stable Diffusion.
There are multiple ways to install it. It is recommended to run Stable Diffusion on computers with videocard having 6Gb memory or more. If it isn't the case, consider running Stable Diffusion in cloud. This means that heavy computations will be done on another, strong computer over internet. While it is possible to run SD on older videocards or even CPU, it is much slower, and eventually you might want to use your own computer to run a graphical editor for inpainting.
Cloud[edit | edit source]
Google Colab is an online service that allows its users to run python scripts and applications from browser with Google's own dedicated computing power. It requires a google account. To run SD on colab it is required to have a notebook, sometimes referenced to as colab. It contains executable code. To use a colab, you usually need to clone it into your cloud by pressing file/Save a Copy in Drive
.
List of colabs[edit | edit source]
- Basic colab with SD preinstalled
- Russian colab with massive collection of downloadable models
- Colab for model training
- maintained by camenduru
- maintained by ddPn08
- maintained by Akaibu
- Riffusion: Colab
Other services[edit | edit source]
- maintained by Cyberes
- Kaggle, maintained by camenduru
- Sagemaker, maintained by fractality
- Hugging Face, maintained by camenduru
- Runpod tutorial