Moses25 commited on
Commit
4942523
1 Parent(s): 245077f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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