This repository was archived by the owner on Sep 7, 2022. It is now read-only.
forked from CompVis/stable-diffusion
-
Notifications
You must be signed in to change notification settings - Fork 145
Installation
Amir Emami edited this page Aug 31, 2022
·
8 revisions
You will need administrator privileges for installing Miniconda and the setup script.
- Download and extract this repo.
- Download the model checkpoint. (e.g. from huggingface)
- Place the model into 'models\ldm\stable-diffusion-v1' and rename it to 'model.ckpt'.
- Download and install Miniconda 3, Miniconda3 Windows 64-bit, or Miniconda3 Windows 32-bit
- Double click webui.cmd or webuildm.cmd
- If you followed the external guide that references this repo you will have been told to open the environment.yaml file and change the name from ldm to ldo
- This is to help avoid conflicts with any existing stable-diffusion environments you may have
- webui.cmd is set up for an environment called ldo
- webuildm.cmd is set up for an environment called ldm (the same as what the environment.yaml is called originally)
- If your environment is called ldo double click webui.cmd
- If your environment is called ldm double click webuildm.cmd
After installation has completed, you can open webui.cmd*
NOTE: These instructions still need improving