Stable Diffusion web UIΒΆ

git clone --depth=1 https://github.com/AUTOMATIC1111/stable-diffusion-webui
cd stable-diffusion-webui
python -m venv venv
venv\Scripts\activate.bat
pip install torch torchvision torchaudio xformers --index-url https://download.pytorch.org/whl/cu121

Edit webui-user.bat [2][3][4]:

set COMMANDLINE_ARGS=--xformers --port <port>
set XFORMERS_MORE_DETAILS=1

Download type Checkpoint * and put file *.safetensors into models/Stable-diffusion. Liked Earth Satellite Image Map Generator Mix.

pip install hf_transfer
webui-user.bat

ReferenceΒΆ

ResourceΒΆ

  1. Extensions β†’ Available β†’ Load from β†’ Search and Install.

  2. Extensions β†’ Install from URL.

  3. Extensions β†’ Installed β†’ Apply and restartUI.