Instructions for installing an optimized version of Stable Diffusion. Use this guide if your GPU has less than the recommended 10GB of VRAM for the 'full' version.
The optimized version is from basujindal/stable-diffusion. See that repo for additional img2img
and inpaint
commands, plus an explanation of the arguments supplied to each command.
- A graphics card that supports NVIDIA CUDA
- The CUDA Toolkit has been installed
- Miniconda has been installed for all users
- The
conda
command is available on the command line. Usually this means that Miniconda'scondabin
directory is in yourPATH
system environment variable.