|
|
--- |
|
|
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 |
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|