WASasquatch / was-node-suite-comfyui

An extensive node suite for ComfyUI with over 210 new nodes
MIT License
1.15k stars 170 forks source link

[Feature Request]: ControlNet Tile with MultiDiffusion/Tiled Diffusion #71

Closed paulo-coronado closed 1 year ago

paulo-coronado commented 1 year ago

Hello! I think it would be great to have an implementation for the ControlNet Tile model, specifically incorporating the MultiDiffusion technique. This addition could greatly enhance our control and upscaling/enhancing capabilities. I'm eager to hear your thoughts on this and I would be very happy to collaborate on it as well!

WASasquatch commented 1 year ago

If I am not mistaken, this could be supported out the box if Comfyanonymous upgraded his control net code? Or does it need something special? I haven't used control net too much in ComfyUI, just awhile back in A1111

paulo-coronado commented 1 year ago

Hum, not really... Fannovel developed a Tile Preprocessor, but the implementation isn't correct, because the Tiled Diffusion requires an overlapping tile splitting and KSample process on each tile, not that simple... 😅

I am developing a KSampleTiled node that applies the Tiled Diffusion method. It still on progress, but let's see how it evolves! :)