From d7784f4eeabaaca28bfb987a115cb867101f09c3 Mon Sep 17 00:00:00 2001 From: lunarring <78172771+lunarring@users.noreply.github.com> Date: Mon, 9 Jan 2023 09:17:25 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b3ada9..40dd813 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,12 @@ 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 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) -With xformers, stable diffusion 2 will run a bit faster. The recommended way of installation is via the supplied binaries (Linux). +[Download the Stable Diffusion x4 Upscaler (optional)]([https://huggingface.co/stabilityai/stable-diffusion-2-inpainting](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. ```commandline conda install xformers -c xformers/label/dev