shiimizu / ComfyUI-TiledDiffusion

Tiled Diffusion, MultiDiffusion, Mixture of Diffusers, and optimized VAE
294 stars 21 forks source link

Controlnet image applies to each tile insted of the hole image. #6

Closed 49RpK5dY closed 8 months ago

49RpK5dY commented 8 months ago

After ca0ed33ac0aa648983f2fe7e8423bf4dc6b0cc6e Apply ControlNet (Advanced) applies to each tile individually creating a grid of cloned images. example

shiimizu commented 8 months ago

I can't seem to reproduce that issue. Do you have a workflow I can test?

49RpK5dY commented 8 months ago

After some additional testing it turned out this happens when tile_batch_size is set to 1 witch is pretty much the only way I can run this in most cases. test.json

shiimizu commented 8 months ago

Thanks for the workflow. It should be fixed in https://github.com/shiimizu/ComfyUI-TiledDiffusion/commit/820fe869988c3986973323bb371f46367881c947.

49RpK5dY commented 8 months ago

Can confirm that it works as intended now. Thanks.