Update README.md
Browse files
README.md
CHANGED
@@ -29,6 +29,7 @@ Switch to FairAI license. (Still no commercial use.)
|
|
29 |
# UI Guide
|
30 |
|
31 |
## SD.Next
|
|
|
32 |
Switch to the dev branch:
|
33 |
```
|
34 |
git checkout dev
|
@@ -49,6 +50,7 @@ Resolution: 1024x1536, 2048x1152
|
|
49 |
Anything works as long as it's a multiply of 128.
|
50 |
|
51 |
## ComfyUI
|
|
|
52 |
Please refer to CivitAI: https://civitai.com/models/353284
|
53 |
|
54 |
|
@@ -152,6 +154,7 @@ aesthetic tags, quality tags, date tags, custom tags, rating tags, character tag
|
|
152 |
```
|
153 |
|
154 |
### Date:
|
|
|
155 |
| tag | date |
|
156 |
|---|---|
|
157 |
| **newest** | 2022 to 2024 |
|
@@ -161,7 +164,6 @@ aesthetic tags, quality tags, date tags, custom tags, rating tags, character tag
|
|
161 |
| **oldest** | 2005 to 2010 |
|
162 |
|
163 |
### Aesthetic Tags:
|
164 |
-
|
165 |
**Model used**: shadowlilac/aesthetic-shadow-v2
|
166 |
|
167 |
| score greater than | tag | count |
|
@@ -177,10 +179,8 @@ aesthetic tags, quality tags, date tags, custom tags, rating tags, character tag
|
|
177 |
| **rest of them** | very displeasing | 328.712 |
|
178 |
|
179 |
### Quality Tags:
|
180 |
-
|
181 |
**Model used**: https://huggingface.co/hakurei/waifu-diffusion-v1-4/blob/main/models/aes-B32-v0.pth
|
182 |
|
183 |
-
|
184 |
| score greater than | tag | count |
|
185 |
|---|---|---|
|
186 |
| **0.980** | best quality | 1.270.447 |
|
@@ -210,11 +210,11 @@ aesthetic tags, quality tags, date tags, custom tags, rating tags, character tag
|
|
210 |
| **visual novel cg** | Full_VN_Name (short_3_letter_name), visual novel cg, |
|
211 |
| **anime wallpaper** | date, anime wallpaper, |
|
212 |
|
213 |
-
## Training
|
214 |
-
|
215 |
**Software used**: Kohya SD-Scripts with Stable Cascade branch
|
216 |
-
|
217 |
|
|
|
218 |
### Command:
|
219 |
```shell
|
220 |
LD_PRELOAD=/usr/lib/libtcmalloc.so.4 accelerate launch --mixed_precision fp16 --num_cpu_threads_per_process 1 stable_cascade_train_stage_c.py \
|
@@ -276,13 +276,14 @@ LD_PRELOAD=/usr/lib/libtcmalloc.so.4 accelerate launch --mixed_precision fp16 -
|
|
276 |
|
277 |
- This model is intended for anime illustrations.
|
278 |
Realistic capabilites are not tested at all.
|
279 |
-
- Still underbaked.
|
280 |
|
281 |
### Limitations
|
|
|
282 |
- Can fall back to realistic.
|
283 |
Add "realistic" tag to the negatives when this happens.
|
284 |
- Far shot eyes can be bad.
|
285 |
- Anatomy and hands can be bad.
|
|
|
286 |
|
287 |
|
288 |
## License
|
|
|
29 |
# UI Guide
|
30 |
|
31 |
## SD.Next
|
32 |
+
|
33 |
Switch to the dev branch:
|
34 |
```
|
35 |
git checkout dev
|
|
|
50 |
Anything works as long as it's a multiply of 128.
|
51 |
|
52 |
## ComfyUI
|
53 |
+
|
54 |
Please refer to CivitAI: https://civitai.com/models/353284
|
55 |
|
56 |
|
|
|
154 |
```
|
155 |
|
156 |
### Date:
|
157 |
+
|
158 |
| tag | date |
|
159 |
|---|---|
|
160 |
| **newest** | 2022 to 2024 |
|
|
|
164 |
| **oldest** | 2005 to 2010 |
|
165 |
|
166 |
### Aesthetic Tags:
|
|
|
167 |
**Model used**: shadowlilac/aesthetic-shadow-v2
|
168 |
|
169 |
| score greater than | tag | count |
|
|
|
179 |
| **rest of them** | very displeasing | 328.712 |
|
180 |
|
181 |
### Quality Tags:
|
|
|
182 |
**Model used**: https://huggingface.co/hakurei/waifu-diffusion-v1-4/blob/main/models/aes-B32-v0.pth
|
183 |
|
|
|
184 |
| score greater than | tag | count |
|
185 |
|---|---|---|
|
186 |
| **0.980** | best quality | 1.270.447 |
|
|
|
210 |
| **visual novel cg** | Full_VN_Name (short_3_letter_name), visual novel cg, |
|
211 |
| **anime wallpaper** | date, anime wallpaper, |
|
212 |
|
213 |
+
## Training Parameters:
|
|
|
214 |
**Software used**: Kohya SD-Scripts with Stable Cascade branch
|
215 |
+
https://github.com/kohya-ss/sd-scripts/tree/stable-cascade
|
216 |
|
217 |
+
**Base model**: Disty0/sote-diffusion-cascade-alpha0
|
218 |
### Command:
|
219 |
```shell
|
220 |
LD_PRELOAD=/usr/lib/libtcmalloc.so.4 accelerate launch --mixed_precision fp16 --num_cpu_threads_per_process 1 stable_cascade_train_stage_c.py \
|
|
|
276 |
|
277 |
- This model is intended for anime illustrations.
|
278 |
Realistic capabilites are not tested at all.
|
|
|
279 |
|
280 |
### Limitations
|
281 |
+
|
282 |
- Can fall back to realistic.
|
283 |
Add "realistic" tag to the negatives when this happens.
|
284 |
- Far shot eyes can be bad.
|
285 |
- Anatomy and hands can be bad.
|
286 |
+
- Still in active training.
|
287 |
|
288 |
|
289 |
## License
|