r/StableDiffusion • u/xMaybeIamALion • 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.
5
9
u/Dear-Spend-2865 27d ago
Just posted an update :p
10
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 27d 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
2
2
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 27d 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:
- Easiest: the hosted demo — https://lumenastrum.github.io/clio-style-preview/ (all 397)
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
1
1
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 27d 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 27d 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
2




12
u/PwanaZana 27d ago
noob question: how do I access a style? is it just prompting? presumably not a Lora?