From ff76fe10b8b8d11e48f201685718e8e0a31ea5cc Mon Sep 17 00:00:00 2001 From: lunarring <78172771+lunarring@users.noreply.github.com> Date: Fri, 2 Dec 2022 12:43:35 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe361d2..49fbbf7 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ pip install -r requirements.txt [Download the Stable Diffusion 2.0 Inpainting Model (optional)](https://huggingface.co/stabilityai/stable-diffusion-2-inpainting) #### Install [Xformers](https://github.com/facebookresearch/xformers) -With xformers, stable diffusion 2 will run much faster. The recommended way of installation is via the supplied binaries (Linux). +With xformers, stable diffusion 2 will run a bit faster. The recommended way of installation is via the supplied binaries (Linux). ```commandline conda install xformers -c xformers/label/dev