NUROISEA commited on
Commit
54f8076
1 Parent(s): a488aa4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -28
README.md CHANGED
@@ -1,28 +1,50 @@
1
- # OrangeProBlossomPastel.safetensors
2
- ```
3
- = AOM3 + mix-pro-v3-non-ema-fp32, 0.7, safetensors
4
- = __O1__ + blossom-extract, 0.5, safetensors
5
- = __O2__ + pastelmix-fp32, 0.3, safetensors
6
- ```
7
-
8
- # floral-essence
9
- ```
10
- floral-essence = blossom-extract + mix-pro-v3-non-ema-fp32, 0.75, safetensors
11
- ```
12
-
13
- # pastel-floral-essence
14
- ```
15
- pastel-floral-essence = pastelmix-fp32 + floral-essence, 0.75, safetensors
16
- ```
17
-
18
- # florescence
19
- ```
20
- = pastelmix-fp32 + blossom-extract, 0.45, safetensors
21
- florescence = __O1__ + mix-pro-v3-non-ema-fp32, 0.25, safetensors
22
- ```
23
-
24
- # exsoular
25
- ```
26
- soul0000, expmixline_v20 reverse cosine mbw merge
27
- baked in blessed vae (you can find it in nocrypt's repos) (links later)
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)