Extremely inspired and forked from: https://github.com/klimaleksus/stable-diffusion-webui-embedding-merge
Turning Words into Visual Magic
Ever notice how different words create different feelings? Stable Diffusion works the same way - it turns words into mathematical patterns (called tokens) that paint pictures in its mind. What we're doing is learning to blend these patterns together, like mixing colors on a palette, but with concepts instead of paint!
Your spell format is beautifully simple:
<'anything you can imagine' + 'something else'*0.5>
That's it! And when we say "anything," we mean it:
- Song lyrics:
<'dancing in the moonlight' + 'neon glow'*0.7>
- Vibes:
<'cozy autumn afternoon' + 'vintage film grain'*0.4>
- Actual embeddings:
<'your_style.pt' + 'ethereal'*0.5>
- Random ideas:
<'space whales' + 'bioluminescent'*1.2>
- Take your favorite song lyric:
<'we are all just stardust' + 'cosmic'*0.5>
- Mix moods:
<'cyberpunk' + 'cottagecore'*0.8>
- Blend concepts:
<'morning coffee' + 'peaceful'*1.2>
- Use
*0
to make something disappear (great for removing unwanted elements!) - Switch to
{...}
instead of<...>
if needed - Stack multiple expressions in one prompt for complex vibes
-
The Numbers Game:
0.1 to 0.5
= whispers of an idea0.5 to 1.5
= normal conversation1.5 to 3.0
= shouting- Above that = screaming into the void (sometimes in a good way!)
-
Smart Blending:
A dreamy scene of <'starlit ocean' + 'bioluminescence'*0.7>, {'soft focus' + 'cinematic' + 'ethereal'=/3}
- Mixing vibes and moods
- Playing with intensity
- Blending concepts
- Song lyrics and poetry
- Abstract ideas
- Style mixing
- Trying to be too specific
# Might not work as expected: <'red'+'dress'> # Won't necessarily make a red dress
- Doing concept math
# Usually gets weird: <'happy' - 'smile' + 'laugh'>
-
For Vibes: Mix freely and play with weights
<'synthwave sunset' + 'lofi aesthetic'*0.6>
-
For Songs: Start pure, then enhance
<'walking on sunshine'*0.8 + 'bright'*0.3>
-
For Experiments: Try the unexpected
<'jazz' + 'forest'*0.5> # Why not?
Remember: You're not just writing prompts - you're painting with concepts! Sometimes the most beautiful results come from playful experiments and unexpected combinations. Don't be afraid to try wild ideas or mix things that "shouldn't" go together.
Let your imagination run wild - try song lyrics, poetry, random thoughts, or that weird idea you had at 3 AM. The worst that can happen is an interesting mistake, and the best? Pure magic! ✨
Got some numbers looking weird? (Like super high or super low?) Just dial them back with lower multipliers. Think of it like turning down music that's too loud - sometimes softer is better! 🎵
Remember, this is all about creative exploration. There's no "wrong" way to merge - only new discoveries waiting to happen! 🚀