Update README.md
Browse files
README.md
CHANGED
|
@@ -11,7 +11,7 @@ unzip SD.zip && cd SD
|
|
| 11 |
sh run.sh
|
| 12 |
|
| 13 |
```
|
| 14 |
-
### Note,modify the class FrozenCLIPEmbedder(version="openai/clip-vit-large-patch14") in SD/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/ldm/modules/encoders/modules.py
|
| 15 |
|
| 16 |
for example
|
| 17 |
|
|
|
|
| 11 |
sh run.sh
|
| 12 |
|
| 13 |
```
|
| 14 |
+
### Note,if your nerwork is slow,you can download openai/clip-vit-large-patch14 to local,or modify the class FrozenCLIPEmbedder(version="openai/clip-vit-large-patch14") in SD/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/ldm/modules/encoders/modules.py
|
| 15 |
|
| 16 |
for example
|
| 17 |
|