Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,8 @@ license: creativeml-openrail-m
|
|
4 |
|
5 |
# Model mixes
|
6 |
|
|
|
|
|
7 |
Custom models created by combining different models together.
|
8 |
|
9 |
You can and should influence the style of these models by mentioning the keywords of the artists included at a sufficiently high weight:\
|
@@ -16,8 +18,6 @@ A + (B - C) = add difference
|
|
16 |
@ 0.5 = merge strength/multiplier
|
17 |
```
|
18 |
|
19 |
-
Models marked with β
are recommended.
|
20 |
-
|
21 |
## 1-berry
|
22 |
|
23 |
First step of berry mix. (not uploaded, but used in most mixes)
|
@@ -26,7 +26,7 @@ First step of berry mix. (not uploaded, but used in most mixes)
|
|
26 |
novel + (F222 - sd1.4) @ 1.0
|
27 |
```
|
28 |
|
29 |
-
## anymix
|
30 |
|
31 |
Mix of the models based on anything v3.
|
32 |
|
@@ -37,13 +37,13 @@ C: A + B @ 0.5
|
|
37 |
1-berry + C @ 0.5
|
38 |
```
|
39 |
|
40 |
-
## diffmix
|
41 |
|
42 |
Similar to anymix, but using add differential for the first level merges. Specifics have been forgotten.
|
43 |
|
44 |
Guweiz and Greg might be included - if I recall correctly - in addition to the models included in anymix.
|
45 |
|
46 |
-
## anydiff
|
47 |
|
48 |
Mix anymix and diffmix at @0.5 (not included in the files)
|
49 |
|
@@ -52,13 +52,13 @@ Mix anymix and diffmix at @0.5 (not included in the files)
|
|
52 |
Weighted sum merge between all of my models at equal proportions, including both waifu diffusion and anything v3 versions of the same model.
|
53 |
Artists included are Wlop (m_wlop), Nixeu (m_nixeu), RossDraws (m_ross), Cutesexyrobutts (m_robutts), Guweiz (m_guweiz) and Grzegorz Rutkowski (m_greg).
|
54 |
|
55 |
-
## smoothmix
|
56 |
|
57 |
A semi-realistic model with smooth details.
|
58 |
|
59 |
A complex merge that I forgot the details of. Includes probably 10-20 different models from various sources.
|
60 |
|
61 |
-
## different-v3-c
|
62 |
|
63 |
```
|
64 |
smooth-diff = smoothmix + (diffmix - novel) @ 1.0
|
|
|
4 |
|
5 |
# Model mixes
|
6 |
|
7 |
+
**Note: these models are old and not very good anymore**
|
8 |
+
|
9 |
Custom models created by combining different models together.
|
10 |
|
11 |
You can and should influence the style of these models by mentioning the keywords of the artists included at a sufficiently high weight:\
|
|
|
18 |
@ 0.5 = merge strength/multiplier
|
19 |
```
|
20 |
|
|
|
|
|
21 |
## 1-berry
|
22 |
|
23 |
First step of berry mix. (not uploaded, but used in most mixes)
|
|
|
26 |
novel + (F222 - sd1.4) @ 1.0
|
27 |
```
|
28 |
|
29 |
+
## anymix
|
30 |
|
31 |
Mix of the models based on anything v3.
|
32 |
|
|
|
37 |
1-berry + C @ 0.5
|
38 |
```
|
39 |
|
40 |
+
## diffmix
|
41 |
|
42 |
Similar to anymix, but using add differential for the first level merges. Specifics have been forgotten.
|
43 |
|
44 |
Guweiz and Greg might be included - if I recall correctly - in addition to the models included in anymix.
|
45 |
|
46 |
+
## anydiff
|
47 |
|
48 |
Mix anymix and diffmix at @0.5 (not included in the files)
|
49 |
|
|
|
52 |
Weighted sum merge between all of my models at equal proportions, including both waifu diffusion and anything v3 versions of the same model.
|
53 |
Artists included are Wlop (m_wlop), Nixeu (m_nixeu), RossDraws (m_ross), Cutesexyrobutts (m_robutts), Guweiz (m_guweiz) and Grzegorz Rutkowski (m_greg).
|
54 |
|
55 |
+
## smoothmix
|
56 |
|
57 |
A semi-realistic model with smooth details.
|
58 |
|
59 |
A complex merge that I forgot the details of. Includes probably 10-20 different models from various sources.
|
60 |
|
61 |
+
## different-v3-c
|
62 |
|
63 |
```
|
64 |
smooth-diff = smoothmix + (diffmix - novel) @ 1.0
|