Update README.md

This commit is contained in:
lunarring 2023-01-09 09:17:25 +01:00 committed by GitHub
parent 5ede599e3a
commit d7784f4eea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -39,10 +39,12 @@ pip install -r requirements.txt
#### Download Models from Huggingface #### Download Models from Huggingface
[Download the Stable Diffusion v2-1_768 Model](https://huggingface.co/stabilityai/stable-diffusion-2-1) [Download the Stable Diffusion v2-1_768 Model](https://huggingface.co/stabilityai/stable-diffusion-2-1)
[Download the Stable Diffusion 2.0 Inpainting Model (optional)](https://huggingface.co/stabilityai/stable-diffusion-2-inpainting) [Download the Stable Diffusion Inpainting Model (optional)](https://huggingface.co/stabilityai/stable-diffusion-2-inpainting)
#### (Optional) Install [Xformers](https://github.com/facebookresearch/xformers) [Download the Stable Diffusion x4 Upscaler (optional)]([https://huggingface.co/stabilityai/stable-diffusion-2-inpainting](https://huggingface.co/stabilityai/stable-diffusion-x4-upscaler))
With xformers, stable diffusion 2 will run a bit faster. The recommended way of installation is via the supplied binaries (Linux).
#### (Optional but recommended) Install [Xformers](https://github.com/facebookresearch/xformers)
With xformers, stable diffusion will run faster with smaller memory inprint. Necessary for higher resolutions / upscaling model.
```commandline ```commandline
conda install xformers -c xformers/label/dev conda install xformers -c xformers/label/dev