Commit
·
44d7ecc
1
Parent(s):
885e6f0
Update guides/WEBUI.md
Browse files- guides/WEBUI.md +3 -3
guides/WEBUI.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# Using with Stable Diffusion WebUI
|
2 |
|
3 |
## Setting Up
|
4 |
-
1. Download [
|
5 |
copy them to `<stable-diffusion-webui>/models/Stable-diffusion`
|
6 |
2. Reload WebUI checkpoints
|
7 |
3. For more information, [see here](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Features#basic-models).
|
@@ -11,8 +11,8 @@
|
|
11 |
|
12 |
If you use [`a1111-sd-webui-tagcomplete`](https://github.com/DominikDoom/a1111-sd-webui-tagcomplete/blob/main/README.md), you can configure it to use E621 Rising's tags like this:
|
13 |
|
14 |
-
1. Download [`rising.csv`](
|
15 |
-
2. Download [`config.json`](
|
16 |
3. Restart WebUI
|
17 |
4. For more information, [see here](https://github.com/DominikDoom/a1111-sd-webui-tagcomplete/blob/main/README.md).
|
18 |
|
|
|
1 |
# Using with Stable Diffusion WebUI
|
2 |
|
3 |
## Setting Up
|
4 |
+
1. Download [`sd21-e621-rising-v1-epoch19.ckpt`](https://huggingface.co/hearmeneigh/sd21-e621-rising-v1-ckpt/blob/main/sd21-e621-rising-v1-epoch19.ckpt) and [`sd21-e621-rising-v1-epoch19.yaml`](https://huggingface.co/hearmeneigh/sd21-e621-rising-v1-ckpt/blob/main/sd21-e621-rising-v1-epoch19.yaml) and
|
5 |
copy them to `<stable-diffusion-webui>/models/Stable-diffusion`
|
6 |
2. Reload WebUI checkpoints
|
7 |
3. For more information, [see here](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Features#basic-models).
|
|
|
11 |
|
12 |
If you use [`a1111-sd-webui-tagcomplete`](https://github.com/DominikDoom/a1111-sd-webui-tagcomplete/blob/main/README.md), you can configure it to use E621 Rising's tags like this:
|
13 |
|
14 |
+
1. Download [`rising.csv`](./autocomplete/rising.csv) and copy it to `<stable-diffusion-webui>/extensions/a1111-sd-webui-tagcomplete/tags`
|
15 |
+
2. Download [`config.json`](./autocomplete/config.json) and copy it to `<stable-diffusion-webui>/extensions/a1111-sd-webui-tagcomplete/tags`
|
16 |
3. Restart WebUI
|
17 |
4. For more information, [see here](https://github.com/DominikDoom/a1111-sd-webui-tagcomplete/blob/main/README.md).
|
18 |
|