Changelog:
- Add MakePaths node
- Add ExtractFlowAndMixConsistencyMaps node
- Add ApplyMask, ApplyMaskConditional, ApplyMaskLatent, ApplyMaskLatentConditional nodes
- Fix FrameDataset always extracting frames from a video
- Fix QueueMany
- Fix consistency mask format
Detailed Changelog
FrameDataset
Now caches extracted video frames based on output folder existence. If something is wrong, check overwrite option to extract again (each queue call)
MakePaths
Unified node to make output paths
ExtractFlowAndMixConsistencyMaps
Unified node to extract flow and consistency, and mix consistency channels
ApplyMask, ApplyMaskConditional, ApplyMaskLatent, ApplyMaskLatentConditional
Nodes for masking. Conditional nodes allow to apply mask only at some input values (like frame numbers) and use 1st image on the others.
QueueMany
Fixed it to queue 1 job, set queue mode to infinite until the final frame is rendered. After that stop the queue and set the queue mode to default. Previous version queued all the desired frames at the same time, resulting in a huge queue.