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.
Krea 2 Outpaint Model Patch π
- model
- stitcher
- MODEL
βkv_cachetrueβΊ
Categoryπ AusBoss/Krea2
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | A Krea 2 model. Patch last, after any LoRAs. | |
| stitcher | AUSBOSS_STITCHER | From Load Image + Pad π β supplies the rectangle the source occupies on the canvas. A stitcher without one places the reference over the full frame. | |
| kv_cache | BOOLEAN | true | Compute 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)
| Name | Type | Description |
|---|---|---|
| MODEL | MODEL | The model with reference tokens registered into the canvas grid. |