NUROISEA commited on
Commit
0121a8f
1 Parent(s): 412e6c2

preparation for images

Browse files
Files changed (1) hide show
  1. README.md +36 -13
README.md CHANGED
@@ -2,14 +2,16 @@
2
  license: creativeml-openrail-m
3
  ---
4
 
5
- ## Mixing Cauldron
6
  A repository of ***experimental*** mixes I made using my favorite models.
7
 
8
  All of the used models will be linked at the bottom, recipe will be shown here.
9
 
10
  (sample images later)
11
 
12
- ## OrangeProBlossomPastel
 
 
13
 
14
  | Model A | Model B | Interpolation Method | Weight | Name |
15
  | ------- | ------- | -------------------- | ------ | ---- |
@@ -17,45 +19,66 @@ All of the used models will be linked at the bottom, recipe will be shown here.
17
  | temp1 | blossom-extract | Weighted Sum | 0.5 | temp2 |
18
  | temp2 | pastelmix-fp32 | Weighted Sum | 0.3 | OrangeProBlossomPastel |
19
 
20
- ## floral-essence
 
 
 
 
21
 
22
  | Model A | Model B | Interpolation Method | Weight | Name |
23
  | ------- | ------- | -------------------- | ------ | ---- |
24
  | blossom-extract | mix-pro-v3-non-ema-fp32 | Weighted Sum | 0.75 | floral-essence |
25
 
26
- ## pastel-floral-essence
 
 
 
 
27
 
28
  | Model A | Model B | Interpolation Method | Weight | Name |
29
  | ------- | ------- | -------------------- | ------ | ---- |
30
  | pastelmix-fp32 | floral-essence | Weighted Sum | 0.75 | pastel-floral-essence |
31
 
32
- ## florescence
 
 
 
 
33
 
34
  | Model A | Model B | Interpolation Method | Weight | Name |
35
  | ------- | ------- | -------------------- | ------ | ---- |
36
  | pastelmix-fp32 | blossom-extract | Weighted Sum | 0.45 | temp1 |
37
  | temp1 | mix-pro-v3-non-ema-fp32 | Weighted Sum | 0.25 | florescence |
38
 
 
39
 
40
- ## exsoular
 
 
41
 
42
  | Model A | Model B | Interpolation Method | Weight | Name |
43
  | ------- | ------- | -------------------- | ------ | ---- |
44
  | soul0000 | expmixline_v20 | Merge Block | Reverse Cosine | exsoular-raw |
45
  | exsoular-raw | blessed2 | Baked in VAE | | exsoular |
46
 
47
- ## exsoulvoyant
 
 
 
 
48
 
49
  | Model A | Model B | Interpolation Method | Weight | Name |
50
  | ------- | ------- | -------------------- | ------ | ---- |
51
  | exsoular | detailedprojectv4-fin | Merge Block | SMOOTHSTEP*2 | exsoulvoyant |
52
 
53
- ## used models links (in order of appearance)
 
 
54
  - [AOM3](https://huggingface.co/WarriorMama777/OrangeMixs/blob/main/Models/AbyssOrangeMix3/AOM3_orangemixs.safetensors)
55
- - [mix-pro-v3-non-ema-fp32](https://huggingface.co/swl-models/mix-pro-v3/blob/main/mix-pro-v3-non-ema-fp32.safetensors)
56
  - [blossom-extract](https://huggingface.co/NUROISEA/anything-mix/blob/main/blossom-extract.safetensors)
57
- - [pastelmix-fp32](https://huggingface.co/andite/pastel-mix/blob/main/pastelmix-fp32.safetensors)
58
- - [soul0000](https://huggingface.co/TheRaphael0000/mixes0000/blob/main/soul0000.ckpt)
59
  - [expmixline_v20](https://huggingface.co/mdl-mirror/ExpMix_Line/blob/main/expmixLine_v20.safetensors)
60
- - [blessed2](https://huggingface.co/NoCrypt/blessed_vae/blob/main/blessed2.vae.pt)
61
- - [detailedprojectv4-fin](https://huggingface.co/closertodeath/detailedproject/blob/main/detailedprojectv4-fin.safetensors)
 
 
2
  license: creativeml-openrail-m
3
  ---
4
 
5
+ # Mixing Cauldron
6
  A repository of ***experimental*** mixes I made using my favorite models.
7
 
8
  All of the used models will be linked at the bottom, recipe will be shown here.
9
 
10
  (sample images later)
11
 
12
+ # OrangeProBlossomPastel
13
+
14
+ <details><summary>Recipe</summary>
15
 
16
  | Model A | Model B | Interpolation Method | Weight | Name |
17
  | ------- | ------- | -------------------- | ------ | ---- |
 
19
  | temp1 | blossom-extract | Weighted Sum | 0.5 | temp2 |
20
  | temp2 | pastelmix-fp32 | Weighted Sum | 0.3 | OrangeProBlossomPastel |
21
 
22
+ </details>
23
+
24
+ # floral-essence
25
+
26
+ <details><summary>Recipe</summary>
27
 
28
  | Model A | Model B | Interpolation Method | Weight | Name |
29
  | ------- | ------- | -------------------- | ------ | ---- |
30
  | blossom-extract | mix-pro-v3-non-ema-fp32 | Weighted Sum | 0.75 | floral-essence |
31
 
32
+ </details>
33
+
34
+ # pastel-floral-essence
35
+
36
+ <details><summary>Recipe</summary>
37
 
38
  | Model A | Model B | Interpolation Method | Weight | Name |
39
  | ------- | ------- | -------------------- | ------ | ---- |
40
  | pastelmix-fp32 | floral-essence | Weighted Sum | 0.75 | pastel-floral-essence |
41
 
42
+ </details>
43
+
44
+ # florescence
45
+
46
+ <details><summary>Recipe</summary>
47
 
48
  | Model A | Model B | Interpolation Method | Weight | Name |
49
  | ------- | ------- | -------------------- | ------ | ---- |
50
  | pastelmix-fp32 | blossom-extract | Weighted Sum | 0.45 | temp1 |
51
  | temp1 | mix-pro-v3-non-ema-fp32 | Weighted Sum | 0.25 | florescence |
52
 
53
+ </details>
54
 
55
+ # exsoular
56
+
57
+ <details><summary>Recipe</summary>
58
 
59
  | Model A | Model B | Interpolation Method | Weight | Name |
60
  | ------- | ------- | -------------------- | ------ | ---- |
61
  | soul0000 | expmixline_v20 | Merge Block | Reverse Cosine | exsoular-raw |
62
  | exsoular-raw | blessed2 | Baked in VAE | | exsoular |
63
 
64
+ </details>
65
+
66
+ # exsoulvoyant
67
+
68
+ <details><summary>Recipe</summary>
69
 
70
  | Model A | Model B | Interpolation Method | Weight | Name |
71
  | ------- | ------- | -------------------- | ------ | ---- |
72
  | exsoular | detailedprojectv4-fin | Merge Block | SMOOTHSTEP*2 | exsoulvoyant |
73
 
74
+ </details>
75
+
76
+ # Used models for mixing
77
  - [AOM3](https://huggingface.co/WarriorMama777/OrangeMixs/blob/main/Models/AbyssOrangeMix3/AOM3_orangemixs.safetensors)
78
+ - [blessed2](https://huggingface.co/NoCrypt/blessed_vae/blob/main/blessed2.vae.pt)
79
  - [blossom-extract](https://huggingface.co/NUROISEA/anything-mix/blob/main/blossom-extract.safetensors)
80
+ - [detailedprojectv4-fin](https://huggingface.co/closertodeath/detailedproject/blob/main/detailedprojectv4-fin.safetensors)
 
81
  - [expmixline_v20](https://huggingface.co/mdl-mirror/ExpMix_Line/blob/main/expmixLine_v20.safetensors)
82
+ - [mix-pro-v3-non-ema-fp32](https://huggingface.co/swl-models/mix-pro-v3/blob/main/mix-pro-v3-non-ema-fp32.safetensors)
83
+ - [pastelmix-fp32](https://huggingface.co/andite/pastel-mix/blob/main/pastelmix-fp32.safetensors)
84
+ - [soul0000](https://huggingface.co/TheRaphael0000/mixes0000/blob/main/soul0000.ckpt)