mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-02-07 06:02:53 +08:00
remove sd1.4 links, it autodownloads 1.5; remove .yaml, 2.X models are autodetected and configs automatically used.
parent
dd95360a3c
commit
fef8094f3a
@ -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.
|
Loading…
Reference in New Issue
Block a user