Skip to content

ComfyWarp v0.5.0

Latest
Compare
Choose a tag to compare
@Sxela Sxela released this 16 Nov 07:15
· 1 commit to main since this release

Changelog:

  • add FixedQueue node
  • add start, end, n-th frame settings to MakeFrameDataset node
  • make 0.5.0 workflow

FixedQueue node

start - frame to begin with
end - frame to end with
current_frame - iterator, showing the current frame, which is being output as the current value. The current value should be plugged into downstream nodes as the source of the current frame number.

Queue Many button

Click to render a set of frames from start to end. Plug end output to your RenderVideo node's render_at_frame input to automatically render video after finishing the end frame.

MakeFrameDataset node changes

start_frame - frame to begin with
end_frame - frame to end with
nth_frame - n-th frame to extract

If you provide a path to a video, only a range of n-th frames between start_frame and end_frame will be extracted.
If you provide a folder or a glob pattern, only a range of n-th frames between start_frame and end_frame will be stored in the dataset.