CivArchive
    Preview 4813716
    Preview 4812993
    Preview 4812992
    Preview 4812996
    Preview 4812995
    Preview 4812999
    Preview 4813000
    Preview 4813001
    Preview 4812998
    Preview 4812990

    Easy one-click color palette for your images. No need to argue with the AI if an orange is a color or a fruit, everything is setup for you automatically.

    Follow me to make sure you see new tools like this, or new styles, poses and Nobodys when I post them. More Clutter series coming too. Things move fast on this site, it's easy to miss.

    How to use: Just place the trigger word in your positive prompt ranging from strength 0.1 to 1.5. You can removed or lower the strength of certain colors by typing the color name in the negative prompt.

    Reds Black and Whites (download)

    Cyberpunk (download)

    Retro Primaries (download)

    Purple to Yellow METALLIC (download)

    Kill Bill (download)

    Bronzy Blues (download)

    Neutral Orange (download)

    Mint Chocolate (download)

    Do you have requests? I've been putting in many more hours lately with this. That's my problem, not yours. But if you'd like to tip me, buy me a beer. Beer encourages me to ignore work and make AI models instead. Tip and make a request. I'll give it a shot if I can. Here at Ko-Fi

    Description

    FAQ

    Comments (16)

    AlyndiarDec 23, 2023
    CivitAI

    Very interresting!

    I, for one, am eager to see the palettes you will produce. If there is a method to the madness for creating these, I hope you will share the steps, as there is an infinity of palettes and being able to create a custom palette when needed would be a major plus.

    A1322Dec 23, 2023· 3 reactions

    I hope Zovya doesn't mind me pulling back the curtain here, but I can answer this! Embeddings are unique among SD tools in that you can open them up and see how they work. The easiest way to do this is with the Embedding Inspector extension for AUTOMATIC1111.

    An embedding is basically a collection of one or more vectors (which are giant piles of numbers), any of which could be built-in tokens (the bits of text that make up our normal prompts), custom vectors created from scratch via training, or a mix of both. You can also take built-in tokens and use them as a starting point for training, which is what Zovya did with CS-RBW.

    If you put CS-RBW in Embedding Inspector, you'll see it appears to be a series of the tokens/text "color red black white primary saturation", but if you do a test by first putting that text in a prompt and then replacing it with "CS-RBW", the results aren't exactly the same. By comparing the numbers in the components of CS-RBW with the ones you get by looking up "color", "red", etc. individually, you can see why. The Magnitude, Min and Max are all slightly different, which means that Zovya also did at least a little bit of training. (It's impossible to know what kind of that training was, but given how small the differences are between the embedding and its ingredients, it must have been very, very light.)

    What this means is that you can replace "red black white" with whatever you want ("color yellow black primary saturation" could give a Kill Bill vibe) and get similar (but not identical!) kinds of results, and you can even use Embedding Inspector to bundle them into simple reusable packages.

    CS-RBW is ultimately a pretty simple embedding, but that doesn't mean it isn't the work of a highly skilled creator. Try plugging some of Zovya's Nobodies into Embedding Inspector for a look at the other style of work he does. That stuff is wild.

    dilectiogamesDec 23, 2023

    @A1322 where is this Embedding Inspector?

    AlyndiarDec 23, 2023

    @A1322 So, if I don't have an embedding for the palette I want, I could basically get by with putting "color pink white lime primary saturation" at the end of my prompt? Would be exactly the same as the embedding, but it should work? And I could package it as an embedding without really training it and use for example CS-PWL instead? Or am I just going down the wrong rabbit-hole?

    AlyndiarDec 23, 2023

    @dilectiogames from A1111, Extensions Tab, you can search for existing extensions and you should find it

    AICasanovaDec 23, 2023· 2 reactions

    I encourage everyone to play with Embedding Inspector to learn more about the embedding space.

    Not only can you put tokens one after another, you can mathematically add them together, giving new single tokens that are similar to both but also different.

    UndefinedUsernameDec 23, 2023· 2 reactions

    @Alyndiar Image colors were never particularly hard to adjust. Prompting 'color scheme red black white' does the same thing this embedding does. If it doesn't, increase the keyword weight.

    A1322Dec 24, 2023· 2 reactions

    @Alyndiar Nothing to do but give it a shot, right? In my experiments, creating the same image twice, with the only difference being one contained "CS-RBW" and one replaced it with "color red black white primary saturation", delivered almost (but not 100%) exactly the same image. Other colors should work similarly.

    And you can definitely create simple embeds for your own convenience. If you just really like pictures of girls with glasses, short hair and freckles, you could make an embedding containing "girl glasses short hair freckles" and name it "whatacutie" and just use "whatacutie" going forward instead of typing all those other words. No training required.

    All an embedding actually is is a way to add "words" to a dictionary without having to edit the existing dictionary. That can easily mean simply pointing to things you already have in that dictionary. You can think of training as a way to define words that are different than what you have on hand, with more foreign ideas being harder to define. When the thing you want to define is as simple as a palette of colors you already know about, the amount of training you need for that is probably none.

    @AICasanova Agreed. They're a great starting point for learning about how SD works under the hood because they're only one or two steps away from the normal prompting that people do all the time and the ideas involved help with just about every other topic. (I'm not sure how I would have ever understood what UNets actually do without studying embeddings first.)

    And even if someone doesn't want to go any further, knowing how the prompt system actually works makes someone way better at prompting in general, and that's awesome.

    1423426Dec 23, 2023
    CivitAI

    I really want to try this out, but for some reason my Stable Diffusion Automatic1111 is only using my Negative Prompt Embeddings and not the ones in my Positive Prompt :( Can anyone help me?

    dilectiogamesDec 23, 2023· 1 reaction

    what happens if you add just one embedding in the positive prompt leaving the rest blank? close the console restart automatic, leave everything blank, use an embedding with nothing else. what happens?

    1423426Dec 23, 2023

    @dilectiogames The strangest thing. So, I did what you suggested, left everything blank and ran it with just that single embedding. It worked. So I added in embeddings one at a time, at least, the ones I was using before. Kept working, until I added this one, "badhandv4"

    Once I added that, it would take out this one. Even if they were the only two embeddings

    Edit: And it is only badhandv4, I can add every embedding that I have, but badhandv4 is the only one that messes it up.

    Edit 2: Further testing, it seems like it just randomly doesn't use those embeddings in my positive prompt, and only those. I thought it was become of badhandv4, but maybe it is the extensions I am using?

    Edit 3: Apparently one of the embeddings I was using, for eyes, works if I put it in adetailer, but not in the positive prompt.

    DuckFaceDec 23, 2023· 3 reactions
    CivitAI

    look good! i need a node in comfy for only this

    94655Dec 23, 2023· 5 reactions
    CivitAI

    How did it take this long for someone to make something as basic but useful as a color palette embedding?

    Seriously though thank you for making this and the other ones you have planned. I'm surprised no one thought of this in the past year or so I've been on civitai.

    tyz9i64uDec 24, 2023· 1 reaction

    Absolutely. Such a simple concept, yet exactly what is sometimes wanted. Thank you!

    Enno89Dec 24, 2023· 1 reaction
    CivitAI

    nice idea, will be helpful for many people 👍

    would you train a version with the color palette of the Asiimov weapon skins (orange white/light grey and black ) from Counter Strike?

    _Soda_Dec 24, 2023· 2 reactions
    CivitAI

    well now, this is just fucking brilliant.

    TextualInversion
    SD 1.5

    Details

    Downloads
    2,553
    Platform
    CivitAI
    Platform Status
    Available
    Created
    12/23/2023
    Updated
    5/12/2026
    Deleted
    -
    Trigger Words:
    CS-RBW

    Files

    Available On (1 platform)

    Same model published on other platforms. May have additional downloads or version variants.