Skip to content

Commit

Permalink
Merge pull request #334 from alibaba/webui
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
chywang committed Aug 25, 2023
2 parents 48e786e + 1beb3c9 commit 95a8da3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions diffusion/chinese_sd_webui/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ An extension for [webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui

## download model

Put your models into the `../stable-diffusion-webui/models/ChineseDiffusion`.
Download or place the pai diffusion models in `path_to_your/stable-diffusion-webui/models/ChineseDiffusion`.
For example,
```
cd path_to_your/stable-diffusion-webui/models/ChineseDiffusion/Chinese_diffusion
Expand Down Expand Up @@ -32,13 +32,13 @@ git clone https://huggingface.co/alibaba-pai/pai-diffusion-artist-large-zh-lora-
┗━━ 📁vae
model_index.josn
README.md
┗━━ 📁 Chinese_Lora
┗━━ 📁 your lora model <----- any name can be used, such as 'pai-diffusion-artist-large-zh-lora-poem‘
┣━━ 📁...
┗━━ 📁 Chinese_Lora
┗━━ 📁 your lora model <----- any name can be used, such as 'pai-diffusion-artist-large-zh-lora-poem‘
┣━━ 📁...
┗━━ 📁 Chinese_Controlnet
┗━━ 📁 your controlnet model <----- any name can be used, such as 'pai-diffusion-artist-large-zh-controlnet-canny‘
┣━━ 📁...
┗━━ 📁 Chinese_Controlnet
┗━━ 📁 your controlnet model <----- any name can be used, such as 'pai-diffusion-artist-large-zh-controlnet-canny‘
┣━━ 📁...
```
Expand Down

0 comments on commit 95a8da3

Please sign in to comment.