mixing-cauldron / README.md
NUROISEA's picture
Update README.md
3c23099
|
raw
history blame
No virus
2.34 kB
---
license: creativeml-openrail-m
---
## Mixing Cauldron
A repository of experimental mixes I made using my favorite models.
All of the used models will be linked at the bottom, recipe will be shown here.
(sample images later)
## OrangeProBlossomPastel
| Model A | Model B | Interpolation Method | Weight | Name |
| ------- | ------- | -------------------- | ------ | ---- |
| AOM3 | mix-pro-v3-non-ema-fp32 | Weighted Sum | 0.7 | temp1 |
| temp1 | blossom-extract | Weighted Sum | 0.5 | temp2 |
| temp2 | pastelmix-fp32 | Weighted Sum | 0.3 | OrangeProBlossomPastel |
## floral-essence
| Model A | Model B | Interpolation Method | Weight | Name |
| ------- | ------- | -------------------- | ------ | ---- |
| blossom-extract | mix-pro-v3-non-ema-fp32 | Weighted Sum | 0.75 | floral-essence |
## pastel-floral-essence
| Model A | Model B | Interpolation Method | Weight | Name |
| ------- | ------- | -------------------- | ------ | ---- |
| pastelmix-fp32 | floral-essence | Weighted Sum | 0.75 | pastel-floral-essence |
## florescence
| Model A | Model B | Interpolation Method | Weight | Name |
| ------- | ------- | -------------------- | ------ | ---- |
| pastelmix-fp32 | blossom-extract | Weighted Sum | 0.45 | temp1 |
| temp1 | mix-pro-v3-non-ema-fp32 | Weighted Sum | 0.25 | florescence |
## exsoular
| Model A | Model B | Interpolation Method | Weight | Name |
| ------- | ------- | -------------------- | ------ | ---- |
| soul0000 | expmixline_v20 | Merge Block | Reverse Cosine | exsoular-raw |
| exsoular-raw | blessed2 | Baked in VAE | | exsoular |
## model links (in order of appearance)
- [AOM3](https://huggingface.co/WarriorMama777/OrangeMixs/blob/main/Models/AbyssOrangeMix3/AOM3_orangemixs.safetensors)
- [mix-pro-v3-non-ema-fp32](https://huggingface.co/swl-models/mix-pro-v3/blob/main/mix-pro-v3-non-ema-fp32.safetensors)
- [blossom-extract](https://huggingface.co/NUROISEA/anything-mix/blob/main/blossom-extract.safetensors)
- [pastelmix-fp32](https://huggingface.co/andite/pastel-mix/blob/main/pastelmix-fp32.safetensors)
- [soul0000](https://huggingface.co/TheRaphael0000/mixes0000/blob/main/soul0000.ckpt)
- [expmixline_v20](https://huggingface.co/mdl-mirror/ExpMix_Line/blob/main/expmixLine_v20.safetensors)
- [blessed2](https://huggingface.co/NoCrypt/blessed_vae/blob/main/blessed2.vae.pt)