This is the workflow I use to explore and compare combinations of samplers, schedulers, LoRAs, and checkpoints. It also has support for Ostris' Krea 2 Turbo style reference.
# DnD (Dust and Dreams) — Krea 2 Workflow v1.5
Text-to-image workflow for Krea 2 Turbo with a dual-sampler switch, optional
image-reference editing, optional SDE noise injection, and a built-in
iterate-then-commit loop so you can tune post-processing against a locked seed
without flooding your output folder. Runs on modest hardware — the VAE decode is
tiled specifically so large images work on Macs.
---
## Requirements
### Custom node packs
| Pack | Used for |
|---|---|
| [RES4LYF](https://github.com/ClownsharkBatwing/RES4LYF) | ClownsharKSampler_Beta, ClownOptions_SDE_Beta, the beta57 scheduler |
| [rgthree-comfy](https://github.com/rgthree/rgthree-comfy) | Power Lora Loader, Image Comparer, Label |
| [ComfyUI-KJNodes](https://github.com/kijai/ComfyUI-KJNodes) | LazySwitchKJ (the sampler switch) |
| [ComfyUI-Krea2-Ostris-Edit](https://github.com/ostris/ComfyUI-Krea2-Ostris-Edit) | Krea 2 text encode + model patch |
| [comfyui-art-venture](https://github.com/sipherxyz/comfyui-art-venture) | ColorCorrect |
> ⚠️ Don't trust "Install Missing Custom Nodes" blindly for this workflow —
> the embedded metadata misattributes several nodes to a different pack. The
> table above is the authoritative list. Everything not listed is comfy-core.
### Models
| File | Goes in | Note |
|---|---|---|
| krea2_turbo_bf16.safetensors](https://civarchive.com/models/2726029/krea-2-turbo-official-comfy-org-checkpoints-krea2) | models/diffusion_models/ | the Krea 2 Turbo base (official Comfy-Org checkpoint) |
| qwen3VLInstruct4bHeretic_v10.safetensors](https://huggingface.co/Kutches/Kr3a/blob/main/qwen3VLInstruct4bHeretic_v10.safetensors) | models/text_encoders/ | loaded with CLIP type krea2 — the workflow ships configured for this uncensored (heretic/abliterated) encoder |
| qwen3vl_4b_bf16.safetensors](https://huggingface.co/Comfy-Org/Krea-2/blob/main/text_encoders/qwen3vl_4b_bf16.safetensors) | models/text_encoders/ | the stock encoder, if you'd rather not use the heretic variant — just reselect it in the CLIPLoader |
| wan_2.1_vae.safetensors](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/blob/main/split_files/vae/wan_2.1_vae.safetensors) | models/vae/ | |
| krea2_style_reference.safetensors](https://huggingface.co/ostris/krea2_turbo_style_reference) | models/loras/ | optional, ships disabled — grab it from the linked page if you want to use it |
The LoRA loader references a Krea 2/style/ subfolder — if your loras live
elsewhere, just reselect them in the Power Lora Loader.
### ComfyUI version
Recent ComfyUI required: the krea2 CLIP type and the selection-toolbar play
button both need a current build. If clicking a node doesn't show a floating
toolbar with a blue ▶ above it, update.
---
## Quick start
1. Load the workflow. Fix any red model dropdowns by reselecting your local files.
2. Type your prompt in the green node (positive). The red node is the negative —
Turbo runs near-CFG-1, so it's empty by default and fine to leave that way.
3. Set your resolution in Image Size (default 1920×816).
4. Hit Run — everything executes, and you'll get about 3 images in your
output folder per run (the comparer writes its two, plus the saved output).
Fine for a final render. For iterating, use the loop below instead — that's
the whole point of this workflow.
## The iterate / commit loop (the intended way to use this)
The SaveImage node is set to trigger-only, so you can render without committing:
1. Click the Image Comparer node — a blue ▶ play button appears in the
toolbar above it ("Execute to selected output nodes"; the branch gets an
orange border). Hit it: the workflow renders and previews **without saving
anything**.
2. Like the composition? Lock your seed (both samplers ship fixed),
then tweak ColorCorrect and play the comparer again. It shows base vs.
color-corrected in a slide comparer — drag to compare.
3. Happy? Click the SaveImage node and hit its play button. Exactly one
image is committed to disk.
## The knobs
- Sampler switch KSampler Switch, true/false): choose between the
ClownsharKSampler and the regular ComfyUI KSampler.
- true → ClownsharKSampler (RES4LYF) — the recommended sampler. Ships
exponential/ddim + beta57, 8 steps, CFG 1.0.
- false → regular KSampler — included for comparisons, or to use samplers
Clownshark doesn't offer, like euler_ancestral (ships
euler_ancestral/simple, 10 steps, CFG 1.1).
- Noise injection (OPTIONAL group): ClownOptions SDE settings feeding the
ClownsharKSampler — gaussian/hard, eta 0.5. Adds texture/variance back into
the distilled model's output. Leave as-is to start.
- ColorCorrect: ships with temperature +10 (slightly warm), everything else
neutral. This is the node you iterate on in the loop above.
- Image references (bypassed by default): un-bypass the LoadImage and feed
up to 3 reference images into the Krea 2 edit encoder for image-conditioned
generation. Leave bypassed for pure txt2img.
- LoRAs: the Power Lora Loader ships with only the optional style-reference
lora (disabled). Stack your own Krea 2 loras here; mind that filter-removal
loras add their own guidance — if things look overcooked, drop CFG toward 1.0.
## Notes
- Mac users: the tiled VAE decode is there for you — large resolutions
decode without OOM. Both samplers here are MPS-safe.
- Turbo wants low CFG (~1). If you raise steps/CFG expecting more quality,
you'll get less — that's distillation, not a bug.
Description
Looks like we don't have an active mirror for this file right now.
CivArchive is a community-maintained index — we catalog mirrors that volunteers upload to HuggingFace, torrents, and other public hosts. Looks like no one has uploaded a copy of this file yet.
Some files do get recovered over time through contributions. If you're looking for this one, feel free to ask in Discord, or help preserve it if you have a copy.
