Seamless tiling in ComfyUI with Qwen-Image https://spacecruft.org/livery/seamless_latent_tiling_universal
Find a file
2026-03-16 13:02:24 -06:00
img Add example tile 2026-03-16 13:02:18 -06:00
.gitignore git ignores 2026-03-16 10:41:37 -06:00
__init__.py python bits 2026-03-16 10:45:23 -06:00
LICENSE-apache.txt Apache 2.0 2026-03-16 10:41:23 -06:00
nodes.py python bits 2026-03-16 10:45:23 -06:00
README.md Example tile noted 2026-03-16 13:02:24 -06:00

ComfyUI Seamless Latent Tiling (Universal)

Tiling images allows the user to create an image built from a grid of other images. For instance, you take one image, then make it 4x4. Making the edges seamless makes it so you can't tell where one image ends and the next one begins.

There are a few of these floating around the Internet for use with ComfyUI. I wasn't able to get them to work well with Qwen-Image. Hence this slop coded repo, that works quite well.

Example

Example Tile

Example Tile

Usage

One way to install:

cd ~/ComfyUI/custom_nodes/ # Or wherever your ComfyUI install is
git clone https://spacecruft.org/livery/seamless_latent_tiling_universal

Then restart ComfyUI.

Upstream

Not a clone of the repo, but inspired by this, which works with Z-Image, but not Qwen-Image:

License

Apache 2.0.

Copyright © 2026 Jeff Moe.