BlenderNeko / ComfyUI_TiledKSampler

Tiled samplers for ComfyUI
GNU General Public License v3.0
297 stars 17 forks source link

Feature request: A separate node which does the tiling of the latent before it goes into the Tiled KSampler node #32

Open Dobidop opened 7 months ago

Dobidop commented 7 months ago

Similar to how the Tiled IPAdapter does it. The Tiled IPAdapter allows for processing the tiles separately while still retaining the overall conditioning from the IPAdapter (though not perfectly). This in turn allows for processing of the latent on multiple GPUs via the NetDist nodes, speeding up the processing significantly.

Not sure if it applicable in the same way to controlnets though.

Here is an example for the Tiled IPAdapter upscale where it only renders the first tile of four of the upscaled image. This upscale is in a 2x2 tiling. The tile is selected via the latent index in this case: image