diff options
author | Thierry <tianming.chen0424@gmail.com> | 2023-03-29 20:58:56 +0000 |
---|---|---|
committer | Thierry <tianming.chen0424@gmail.com> | 2023-03-29 20:58:56 +0000 |
commit | baef594e4a2c49103d472b48544b6848dfcaf2a6 (patch) | |
tree | bbbf7dd2a881bf6759b29313902365df148a69a7 /README.md | |
parent | 3c7b928914eb2fe1b2ab456faa390b846de12b64 (diff) | |
download | stable-diffusion-webui-gfx803-baef594e4a2c49103d472b48544b6848dfcaf2a6.tar.gz stable-diffusion-webui-gfx803-baef594e4a2c49103d472b48544b6848dfcaf2a6.tar.bz2 stable-diffusion-webui-gfx803-baef594e4a2c49103d472b48544b6848dfcaf2a6.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ Alternatively, use online services (like Google Colab): - [List of Online Services](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Online-Services)
### Automatic Installation on Windows
-1. Install [Python 3.10.9](https://www.python.org/downloads/release/python-3109/) (Newer version of Python does not support torch), checking "Add Python to PATH".
+1. Install [Python 3.10.6](https://www.python.org/downloads/release/python-3106/) (Newer version of Python does not support torch), checking "Add Python to PATH".
2. Install [git](https://git-scm.com/download/win).
3. Download the stable-diffusion-webui repository, for example by running `git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git`.
4. Run `webui-user.bat` from Windows Explorer as normal, non-administrator, user.
|