mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-04-04 19:49:01 +08:00
Updated Installation on Apple Silicon (markdown)
parent
8abf2a739f
commit
cbeb63cd51
@ -30,13 +30,13 @@ Some popular official Stable Diffusion models are:
|
||||
* [Stable Diffusion 1.5](https://huggingface.co/runwayml/stable-diffusion-v1-5) (Download `v1-5-pruned-emaonly.ckpt`)
|
||||
* [Stable Diffusion 1.5 Inpainting](https://huggingface.co/runwayml/stable-diffusion-inpainting) (Download `sd-v1-5-inpainting.ckpt`)
|
||||
|
||||
Stable Diffusion 2.0 and 2.1 require both a model and a configuration file, as well as image width & height to be set to 768 or higher to work correctly:
|
||||
Stable Diffusion 2.0 and 2.1 require both a model and a configuration file, and image width & height will need to be set to 768 or higher when generating images:
|
||||
* [Stable Diffusion 2.0](https://huggingface.co/stabilityai/stable-diffusion-2) (Download `768-v-ema.ckpt`)
|
||||
* [Stable Diffusion 2.1](https://huggingface.co/stabilityai/stable-diffusion-2-1) (Download `v2-1_768-ema-pruned.ckpt`)
|
||||
|
||||
For the configuration file, hold down the option key on the keyboard and click [here](https://github.com/Stability-AI/stablediffusion/raw/main/configs/stable-diffusion/v2-inference-v.yaml) to download `v2-inference-v.yaml` (it may download as `v2-inference-v.yaml.yml`). In Finder select that file then go to the menu and select `File` > `Get Info`. In the window that appears select the filename and change it to the filename of the model, except with the file extension `.yaml` instead of `.ckpt`, press return on the keyboard (confirm changing the file extension if prompted), and place it in the same folder as the model (e.g. if you downloaded the `768-v-ema.ckpt` model, rename it to `768-v-ema.yaml` and put it in `stable-diffusion-webui/models/Stable-diffusion` along with the model).
|
||||
|
||||
Also available is a [Stable Diffusion 2.0 depth model](https://huggingface.co/stabilityai/stable-diffusion-2-depth) (download `512-depth-ema.ckpt`). Download the `v2-midas-inference.yaml` configuration file by holding down option on the keyboard and clicking [here](https://github.com/Stability-AI/stablediffusion/raw/main/configs/stable-diffusion/v2-midas-inference.yaml), then rename it with the `.yaml` extension in the same way as mentioned above and put it in `stable-diffusion-webui/models/Stable-diffusion` along with the model. Note that this model works at dimensions of 512 width/height or higher instead of 768.
|
||||
Also available is a [Stable Diffusion 2.0 depth model](https://huggingface.co/stabilityai/stable-diffusion-2-depth) (download `512-depth-ema.ckpt`). Download the `v2-midas-inference.yaml` configuration file by holding down option on the keyboard and clicking [here](https://github.com/Stability-AI/stablediffusion/raw/main/configs/stable-diffusion/v2-midas-inference.yaml), then rename it with the `.yaml` extension in the same way as mentioned above and put it in `stable-diffusion-webui/models/Stable-diffusion` along with the model. Note that this model works at image dimensions of 512 width/height or higher instead of 768.
|
||||
|
||||
Troubleshooting
|
||||
------
|
||||
|
Loading…
x
Reference in New Issue
Block a user