BlenderNeko / ComfyUI_TiledKSampler

Tiled samplers for ComfyUI
GNU General Public License v3.0
327 stars 18 forks source link

Is the Tile ControlNet model supposed to work? #35

Closed spasidom closed 8 months ago

spasidom commented 8 months ago

When applying the tile ControlNet model to the Tiled KSampler, it applies to each tile individually creating a grid of cloned images. Is this expected or could I fix this?

Example: example

yorkb commented 8 months ago

I had this issue too but found it to be a caused by another custom node. I'm not sure exactly which it was as I disabled a bunch, but it could have been comfyroll.

spasidom commented 8 months ago

I had this issue too but found it to be a caused by another custom node. I'm not sure exactly which it was as I disabled a bunch, but it could have been comfyroll.

Thank you for your comment. For me it was caused by the TiledDiffusion custom node (https://github.com/shiimizu/ComfyUI-TiledDiffusion). Disabling this custom node fixed my issue.