aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-09-07 16:13:37 +0000
committerAUTOMATIC <16777216c@gmail.com>2022-09-07 16:13:37 +0000
commite92d4cf7476f1897fce376916dfb40755ea7920f (patch)
treee8d79d25abfb79171fca14c20cb389b228bf1a51
parent700c47a67492b1502265e5077c5be9ed70f8eb2a (diff)
downloadstable-diffusion-webui-gfx803-e92d4cf7476f1897fce376916dfb40755ea7920f.tar.gz
stable-diffusion-webui-gfx803-e92d4cf7476f1897fce376916dfb40755ea7920f.tar.bz2
stable-diffusion-webui-gfx803-e92d4cf7476f1897fce376916dfb40755ea7920f.zip
Remove requirement for CUDA in readme.
-rw-r--r--README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.md b/README.md
index 9ad93c0f..b975db15 100644
--- a/README.md
+++ b/README.md
@@ -42,9 +42,6 @@ A browser interface based on Gradio library for Stable Diffusion.
You need [python](https://www.python.org/downloads/windows/) and [git](https://git-scm.com/download/win)
installed to run this, and an NVidia videocard.
-I tested the installation to work Windows with Python 3.8.10, and with Python 3.10.6. You may be able
-to have success with different versions.
-
You need `model.ckpt`, Stable Diffusion model checkpoint, a big file containing the neural network weights. You
can obtain it from the following places:
- [official download](https://huggingface.co/CompVis/stable-diffusion-v-1-4-original)
@@ -60,7 +57,6 @@ as model if it has .pth extension. Grab models from the [Model Database](https:/
- install [Python 3.10.6](https://www.python.org/downloads/windows/) and check "Add Python to PATH" during installation. You must install this exact version.
- install [git](https://git-scm.com/download/win)
-- install [CUDA 11.3](https://developer.nvidia.com/cuda-11.3.0-download-archive?target_os=Windows&target_arch=x86_64)
- place `model.ckpt` into webui directory, next to `webui.bat`.
- _*(optional)*_ place `GFPGANv1.3.pth` into webui directory, next to `webui.bat`.
- run `webui.bat` from Windows Explorer. Run it as normal user, ***not*** as administrator.