Seamless tiling in ComfyUI with Qwen-Image
https://spacecruft.org/livery/seamless_latent_tiling_universal
- Python 100%
| img | ||
| .gitignore | ||
| __init__.py | ||
| LICENSE-apache.txt | ||
| nodes.py | ||
| README.md | ||
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
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.
