Nodes/ComfyUI-AusBoss/Krea 2 Outpaint Model Patch πŸ†Ž
ComfyUI Node

Krea 2 Outpaint Model Patch πŸ†Ž

Teaches Krea 2 where a reference image belongs on the canvas. Reference latents normally arrive with no position, so the model treats them as a loose style hint; this registers them into the target grid at the rectangle the stitcher reports, which is what makes an outpaint continue the source instead of reinventing it. Place it after any LoRA loader and before the sampler.

By ausbossΒ·Created about a month agoΒ·Updated 7 days agoΒ· 2
Krea 2 Outpaint Model Patch πŸ†Ž
  • model
  • stitcher
  • MODEL
β—„kv_cachetrueβ–Ί
CategoryπŸ†Ž AusBoss/Krea2

Inputs (3)

NameTypeDefaultDescription
modelMODELA Krea 2 model. Patch last, after any LoRAs.
stitcherAUSBOSS_STITCHERFrom Load Image + Pad πŸ†Ž β€” supplies the rectangle the source occupies on the canvas. A stitcher without one places the reference over the full frame.
kv_cacheBOOLEANtrueCompute the reference's keys and values once per run instead of every step. The reference does not change while sampling, so this is free speed; turn it off only to rule the cache out when debugging.

Outputs (1)

NameTypeDescription
MODELMODELThe model with reference tokens registered into the canvas grid.