Fork for use with sd-webui
- If you're following the steps outline via Installation Link, there is an optional steps to load Latent Diffusion Super Resolution (LDSR)
- This repo helps minor updates to automatic download_mode.bat and keep things compatible with sd-webui
- download_mode.bat - will download the required model files and place them under experiments/pretrained_models
- Git clone this repo Hafiidz/latent-diffusion into your
/stable-diffusion-webui/src/
folder - You can do this by navigating to
/stable-diffusion-webui/src/
folder in your VSCode terminal, or via running git bash or other relevant command prompt
- Run
git clone https://github.com/Hafiidz/latent-diffusion.git
- It will take a while to download and once the cloning is completed, you will see the following messages:
- Next, run
/stable-diffusion-webui/src/latent-diffusion/download_model.bat
, by double clicking it, to automatically download 2 relevant filesproject.yaml
andmodel.cpkt
- The file will take a while to download, once done, navigate to
stable-diffusion-webui/src/latent-diffusion/experiments/pretrained_models/
and confirm the two files are there
- (Optional) If the two files are not there, you can manually download them:
- Download project.yaml and model last.cpkt.
- Rename
<date>-project.yaml
toproject.yaml
andlast.ckpt
tomodel.ckpt
- Place both under
stable-diffusion-webui/src/latent-diffusion/experiments/pretrained_models/
- Follow the discussion or raise a new issue here.