Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,42 @@
|
|
1 |
-
---
|
2 |
-
license: openrail++
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: openrail++
|
3 |
+
base_model:
|
4 |
+
- OnomaAIResearch/Illustrious-XL-v2.0
|
5 |
+
---
|
6 |
+
An experimental merge of various models I like, using an algorithm that ideally takes the strengths of each. Thanks to @epiTune for the advice and guidance, I still have a lot to learn and a lot to do, but this is a great start.
|
7 |
+
|
8 |
+
**NOTE: This model is very much WIP, use at your own risk. There are some weird issues that show up with "fringes" at the side of the image among other things. I am new to merging in general, I am only putting this up because people keep asking me what I use for my images.**
|
9 |
+
|
10 |
+
#### **Models Used**
|
11 |
+
* IllustriousXL V2.0 Stable - Used as base merge target
|
12 |
+
* 1.0 UNET/1.0 CLIP
|
13 |
+
* Rouwei v0.7 eps
|
14 |
+
* 1.0 UNET/1.2 CLIP
|
15 |
+
* IllumiYume v3.1
|
16 |
+
* 1.5 UNET/2.0 CLIP
|
17 |
+
* Hassaku v1.3 Style A
|
18 |
+
* 1.4 UNET/0.5 CLIP
|
19 |
+
* ionsyx v3.0
|
20 |
+
* 1.4 UNET/0.8 CLIP
|
21 |
+
* Wicked Illustrious Mix v1.1
|
22 |
+
* 1.2 UNET/0.5 CLIP
|
23 |
+
* mdntIllus Syn v1
|
24 |
+
* 1.0 UNET/1.3 CLIP
|
25 |
+
* Kokio v2.0
|
26 |
+
* 1.2 UNET/0.8 CLIP
|
27 |
+
* Diving Illustrious Anime v11
|
28 |
+
* 0.5 UNET/0.5 CLIP
|
29 |
+
* Bismuth Illustrious Mix v2.0
|
30 |
+
* 1.2 UNET/0.8 CLIP
|
31 |
+
* NoobAI v1.1 eps
|
32 |
+
* 0.7 UNET/1.5 CLIP
|
33 |
+
* Unreleased Merge
|
34 |
+
* 1.0 UNET/2.0 CLIP
|
35 |
+
* Plant Milk Hemp II
|
36 |
+
* 1.4 UNET/0.8 CLIP
|
37 |
+
* Plant Milk Coconut
|
38 |
+
* 1.4 UNET/0.8 CLIP
|
39 |
+
|
40 |
+
The above may not make the most sense, but using the algorithm, each model's UNET and CLIP were compared and the best was chosen tensor by tensor, using the above weights as my subjective adjustment to influence how likely they would be chosen. I can't tell you exactly what part of what model is used where, my merge script just chose what it considered the best.
|
41 |
+
|
42 |
+
For future versions I will be experimenting with different models, along with more granular adjustments (at the block level, or even more granular than that).
|