Update README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,33 @@ Original SoteMix is available here:
|
|
21 |
https://huggingface.co/Disty0/SoteMix
|
22 |
|
23 |
Coverted to LCM with this script:
|
24 |
-
https://github.com/vladmandic/automatic/blob/master/cli/lcm-convert.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
|
26 |
|
27 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6456af6195082f722d178522/HV7YOb6xyJyW_NX-XzV69.png)
|
|
|
21 |
https://huggingface.co/Disty0/SoteMix
|
22 |
|
23 |
Coverted to LCM with this script:
|
24 |
+
https://github.com/vladmandic/automatic/blob/master/cli/lcm-convert.py
|
25 |
+
|
26 |
+
|
27 |
+
Positive Prompts:
|
28 |
+
```
|
29 |
+
(masterpiece, best quality, highres), 1girl,
|
30 |
+
```
|
31 |
+
Negative Prompts:
|
32 |
+
```
|
33 |
+
(worst quality, low quality, lowres), zombie, interlocked fingers,
|
34 |
+
```
|
35 |
+
|
36 |
+
Sampler: `LCM`
|
37 |
+
Steps: `4-8`
|
38 |
+
Clip Skip: `1`
|
39 |
+
CFG: `0` or `1`
|
40 |
+
Base Resolution: `512x` / `768x` / `1024x` / `768x1280`
|
41 |
+
|
42 |
+
Second Passs / Hires: `RealESRGAN 4x+ Anime6B` / `ESRGAN 4x-AnimeSharp` with 0.3-0.4 denoise strength.
|
43 |
+
Secondary / Hires CFG: `0` or `1`
|
44 |
+
Second Pass / Hires Resolution: `2x` of the base resolution.
|
45 |
+
|
46 |
+
Mege:
|
47 |
+
```
|
48 |
+
0.7(0.75(0.75(0.75(0.75(0.75(0.5(SomethingV2_2) + 0.5(meinapastel_v5Anime)) + 0.25(meinaalter_v2)) + 0.25(meinamix_meinaV9)) + 0.25(nyanMix_230303Intense)) + 0.25(mixProV4_v4)) + 0.25(breakdomain_M2150)) + 0.3(0.4(SomethingV2_2) + 0.6(meinapastel_v5Anime))
|
49 |
+
```
|
50 |
+
And baked in Blessed2 VAE
|
51 |
|
52 |
|
53 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6456af6195082f722d178522/HV7YOb6xyJyW_NX-XzV69.png)
|