Nodes Browser

ComfyDeploy: How tiled_ksampler works in ComfyUI?

What is tiled_ksampler?

Nodes:Tiled KSampler, Asymmetric Tiled KSampler, Circular VAEDecode.

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for tiled_ksampler and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

tiled_ksampler

Installation

cd into ComfyUI/custom_nodes

git clone https://github.com/FlyingFireCo/tiled_ksampler.git

Start comfyui

Tiled KSampler:

add Tiled KSampler Node and use like KSampler

when tiling = 1 it will tile

when tiling = 0 it will behave like a normal KSampler

Asymmetric Tiled KSampler:

add Asymmetric Tiled KSampler Node and use like KSampler

when tileX = 1 it will tile in the X direction

when tileY = 1 it will tile in the Y direction

Circular VAE Decoder:

You'll need to use this when decoding the image, otherwise you'll get bleeding around the edges. It basically applies the Circular padding during decoding as well.

Credit

Based off WAS Studio

using the example for tiling from Automatic1111

GBJI for pointing to https://github.com/tjm35/asymmetric-tiling-sd-webui/ for asymmetric tiling

hrkljus1 for pointing out information about VAE Decoder removing bleeding