Skip to content

Commit ded960a

Browse files
author
Kavya Mali
authored
Update README.md
1 parent d5a5f2e commit ded960a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,11 @@ Make sure the required [dependencies](https://github.com/AUTOMATIC1111/stable-di
102102
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".
103103
2. Enter the venv(requires launching webui-user.bat once):
104104
```bash
105-
# .\venv\Scripts\activate
105+
.\venv\Scripts\activate
106106
```
107107
3. Install pytorch:
108108
```bash
109-
# pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchaudio==0.12.1 --extra-index-url https://download.pytorch.org/whl/cu113
109+
pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchaudio==0.12.1 --extra-index-url https://download.pytorch.org/whl/cu113
110110
```
111111
Additional note: Lower version of pytorch and CUDA can be installed for cards with CC<5.2
112112
**4. Optional:**
@@ -158,3 +158,4 @@ Licenses for borrowed code can be found in `Settings -> Licenses` screen, and al
158158
- Initial Gradio script - posted on 4chan by an Anonymous user. Thank you Anonymous user.
159159
- (You)
160160

161+

0 commit comments

Comments
 (0)