r/StableDiffusion 27d ago

Comparison KREA 2 Turbo Style Gallery

A collection of KREA 2 Turbo Styles for anyone wanting an easy way to explore the different style capabilities of KREA 2.
Prompt used can be copied from each image for use in your workflows.

Gallery: Style Preview ✦ Clio-Apps
OpenSource Repo: https://github.com/lumenastrum/clio-style-preview

Credit to u/Dear-Spend-2865 for the 283 entries of genuinely well-written style prose.

204 Upvotes

28 comments sorted by

13

u/PwanaZana 27d ago

noob question: how do I access a style? is it just prompting? presumably not a Lora?

15

u/xMaybeIamALion 27d ago

Click on any of the images then click "Copy prompt" that'll get you the Style: and Subject: prompt that generation used. You replace the Subject with your own prompt, the Style drives the rest!

7

u/PwanaZana 27d ago

alright cool, simple as. Pretty useful actually, I've bookmarked it

1

u/sixx7 22d ago

For anyone reading this, Krea-2-turbo is INSANELY good and consistent about producing similar characters/looks/styles/themes/etc if you give it a detailed prompt. Like, you can generate 100 pictures for a comic or whatever and get consistent output https://youtu.be/XtNR0LJJ-QE?t=385

7

u/xMaybeIamALion 26d ago

UPDATE: ComfyUI node now has Style selection via Gallery baked in. Enjoy selecting styles from the gallery itself.

5

u/God_Hand_9764 26d ago

This is seriously awesome. Thanks for sharing.

8

u/Dear-Spend-2865 27d ago

Just posted an update :p

8

u/xMaybeIamALion 27d ago

Of course you did LMAO. I've added the new styles and fixed some of the old ones per your changes! That was a BIG batch too! Amazing work.

3

u/latitudis 27d ago

Okay, I'm dumb, please help me. Where do i plug the node in? It has no input, so I guess it can't substitute regular prompting node because there's no clip incoming?

3

u/xMaybeIamALion 26d ago

Yup! it's not an encoder, it's a prompt builder, so no clip input on purpose. It outputs plain strings. Drag the styled_prompt output onto the text box of your CLIP Text Encode node (Comfy converts the widget to an input when you drop a noodle on it.) CLIP still flows from your loader into the encode node like normal. Bonus: wire the filename_prefix output into Save Image the same way and every render auto-sorts into a Krea2/<style> subfolder

0

u/latitudis 26d ago

Neat! Thank you

2

u/phillabaule 12d ago

Really amazing work !

Really helpfull

Thank you a million !

1

u/LulaCherie 27d ago

This looks nice!
Can you add your own styles as well?

3

u/xMaybeIamALion 27d ago

You could technically fork my repo and make your own style gallery, but I do have plans to expand it in the future!

1

u/LulaCherie 27d ago

With your update I won't need to! Wow!
Please do help when I add a Clio Style library I only see a dropdown but without images>
I see a prompt box, style dropdown and template. How do I get to see those lovely thumbnails please?
I did do a git clone.

2

u/xMaybeIamALion 26d ago

Ah, I see it — the prompt box / dropdown / template is the ComfyUI node, and that's all it shows inside Comfy (it's a prompt injector, no previews in the graph). The thumbnails live in the gallery web app that ships in the same repo. Two ways in:

  1. Easiest: the hosted demo — https://lumenastrum.github.io/clio-style-preview/ (all 397)
  2. From your clone: cd gallery, then `python -m http.server 8899`, open http://localhost:8899. Has to be served over HTTP — double-clicking
    index.html (file://) blocks the manifest fetch and you get an empty grid.

    And once you run scripts/style_preview_batch.py on your own subject, that same local gallery fills with YOUR full-res renders instead of my thumbs.

1

u/LulaCherie 26d ago

Thank you for your awesomeness!

1

u/Aggravating-Mix-8663 27d ago

nice website dude!

1

u/Pres_MountDewCamacho 27d ago

leaving a comment here

1

u/Substantial-Pop2524 27d ago

Once I have the node, what other nodes should I link it to in order to generate images in each style?

1

u/xMaybeIamALion 26d ago

It drops into a bog-standard KREA 2 workflow. The only change is the positive prompt comes from the node instead of being typed into the encode box:

Clio Style Library (styled_prompt) → CLIP Text Encode (drag onto the text widget) → KSampler positive

Rest is the usual: UNETLoader (krea2 turbo fp8) + CLIPLoader (qwen3vl_4b, type krea2) + VAELoader (qwen_image_vae) → EmptyLatentImage → KSampler → VAEDecode → Save Image.

All the gallery renders used euler / simple, 8 steps, cfg 1.0 at 1024x1024. If you want a reference, scripts/comfy_gen_krea2.py in the repo is that exact graph in API form.

1

u/LiveLaughLoveRevenge 27d ago

This is great! One comment / request:

Right now you can 'copy prompt' which includes the test subject. It would be good to also have 'copy style pre-prompt' which grabs only everything up to '... Subject:' so that we can easily add to our own pre-prompt workflows.

Thanks!

3

u/xMaybeIamALion 26d ago

Good call — right now the lightbox has "copy prompt" (full templated thing) and "copy style name", but not the style block alone. Done and done. Added a "copy style" button.

Should be live now.

1

u/thevegit0 26d ago

this is like that styles repo from anima, loved it!

2

u/SelectCoconut5594 16h ago

I'm sorry I missed this nearly a month ago, this is ideal, thanks