Nodes/ComfyUI-GGUF-Loader/Krea2 KSampler ⚡
ComfyUI Node

Krea2 KSampler ⚡

A KSampler that speaks diffusers for exact Krea2 img2img parity

By ChrisColeTech·Created about a month ago·Updated 3 days ago· 10
Krea2 KSampler ⚡
  • model
  • positive
  • negative
  • latent_image
  • LATENT
seed0
steps20
cfg2.5
sampler_nameeuler
schedulersimple
denoise1.00
denoise_modecomfy

Krea2 KSampler is a stock KSampler with one extra dropdown, and that dropdown is the whole point of the node. Krea2 shares the exact same ModelSamplingFlux / shift=1.15 setup as Qwen-Image and the rest of the Flux family - no bespoke sampling code - but there's a subtle, real discrepancy between how ComfyUI and the diffusers pipeline slice the denoise schedule during img2img. This node adds denoise_mode, letting you pick which convention you want.

The actual difference

At a given steps and denoise, ComfyUI's KSampler re-expands to int(steps/denoise) steps and takes the tail of the schedule, while the diffusers img2img convention computes the schedule at steps and slices from t_start = steps - round(steps*denoise). The two produce slightly different starting sigmas. The pack's author measured it against a real loaded Krea2 model: at 9 steps, denoise 0.9, ComfyUI starts at sigma ≈0.9660 vs ≈0.9619 under the diffusers slice. Small - smaller than the same discrepancy measured for Z-Image - but it's the same mechanism, and it means a Krea2 img2img that looks subtly off versus the reference pipeline is exactly this.

denoise_mode="comfy" (the default) is unchanged stock behaviour. "diffusers" matches the original pipeline's img2img exactly. It's a compatibility switch, not a quality fix - worth having for exact parity with reference outputs, not a thing that will transform your results.

The rest is a normal KSampler

Everything else is the standard set you already know from stock KSampler:

  • model, positive, negative, latent_image - feed it straight from Krea2Img2Img (its model/positive/negative/latent outputs).
  • seed, steps (default 20), cfg (default 2.5) - Krea2's raw base is guidance-distilled-ish territory; if you're on Raw with the Turbo LoRA, the community default is around 12 steps at CFG 1 with euler_cfg_pp, but stock settings are a fine start.
  • sampler_name (default euler), scheduler (default simple) - the flow-matching standard set.
  • denoise (default 1.0) - for img2img, keep this matched to what Krea2Img2Img outputs from its own denoise port, or just leave 1.0 and let the prep node's strength do the work.

One output, LATENT, straight into VAE Decode.

Installing it

Same pack as everything else on this page:

cd ComfyUI/custom_nodes
git clone https://github.com/ChrisColeTech/ComfyUI-GGUF-Loader
cd ComfyUI-GGUF-Loader
pip install --upgrade gguf

Restart; it's under 🤖 CCTech/Krea2. No model downloads, no extra dependencies - the node is a thin wrapper over comfy's own sampling machinery.

Do you even need it?

Honest answer: if you're not chasing exact parity with a reference Krea2 img2img pipeline, a stock KSampler gives you 99.9% of the behaviour, and you can ignore this node entirely. But it's a free compatibility knob when you are - and it saves you the confused afternoon of "same settings, different result" when comparing against a diffusers-style reference. Reach for it when the numbers have to match, not when you just want a pretty picture.

Category🤖 CCTech/Krea2

Inputs (11)

NameTypeDefaultDescription
modelMODEL
positiveCONDITIONING
negativeCONDITIONING
latent_imageLATENT
seedINT00–18446744073709550000
stepsINT201–10000
cfgFLOAT2.50–100
sampler_nameCOMBOeuler44 options: euler, euler_cfg_pp, euler_ancestral, euler_ancestral_cfg_pp, heun, heunpp2, +38
schedulerCOMBOsimple9 options: simple, sgm_uniform, karras, exponential, ddim_uniform, beta, +3
denoiseFLOAT1.000–1
denoise_modeCOMBOcomfy2 options: comfy, diffusers

Outputs (1)

NameTypeDescription
LATENTLATENT