mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-01-30 18:22:56 +08:00
clarity that SD2.0 512 base model works too: https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/5412#issuecomment-1336642099
parent
ba12d76f2a
commit
7ba17c27ec
@ -3,7 +3,7 @@ This is a feature showcase page for [Stable Diffusion web UI](https://github.com
|
||||
All examples are non-cherrypicked unless specified otherwise.
|
||||
|
||||
# Stable Diffusion 2.0
|
||||
So far, only Stable Diffusion 2.0-v model is supported. To use it:
|
||||
So far, only the [768-v-ema.ckpt](https://huggingface.co/stabilityai/stable-diffusion-2/blob/main/768-v-ema.ckpt) and [512-base-ema.ckpt](https://huggingface.co/stabilityai/stable-diffusion-2-base/blob/main/512-base-ema.ckpt) models are supported. To use it:
|
||||
|
||||
- download [768-v-ema.ckpt](https://huggingface.co/stabilityai/stable-diffusion-2/blob/main/768-v-ema.ckpt) checkpoint (from here: https://huggingface.co/stabilityai/stable-diffusion-2)
|
||||
- put it into models/Stable-Diffusion directory
|
||||
@ -12,6 +12,7 @@ So far, only Stable Diffusion 2.0-v model is supported. To use it:
|
||||
|
||||
Train tab will most likely be broken for the 2.0 models.
|
||||
|
||||
For the 512-base model, grab the yaml from [here](https://github.com/Stability-AI/stablediffusion/blob/main/configs/stable-diffusion/v2-inference.yaml), rename it to the model name, and place with the model.
|
||||
|
||||
# Outpainting
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user