File size: 806 Bytes
5be0f9b 31a6487 838b29f 31a6487 4942523 245077f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
---
license: apache-2.0
---
#### this is a stable diffusion webui repo,inlcuding v-1.5,v-2.1-512 and v-2.1-768,choose what you like .
fork from [AUTOMATIC1111/stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui).
I just prepare the model and env
```
Step1
git clone git clone https://huggingface.co/Moses25/stable-diffusion-v2-webui
unzip SD.zip && cd SD
sh run.sh
```
### 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
for example

|