Update README.md
This commit is contained in:
parent
d7784f4eea
commit
bfbfe0b13e
|
@ -39,9 +39,9 @@ pip install -r requirements.txt
|
|||
#### Download Models from Huggingface
|
||||
[Download the Stable Diffusion v2-1_768 Model](https://huggingface.co/stabilityai/stable-diffusion-2-1)
|
||||
|
||||
[Download the Stable Diffusion Inpainting Model (optional)](https://huggingface.co/stabilityai/stable-diffusion-2-inpainting)
|
||||
[Download the Stable Diffusion Inpainting Model](https://huggingface.co/stabilityai/stable-diffusion-2-inpainting)
|
||||
|
||||
[Download the Stable Diffusion x4 Upscaler (optional)]([https://huggingface.co/stabilityai/stable-diffusion-2-inpainting](https://huggingface.co/stabilityai/stable-diffusion-x4-upscaler))
|
||||
[Download the Stable Diffusion x4 Upscaler](https://huggingface.co/stabilityai/stable-diffusion-x4-upscaler)
|
||||
|
||||
#### (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.
|
||||
|
|
Loading…
Reference in New Issue