Pos13 / comfyui-cyclist

Custom nodes for ComfyUI. It's for handling generation results in cycles!
MIT License
33 stars 7 forks source link

[FR] Loop Cache #9

Open DrJKL opened 2 months ago

DrJKL commented 2 months ago

A node that would collect */any inputs for a given loop and emit as a batch on interrupt

Pos13 commented 1 month ago

That's a neat idea!

Pos13 commented 1 month ago

On second thought, collecting images and latents takes memory, and triggering any node on interrupt is unhealthy. It was planned to make "Load by Regex" node to load previously processed images or latents as a batch. But for now, you can use "Load Images (Upload)" from AnimateDiff-Evolved as alternative.