Skip to content

Dependencies

AUTOMATIC1111 edited this page Sep 30, 2022 · 10 revisions

Required Dependencies

  1. Python 3.10.6 and Git:
    • Windows: download and run installers for Python 3.10.6 (webpage, exe, or win7 version) and git (webpage)
    • Linux (Debian-based): sudo apt install wget git python3 python3-venv
    • Linux (Red Hat-based): sudo dnf install wget git python3
    • Linux (Arch-based): sudo pacman -S wget git python3
  2. Code from this repository:
    • preferred way: using git: git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git.
      • This way is referred because it lets you update by just running git pull.
      • Those commands can be used from command line window that opens after you right click in Explorer and select "Git Bash here".
    • alternative way: use the "Code" (green button) -> "Download ZIP" option on the main page of the repo.
      • You still need to install git even if you choose this.
      • To update, you'll have to download zip again and replace files.
  3. The Stable Diffusion model checkpoint, a file with .ckpt extension, needs to be downloaded and placed in the models/Stable-diffusion directory.
    • Official download
    • File storage
    • Torrent (magnet:?xt=urn:btih:3a4a612d75ed088ea542acac52f9f45987488d1c&dn=sd-v1-4.ckpt&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337)

Optional Dependencies

ESRGAN (Upscaling)

ESRGAN models such as those from the Model Database, may be placed into the ESRGAN directory. A file will be loaded as a model if it has .pth extension, and it will show up with its name in the UI.

Note: RealESRGAN models are not ESRGAN models, they are not compatible. Do not download RealESRGAN models. Do not place RealESRGAN into the directory with ESRGAN models.

Clone this wiki locally