Update README.md
Browse files
README.md
CHANGED
@@ -1,28 +1,50 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## Mixing Cauldron
|
2 |
+
A repository of experimental mixes I made using my favorite models.
|
3 |
+
|
4 |
+
All of the used models will be linked at the bottom, recipe will be shown here.
|
5 |
+
|
6 |
+
(sample images later)
|
7 |
+
|
8 |
+
## OrangeProBlossomPastel
|
9 |
+
|
10 |
+
| Model A | Model B | Interpolation Method | Weight | Name |
|
11 |
+
| ------- | ------- | -------------------- | ------ | ---- |
|
12 |
+
| AOM3 | mix-pro-v3-non-ema-fp32 | Weighted Sum | 0.7 | temp1 |
|
13 |
+
| temp1 | blossom-extract | Weighted Sum | 0.5 | temp2 |
|
14 |
+
| temp2 | pastelmix-fp32 | Weighted Sum | 0.3 | OrangeProBlossomPastel |
|
15 |
+
|
16 |
+
## floral-essence
|
17 |
+
|
18 |
+
| Model A | Model B | Interpolation Method | Weight | Name |
|
19 |
+
| ------- | ------- | -------------------- | ------ | ---- |
|
20 |
+
| blossom-extract | mix-pro-v3-non-ema-fp32 | Weighted Sum | 0.75 | floral-essence |
|
21 |
+
|
22 |
+
## pastel-floral-essence
|
23 |
+
|
24 |
+
| Model A | Model B | Interpolation Method | Weight | Name |
|
25 |
+
| ------- | ------- | -------------------- | ------ | ---- |
|
26 |
+
| pastelmix-fp32 | floral-essence | Weighted Sum | 0.75 | pastel-floral-essence |
|
27 |
+
|
28 |
+
## florescence
|
29 |
+
|
30 |
+
| Model A | Model B | Interpolation Method | Weight | Name |
|
31 |
+
| ------- | ------- | -------------------- | ------ | ---- |
|
32 |
+
| pastelmix-fp32 | blossom-extract | Weighted Sum | 0.45 | temp1 |
|
33 |
+
| temp1 | mix-pro-v3-non-ema-fp32 | Weighted Sum | 0.25 | florescence |
|
34 |
+
|
35 |
+
|
36 |
+
## exsoular
|
37 |
+
|
38 |
+
| Model A | Model B | Interpolation Method | Weight | Name |
|
39 |
+
| ------- | ------- | -------------------- | ------ | ---- |
|
40 |
+
| soul0000 | expmixline_v20 | Merge Block | Reverse Cosine | exsoular-raw |
|
41 |
+
| exsoular-raw | blessed2 | Baked in VAE | | exsoular |
|
42 |
+
|
43 |
+
## model links (in order of appearance)
|
44 |
+
- [AOM3](https://huggingface.co/WarriorMama777/OrangeMixs/blob/main/Models/AbyssOrangeMix3/AOM3_orangemixs.safetensors)
|
45 |
+
- [mix-pro-v3-non-ema-fp32](https://huggingface.co/swl-models/mix-pro-v3/blob/main/mix-pro-v3-non-ema-fp32.safetensors)
|
46 |
+
- [blossom-extract](https://huggingface.co/NUROISEA/anything-mix/blob/main/blossom-extract.safetensors)
|
47 |
+
- [pastelmix-fp32](https://huggingface.co/andite/pastel-mix/blob/main/pastelmix-fp32.safetensors)
|
48 |
+
- [soul0000](https://huggingface.co/TheRaphael0000/mixes0000/blob/main/soul0000.ckpt)
|
49 |
+
- [expmixline_v20](https://huggingface.co/mdl-mirror/ExpMix_Line/blob/main/expmixLine_v20.safetensors)
|
50 |
+
- [blessed2](https://huggingface.co/NoCrypt/blessed_vae/blob/main/blessed2.vae.pt)
|