spinagon / ComfyUI-seamless-tiling

Seamless tiling for ComfyUI
GNU General Public License v3.0
104 stars 9 forks source link

Add asymmetric X/Y tiling support #1

Closed spacepxl closed 7 months ago

spacepxl commented 7 months ago

I added options for X only or Y only tiling based on https://github.com/tjm35/asymmetric-tiling-sd-webui, including for VAE (couldn't find any implementations of it in comfy, but the same patch function can work for both)

Also changed defaults for all nodes from modify in place to make a copy, to simplify workflows with a combination of tiled and not tiled use. Any workflows that were already set up with modify in place should be unaffected.