Krea 2 Text-to-Image Workflows

Build Krea 2 Turbo txt2img workflows with the native krea2 CLIPLoader, Qwen3-VL encoder, Qwen image VAE, 8-step turbo settings, and Ideogram-style JSON prompting

How to install

How to install

  1. Setup differs for this server — follow the Installation part of the README below.
  2. Claude Code: claude mcp add <name> -- <command>.
  3. Claude Desktop / Cursor: add it under mcpServers in the MCP config file.
Claude Code — installs the whole folder, not just SKILL.md
npx degit artokun/comfyui-mcp/plugin/skills/krea2-txt2img#main ~/.claude/skills/krea2-txt2img

For one project only, change the path to .claude/skills/krea2-txt2img.

This one runs on your machine and can reach your files. Read the README below before you connect it.

Not working?
  • Check which app you pasted it into — the steps above name the right one.
  • Some skills need the paid tier of Claude or ChatGPT.
Step-by-step guide with screenshots · Ask in the forum

Paste into Claude, ChatGPT or Cursor.

Show the full text143 lines
krea2-txt2img/SKILL.md143 lines7.3 KBpushed 27d agoRawView on GitHub

Krea 2 Text-to-Image Workflows

Overview

Krea 2 is a 12B-parameter Diffusion Transformer from Krea.ai (released June 2026, weights open-sourced under the Krea 2 Community License, free commercial use up to 50 seats). Two variants:

  1. Krea 2 Raw is the base checkpoint before extra post-training. For fine-tuning / maximum fidelity, more steps.
  2. Krea 2 Turbo is post-trained and distilled; it generates in ~8 steps at cfg 1. This is what the krea2 txt2img packs ship.

Three packs (V2 — no group toggles)

Sliced from the KREA2 ULTRA V2 monolith into standalone single-pipeline packs. Pick by how you prompt and what you want:

  • krea2-txt2img-manual: plain prose prompt (the MANUAL PROMPT node).
  • krea2-txt2img-json: Ideogram-4-style structured JSON / area prompting (Ideogram4PromptBuilderKJ).
  • krea2-combo: two-pass detail boost, a first pass then a low-denoise refine (denoise 0.3), with the krea2 turbo LoRA @0.2 on both passes plus the optional IdeoKrea LoRA. JSON/Ideogram-style prompting; saves both passes to compare.

Each pack's one prompt source is active (no prompt-mode bypass to flip). ImageSharpenKJ runs before SaveImage. V2 adds the Krea2T-Enhancer MODEL detail-boost patch (ships active) and drops v1's ConditioningKrea2Rebalance. RBG_Smart_Seed_Variance ships bypassed (optional, see below).

Krea 2 has native ComfyUI support (comfy/text_encoders/krea2.py, ComfyUI ≥ v0.26.0). The CLIPLoader uses type=krea2, with a Qwen3-VL 4B text encoder and the Qwen image VAE. The Qwen3-VL encoder drives strong prompt adherence and structured-JSON prompts.

Models (all from the Aitrepreneur/FLX mirror; official: krea/Krea-2-Turbo)

Slot File Notes
diffusion_models/ krea2_turbo_fp8.safetensors 12B Turbo, fp8 — RTX 4000/3000/2000
diffusion_models/ krea2_turbo_mxfp8.safetensors RTX 5000 (Blackwell) native fp8
text_encoders/ qwen3vl_4b_fp8_scaled.safetensors Qwen3-VL 4B encoder
vae/ qwen_image_vae.safetensors Qwen image VAE
loras/ krea2_turbo_lora_rank_64_bf16.safetensors turbo LoRA — combo only, @0.2 both passes
loras/ IdeoKrea-test.safetensors OPTIONAL Ideogram-style LoRA (Aitrepreneur/IdeoKrea) — combo add-in

Node stack

  • core: UNETLoader (krea2_turbo) → CLIPLoader (type=krea2) → VAELoader (qwen_image_vae), wired via KJNodes SetNode/GetNode buses into a subgraph (CLIPTextEncodeKSamplerVAEDecode). An rgthree Any Switch sits in front of the encoder; in each pack only that pack's prompt source is wired to it (manual node in -manual, JSON builder in -json).
  • rgthree-comfy: Power Lora Loader, Any Switch, Label, Fast Groups.
  • ComfyUI-KJNodes: Set/Get, Ideogram4PromptBuilderKJ, ImageSharpenKJ, INTConstant.
  • ComfyUI-Krea2T-Enhancer (capitan01R): Krea2T-Enhancer, the V2 MODEL→MODEL detail-boost patch, wired in the model path (PowerLora → Krea2T-Enhancer → sampler). Ships active; bypass to compare against the un-boosted result.
  • ComfyUI-RBG-SmartSeedVariance: RBG_Smart_Seed_Variance, optional, ships bypassed in the positive-conditioning loop.
  • ComfyUI_essentials (cubiq): ImageResize+, combo only (the two-pass VAE-roundtrip resize).

Settings that matter

  • steps 8, cfg 1. Turbo is distilled; more steps or higher cfg over-cooks it.
  • sampler er_sde, scheduler simple are the verified defaults.
  • 1920×1080 default; Krea 2 handles a wide aspect range.
  • The prompt source is fixed per pack (manual node vs JSON builder). There is no prompt-mode bypass to flip.

V2 detail boost (Krea2T-Enhancer) + combo

  • Krea2T-Enhancer is a MODEL→MODEL patch (the V2 "massive detail boost"). It sits inline in the model path and ships active in all three packs. Widgets are [on, strength, …]; bypass it (or toggle on) to A/B the boost.
  • krea2-combo is the full demonstration of the boost, a two-pass refine: FIRST PASS (8 steps, er_sde, denoise 1) → VAE roundtrip → SECOND PASS (4 steps, euler, denoise 0.3), with the turbo LoRA @0.2 on both passes. It SAVES BOTH passes so you can see the boost. The IdeoKrea LoRA is downloaded but NOT wired by default. Drop it into the Power Lora Loader's empty slot (start ~0.5 to 1.0; it's a test LoRA) for the turbo + IdeoKrea Ideogram-style combo.

Optional post-proc (ships bypassed — un-bypass to use)

All packs leave RBG_Smart_Seed_Variance in the positive-conditioning loop bypassed (passthrough). Un-bypass on the live canvas with panel_set_node_mode (or in the UI) for controlled variations of the same prompt without changing the composition. Set its seed mode to randomize and tune the variance mode (e.g. 🌿 Balanced) / strength widgets. Leave bypassed for a deterministic result.

JSON / area prompting

Like Ideogram 4, Krea 2's Qwen3-VL encoder reads structured prompts (per-region desc + bounding boxes + palettes). For structured prompting use the krea2-txt2img-json pack; its Ideogram4PromptBuilderKJ drives the encoder directly (no bypass to flip). After the render, VERIFY the image matches the JSON you set (view it) BEFORE continuing; if it doesn't, a field is probably stale. Fix and rerun. Gotchas learned the hard way:

  • Set ALL the builder fields, not only the prompt/boxes: background, technical, style, lighting (widgets 3/5/6/7). Leaving stale values leaks content (a leftover celebrity portrait bled into a tea still-life).
  • Keep palettes minimal or empty. A top-level palette with many colors can render as a literal color-swatch strip down the edge of the image. Empty palette: [] (top-level and per-box) gives a clean full-frame result.
  • Add "no people / single full-frame photograph" to style for object/landscape scenes. Krea 2 follows it well.

Verification status

  • v1 (-manual / -json core graph): render-verified, crisp 1920×1080 / 8 steps / cfg 1 / er_sde (snow-leopard prose + tea-still-life JSON with each object in its bbox).
  • V2 additions (the Krea2T-Enhancer active patch + the krea2-combo two-pass) are statically validated (clean slice + structural lint) but not yet live-rendered. They need the ComfyUI-Krea2T-Enhancer node, the turbo/IdeoKrea LoRAs installed, and a healthy ComfyUI. Re-run scripts/verify-render.mjs once those are present.
  • Note: the ImageSharpenKJ (rcas 0.55) before SaveImage is active. Bypassing it drops the image link (a converter gap: bypass-passthrough doesn't cross a subgraph IMAGE output), and the contrast-adaptive sharpen suits Krea 2's crisp look anyway.

Gotchas

  • CLIPLoader: 'krea2' not in list → ComfyUI too old; update to ≥ v0.26.0.
  • Torch not compiled with CUDA enabled → reinstall torch for your CUDA tag (--index-url https://download.pytorch.org/whl/cu128).

Sources

  • Official: none found.
  • Empirical: sampler values, wiring, and prompt notes from working graphs in packs/ and observed renders; not a vendor prompting guide.
1---
2name: krea2-txt2img
3description: Build Krea 2 Turbo txt2img workflows with the native krea2 CLIPLoader, Qwen3-VL encoder, Qwen image VAE, 8-step turbo settings, and Ideogram-style JSON prompting
4globs:
5 - "**/*.json"
6---
7 
8# Krea 2 Text-to-Image Workflows
9 
10## Overview
11 
12Krea 2 is a **12B-parameter Diffusion Transformer** from Krea.ai (released June
132026, weights open-sourced under the Krea 2 Community License, free commercial
14use up to 50 seats). Two variants:
15 
161. **Krea 2 Raw** is the base checkpoint before extra post-training. For
17 fine-tuning / maximum fidelity, more steps.
182. **Krea 2 Turbo** is post-trained and **distilled**; it generates in **~8 steps
19 at cfg 1**. This is what the krea2 txt2img packs ship.
20 
21## Three packs (V2 — no group toggles)
22 
23Sliced from the **KREA2 ULTRA V2** monolith into standalone single-pipeline packs.
24Pick by how you prompt and what you want:
25 
26- **`krea2-txt2img-manual`**: plain prose prompt (the `MANUAL PROMPT` node).
27- **`krea2-txt2img-json`**: Ideogram-4-style structured JSON / area prompting
28 (`Ideogram4PromptBuilderKJ`).
29- **`krea2-combo`**: two-pass **detail boost**, a first pass then a low-denoise
30 refine (denoise 0.3), with the krea2 **turbo LoRA** @0.2 on both passes plus
31 the optional **IdeoKrea** LoRA. JSON/Ideogram-style prompting; saves both
32 passes to compare.
33 
34Each pack's one prompt source is active (no prompt-mode bypass to flip).
35`ImageSharpenKJ` runs before `SaveImage`. **V2** adds the `Krea2T-Enhancer` MODEL
36detail-boost patch (ships **active**) and drops v1's `ConditioningKrea2Rebalance`.
37`RBG_Smart_Seed_Variance` ships **bypassed** (optional, see below).
38 
39Krea 2 has **native ComfyUI support** (`comfy/text_encoders/krea2.py`, ComfyUI ≥
40v0.26.0). The `CLIPLoader` uses **`type=krea2`**, with a **Qwen3-VL 4B** text
41encoder and the **Qwen image VAE**. The Qwen3-VL encoder drives strong prompt
42adherence and structured-JSON prompts.
43 
44## Models (all from the `Aitrepreneur/FLX` mirror; official: `krea/Krea-2-Turbo`)
45 
46| Slot | File | Notes |
47|---|---|---|
48| `diffusion_models/` | `krea2_turbo_fp8.safetensors` | 12B Turbo, fp8 — RTX 4000/3000/2000 |
49| `diffusion_models/` | `krea2_turbo_mxfp8.safetensors` | RTX 5000 (Blackwell) native fp8 |
50| `text_encoders/` | `qwen3vl_4b_fp8_scaled.safetensors` | Qwen3-VL 4B encoder |
51| `vae/` | `qwen_image_vae.safetensors` | Qwen image VAE |
52| `loras/` | `krea2_turbo_lora_rank_64_bf16.safetensors` | turbo LoRA — **combo** only, @0.2 both passes |
53| `loras/` | `IdeoKrea-test.safetensors` | OPTIONAL Ideogram-style LoRA (`Aitrepreneur/IdeoKrea`) — combo add-in |
54 
55## Node stack
56 
57- **core**: `UNETLoader` (krea2_turbo) → `CLIPLoader` (type=krea2) → `VAELoader`
58 (qwen_image_vae), wired via KJNodes `SetNode`/`GetNode` buses into a subgraph
59 (`CLIPTextEncode``KSampler``VAEDecode`). An rgthree `Any Switch` sits in
60 front of the encoder; in each pack only that pack's prompt source is wired to it
61 (manual node in `-manual`, JSON builder in `-json`).
62- **rgthree-comfy**: Power Lora Loader, Any Switch, Label, Fast Groups.
63- **ComfyUI-KJNodes**: Set/Get, `Ideogram4PromptBuilderKJ`, `ImageSharpenKJ`, `INTConstant`.
64- **ComfyUI-Krea2T-Enhancer** (`capitan01R`): `Krea2T-Enhancer`, the **V2** MODEL→MODEL
65 detail-boost patch, wired in the model path (PowerLora → Krea2T-Enhancer →
66 sampler). Ships **active**; bypass to compare against the un-boosted result.
67- **ComfyUI-RBG-SmartSeedVariance**: `RBG_Smart_Seed_Variance`, **optional**, ships
68 **bypassed** in the positive-conditioning loop.
69- **ComfyUI_essentials** (`cubiq`): `ImageResize+`, **combo** only (the two-pass
70 VAE-roundtrip resize).
71 
72## Settings that matter
73 
74- **steps 8, cfg 1.** Turbo is distilled; more steps or higher cfg over-cooks it.
75- **sampler `er_sde`, scheduler `simple`** are the verified defaults.
76- **1920×1080** default; Krea 2 handles a wide aspect range.
77- The prompt source is fixed per pack (manual node vs JSON builder). There is no
78 prompt-mode bypass to flip.
79 
80## V2 detail boost (`Krea2T-Enhancer`) + combo
81 
82- **`Krea2T-Enhancer`** is a MODEL→MODEL patch (the V2 "massive detail boost"). It
83 sits inline in the model path and ships **active** in all three packs. Widgets
84 are `[on, strength, …]`; bypass it (or toggle `on`) to A/B the boost.
85- **`krea2-combo`** is the full demonstration of the boost, a two-pass refine:
86 FIRST PASS (8 steps, `er_sde`, denoise 1) → VAE roundtrip → SECOND PASS (4 steps,
87 `euler`, denoise **0.3**), with the **turbo LoRA** @0.2 on both passes. It SAVES
88 BOTH passes so you can see the boost. The **IdeoKrea** LoRA is downloaded but NOT
89 wired by default. Drop it into the Power Lora Loader's empty slot (start ~0.5 to
90 1.0; it's a test LoRA) for the turbo + IdeoKrea Ideogram-style combo.
91 
92## Optional post-proc (ships bypassed — un-bypass to use)
93 
94All packs leave `RBG_Smart_Seed_Variance` in the positive-conditioning loop
95**bypassed** (passthrough). Un-bypass on the live canvas with `panel_set_node_mode`
96(or in the UI) for controlled variations of the same prompt without changing the
97composition. Set its seed mode to `randomize` and tune the variance mode (e.g.
98`🌿 Balanced`) / strength widgets. Leave bypassed for a deterministic result.
99 
100## JSON / area prompting
101 
102Like Ideogram 4, Krea 2's Qwen3-VL encoder reads structured prompts (per-region
103desc + bounding boxes + palettes). For structured prompting use the
104**`krea2-txt2img-json`** pack; its `Ideogram4PromptBuilderKJ` drives the encoder
105directly (no bypass to flip). After the render, VERIFY the image matches the JSON
106you set (view it) BEFORE continuing; if it doesn't, a field is probably stale.
107Fix and rerun. Gotchas learned the hard way:
108 
109- **Set ALL the builder fields**, not only the prompt/boxes: `background`,
110 `technical`, `style`, `lighting` (widgets 3/5/6/7). Leaving stale values leaks
111 content (a leftover celebrity portrait bled into a tea still-life).
112- **Keep palettes minimal or empty.** A top-level palette with many colors can render as a
113 literal color-swatch strip down the edge of the image. Empty `palette: []`
114 (top-level and per-box) gives a clean full-frame result.
115- Add "no people / single full-frame photograph" to `style` for object/landscape
116 scenes. Krea 2 follows it well.
117 
118## Verification status
119 
120- **v1 (`-manual` / `-json` core graph)**: render-verified, crisp 1920×1080 / 8
121 steps / cfg 1 / er_sde (snow-leopard prose + tea-still-life JSON with each object
122 in its bbox).
123- **V2 additions** (the `Krea2T-Enhancer` active patch + the `krea2-combo` two-pass)
124 are **statically validated** (clean slice + structural lint) but **not yet
125 live-rendered**. They need the `ComfyUI-Krea2T-Enhancer` node, the turbo/IdeoKrea
126 LoRAs installed, and a healthy ComfyUI. Re-run `scripts/verify-render.mjs` once
127 those are present.
128- **Note:** the `ImageSharpenKJ` (rcas 0.55) before `SaveImage` is **active**.
129 Bypassing it drops the image link (a converter gap: bypass-passthrough doesn't
130 cross a subgraph IMAGE output), and the contrast-adaptive sharpen suits Krea 2's
131 crisp look anyway.
132 
133## Gotchas
134 
135- `CLIPLoader: 'krea2' not in list` → ComfyUI too old; update to ≥ v0.26.0.
136- `Torch not compiled with CUDA enabled` → reinstall torch for your CUDA tag
137 (`--index-url https://download.pytorch.org/whl/cu128`).
138 
139## Sources
140 
141- **Official:** none found.
142- **Empirical:** sampler values, wiring, and prompt notes from working graphs in `packs/` and observed renders; not a vendor prompting guide.
143 

Discussion

From GitHub

4 comments on 1 thread

Claimed by Codex for the next P2 drain swarm. I will trace Manager v4 apply_manifest enqueue response/queue-start semantics and existing-node satisfaction, inspect current claims/worktrees before coding, and post the validation/merge outcome here. Other agents should skip this issue while claimed.

Still claimed by Codex; the release checkpoint is complete pending publication verification, then I will re-engage the existing PR/worktree to rebase onto current main and drive the exact-head review/merge gate. Other agents should skip this issue while claimed.

Implemented and merged via PR #2749. Final reviewed head: 95c757a9587ba39a33ca0373e164a50a4fad6cda; merge commit: 37b8e37fcf4718ccfcbb587a2dfd73c54fcb3135. Exact-head hosted CI and packs passed; post-merge main CI/packs are now running before the next release.

Alternatives

Also in Illustration & art