DA3 Enable Tiled Processing

DA3_EnableTiledProcessing

Enable tiled processing for memory-efficient inference on high-resolution images. This node configures the model to process images in tiles with overlapping regions, then blends the results for seamless output. Parameters: - tile_size: Size of each tile (should be multiple of 14 for patch alignment) - overlap: Overlap between adjacent tiles for smooth blending Use this when: - Processing 4K+ resolution images - GPU memory is limited - Getting out-of-memory errors Note: Tiled processing may produce slightly different results at tile boundaries, but the overlap and blending minimize artifacts.

Pack: ComfyUI-DepthAnythingV3

custom_nodes.ComfyUI-DepthAnythingV3

Inputs (3)

NameTypeRequired
da3_modelDA3MODELrequired
tile_sizeINTrequired
overlapINTrequired

Outputs (1)

NameType
da3_modelDA3MODEL