Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,64 @@
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
3 |
---
|
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:\
|
10 |
+
For example (m_wlop illustration style:1.3)
|
11 |
+
|
12 |
+
## Symbol legend
|
13 |
+
```
|
14 |
+
A + B = weighted sum
|
15 |
+
A + (B - C) = add difference
|
16 |
+
@ 0.5 = merge strength/multiplier
|
17 |
+
```
|
18 |
+
|
19 |
+
## 1-berry
|
20 |
+
|
21 |
+
First step of berry mix. (not uploaded, but used in most mixes)
|
22 |
+
|
23 |
+
```
|
24 |
+
novel + (F222 - sd1.4) @ 1.0
|
25 |
+
```
|
26 |
+
|
27 |
+
## 1-art
|
28 |
+
|
29 |
+
Originally a temporary model part of a bigger mix, but turned out to work great by itself.
|
30 |
+
|
31 |
+
```
|
32 |
+
1-berry + (nixeu-f - wd1.3) @ 1.0
|
33 |
+
```
|
34 |
+
|
35 |
+
## anymix
|
36 |
+
|
37 |
+
Mix of the models based on anything v3.
|
38 |
+
|
39 |
+
```
|
40 |
+
A: wlop-any + nixeu-any @ 0.5
|
41 |
+
B: ross-any + robutts-any @ 0.5
|
42 |
+
C: A + B @ 0.5
|
43 |
+
1-berry + C @ 0.5
|
44 |
+
```
|
45 |
+
|
46 |
+
## diffmix
|
47 |
+
|
48 |
+
Similar to anymix, but using add differential for the first level merges. Specifics have been forgotten.
|
49 |
+
|
50 |
+
Guweiz and Greg might be included - if I recall correctly - in addition to the models included in anymix.
|
51 |
+
|
52 |
+
## megamix
|
53 |
+
|
54 |
+
Weighted sum merge between all of my models at equal proportions, including both waifu diffusion and anything v3 versions of the same model.
|
55 |
+
Artists included are Wlop (m_wlop), Nixeu (m_nixeu), RossDraws (m_ross), Cutesexyrobutts (m_robutts), Guweiz (m_guweiz) and Grzegorz Rutkowski (m_greg).
|
56 |
+
|
57 |
+
## Links to models
|
58 |
+
|
59 |
+
https://huggingface.co/SirVeggie/wlop\
|
60 |
+
https://huggingface.co/SirVeggie/nixeu\
|
61 |
+
https://huggingface.co/SirVeggie/ross_draws\
|
62 |
+
https://huggingface.co/SirVeggie/cutesexyrobutts\
|
63 |
+
https://huggingface.co/SirVeggie/guweiz\
|
64 |
+
https://huggingface.co/SirVeggie/greg_rutkowski
|