Update README.md
#3
by
Eugeoter
- opened
README.md
CHANGED
@@ -45,13 +45,20 @@ Special thanks to my teammate euge for the coding work, and we're grateful for t
|
|
45 |
|
46 |
## Method I: [reForge](https://github.com/Panchovix/stable-diffusion-webui-reForge/tree/dev_upstream)
|
47 |
|
48 |
-
1. Install reForge by following the instructions in the repository;
|
49 |
-
2. Switch to `
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
|
56 |
## Method II: [ComfyUI](https://github.com/comfyanonymous/ComfyUI)
|
57 |
|
@@ -64,12 +71,7 @@ SAMLPLE with NODES
|
|
64 |
|
65 |
Note that dev branch is not stable and **may contain bugs**.
|
66 |
|
67 |
-
1. (If you haven't installed WebUI)
|
68 |
-
|
69 |
-
```bash
|
70 |
-
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui
|
71 |
-
```
|
72 |
-
|
73 |
2. Switch to `dev` branch:
|
74 |
|
75 |
```bash
|
@@ -82,7 +84,7 @@ git switch dev
|
|
82 |
git pull
|
83 |
```
|
84 |
|
85 |
-
4. Launch WebUI and use the model as usual
|
86 |
|
87 |
## Method IV: [Diffusers](https://huggingface.co/docs/diffusers/en/index)
|
88 |
|
@@ -176,6 +178,7 @@ Our ultimate goal is to ensure that quality tags effectively track user preferen
|
|
176 |
|
177 |
| Tag | Description |
|
178 |
| :-------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
|
179 |
| very awa | Top 5% of images in terms of aesthetic score by [waifu-scorer](https://huggingface.co/Eugeoter/waifu-scorer-v4-beta) |
|
180 |
| worst aesthetic | All the bottom 5% of images in terms of aesthetic score by [waifu-scorer](https://huggingface.co/Eugeoter/waifu-scorer-v4-beta) and [aesthetic-shadow-v2](https://huggingface.co/shadowlilac/aesthetic-shadow-v2) |
|
181 |
| ... | ... |
|
|
|
45 |
|
46 |
## Method I: [reForge](https://github.com/Panchovix/stable-diffusion-webui-reForge/tree/dev_upstream)
|
47 |
|
48 |
+
1. (If you haven't installed reForge) Install reForge by following the instructions in the repository;
|
49 |
+
2. Switch to `dev_upstream` branch:
|
50 |
+
|
51 |
+
```bash
|
52 |
+
git checkout dev_upstream
|
53 |
+
```
|
54 |
+
|
55 |
+
3. Update reforge:
|
56 |
+
|
57 |
+
```bash
|
58 |
+
git pull
|
59 |
+
```
|
60 |
+
|
61 |
+
4. Launch WebUI and use the model as usual!
|
62 |
|
63 |
## Method II: [ComfyUI](https://github.com/comfyanonymous/ComfyUI)
|
64 |
|
|
|
71 |
|
72 |
Note that dev branch is not stable and **may contain bugs**.
|
73 |
|
74 |
+
1. (If you haven't installed WebUI) Install WebUI by following the instructions in the repository. For simp
|
|
|
|
|
|
|
|
|
|
|
75 |
2. Switch to `dev` branch:
|
76 |
|
77 |
```bash
|
|
|
84 |
git pull
|
85 |
```
|
86 |
|
87 |
+
4. Launch WebUI and use the model as usual!
|
88 |
|
89 |
## Method IV: [Diffusers](https://huggingface.co/docs/diffusers/en/index)
|
90 |
|
|
|
178 |
|
179 |
| Tag | Description |
|
180 |
| :-------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
181 |
+
|
182 |
| very awa | Top 5% of images in terms of aesthetic score by [waifu-scorer](https://huggingface.co/Eugeoter/waifu-scorer-v4-beta) |
|
183 |
| worst aesthetic | All the bottom 5% of images in terms of aesthetic score by [waifu-scorer](https://huggingface.co/Eugeoter/waifu-scorer-v4-beta) and [aesthetic-shadow-v2](https://huggingface.co/shadowlilac/aesthetic-shadow-v2) |
|
184 |
| ... | ... |
|