FredZhang7
commited on
Commit
·
7689ab2
1
Parent(s):
d1d5178
Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ Using this instead of the stable diffusion safety checker allows users to save 1
|
|
15 |
<br>
|
16 |
|
17 |
# PyTorch
|
18 |
-
The PyTorch model runs much slower
|
19 |
```bash
|
20 |
pip install --upgrade torchvision
|
21 |
```
|
|
|
15 |
<br>
|
16 |
|
17 |
# PyTorch
|
18 |
+
The PyTorch model runs much slower with transformers, so downloading it externally is a better option.
|
19 |
```bash
|
20 |
pip install --upgrade torchvision
|
21 |
```
|