ComfyUI extension for tiled image sampling
Top 75.6% on sourcepulse
This repository provides tiled samplers for ComfyUI, enabling users to generate larger images than typically supported by memory constraints. It targets users of ComfyUI, particularly those working with high-resolution image generation, by offering a solution to overcome VRAM limitations.
How It Works
The core innovation lies in its tiling strategies, which break down large images into smaller, manageable tiles for denoising. The "random" strategy minimizes seams by denoising tiles step-by-step with randomized positions, effectively blending them over time. A "random strict" variant uses masking to prevent border tile cropping. The "padded" strategy uses padding to provide context to each tile, reducing seams at the cost of increased tile processing.
Quick Start & Requirements
custom_nodes
directory.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
1 year ago
1 day