mixing-cauldron / README.md
NUROISEA's picture
preparation for images
0121a8f
|
raw
history blame
2.96 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
<details><summary>Recipe</summary>
| 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 |
</details>
# floral-essence
<details><summary>Recipe</summary>
| Model A | Model B | Interpolation Method | Weight | Name |
| ------- | ------- | -------------------- | ------ | ---- |
| blossom-extract | mix-pro-v3-non-ema-fp32 | Weighted Sum | 0.75 | floral-essence |
</details>
# pastel-floral-essence
<details><summary>Recipe</summary>
| Model A | Model B | Interpolation Method | Weight | Name |
| ------- | ------- | -------------------- | ------ | ---- |
| pastelmix-fp32 | floral-essence | Weighted Sum | 0.75 | pastel-floral-essence |
</details>
# florescence
<details><summary>Recipe</summary>
| 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 |
</details>
# exsoular
<details><summary>Recipe</summary>
| Model A | Model B | Interpolation Method | Weight | Name |
| ------- | ------- | -------------------- | ------ | ---- |
| soul0000 | expmixline_v20 | Merge Block | Reverse Cosine | exsoular-raw |
| exsoular-raw | blessed2 | Baked in VAE | | exsoular |
</details>
# exsoulvoyant
<details><summary>Recipe</summary>
| Model A | Model B | Interpolation Method | Weight | Name |
| ------- | ------- | -------------------- | ------ | ---- |
| exsoular | detailedprojectv4-fin | Merge Block | SMOOTHSTEP*2 | exsoulvoyant |
</details>
# Used models for mixing
- [AOM3](https://huggingface.co/WarriorMama777/OrangeMixs/blob/main/Models/AbyssOrangeMix3/AOM3_orangemixs.safetensors)
- [blessed2](https://huggingface.co/NoCrypt/blessed_vae/blob/main/blessed2.vae.pt)
- [blossom-extract](https://huggingface.co/NUROISEA/anything-mix/blob/main/blossom-extract.safetensors)
- [detailedprojectv4-fin](https://huggingface.co/closertodeath/detailedproject/blob/main/detailedprojectv4-fin.safetensors)
- [expmixline_v20](https://huggingface.co/mdl-mirror/ExpMix_Line/blob/main/expmixLine_v20.safetensors)
- [mix-pro-v3-non-ema-fp32](https://huggingface.co/swl-models/mix-pro-v3/blob/main/mix-pro-v3-non-ema-fp32.safetensors)
- [pastelmix-fp32](https://huggingface.co/andite/pastel-mix/blob/main/pastelmix-fp32.safetensors)
- [soul0000](https://huggingface.co/TheRaphael0000/mixes0000/blob/main/soul0000.ckpt)