From fef8094f3a9ea833994761f114a2f34e0aac2b4e Mon Sep 17 00:00:00 2001 From: ClashSAN <98228077+ClashSAN@users.noreply.github.com> Date: Wed, 5 Apr 2023 08:20:33 +0000 Subject: [PATCH] remove sd1.4 links, it autodownloads 1.5; remove .yaml, 2.X models are autodetected and configs automatically used. --- Dependencies.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/Dependencies.md b/Dependencies.md index 31e5bff..198eaee 100644 --- a/Dependencies.md +++ b/Dependencies.md @@ -11,26 +11,12 @@ - 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](https://huggingface.co/CompVis/stable-diffusion-v-1-4-original) - - [File storage](https://drive.yerf.org/wl/?id=EBfTrmcCCUAGaQBXVIj5lJmEhjoP1tgl) - - 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](https://upscale.wiki/wiki/Model_Database), may be placed into the ESRGAN directory. ESRGAN directory doesn't exist in the repo, until you run for the first time. +Additional finetuned ESRGAN models such as those from the [Model Database](https://upscale.wiki/wiki/Model_Database), may be placed into the ESRGAN directory. ESRGAN directory doesn't exist in the repo, until you run for the first time. The models 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. - -## .yaml files for [sd 2.x models](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Features#stable-diffusion-20) - -- 768-v-ema.ckpt [config](https://raw.githubusercontent.com/Stability-AI/stablediffusion/main/configs/stable-diffusion/v2-inference-v.yaml)) - -- 512-base-ema.ckpt [config](https://raw.githubusercontent.com/Stability-AI/stablediffusion/main/configs/stable-diffusion/v2-inference.yaml) - -- 512-depth-ema.ckpt [config](https://raw.githubusercontent.com/Stability-AI/stablediffusion/main/configs/stable-diffusion/v2-midas-inference.yaml) - -Download config .yaml file and store it in same folder as .ckpt with the same name. \ No newline at end of file