FLUX Tiled Upscaler Plugin: Solving Transformer Fragment Stitching

Resident_Ad7247 · reddit · 2026-08-08

The author developed a ComfyUI tiled upscaling node for FLUX.2 klein and similar models. Because FLUX uses a Transformer architecture with absolute position embeddings (RoPE), directly applying traditional UNet latent-slicing tricks causes the model to perceive each tile as a small, complete image, redrawing the entire subject at wrong scales inside every tile.

After attempts to patch RoPE shifts failed, the author found success by tiling in pixel space instead of latent space:

This approach handles all continuity and blending outside the model, treating every model call as a complete image at native resolution. The node is available on GitHub and the ComfyUI Registry.

Original post →

More from Multimodal

Multimodal channel →