Home Artists Posts Import Register

Downloads

Content

Changelog:

  • add Scheduler nodes
  • add flow_blend example pipeline
  • fix SaveFrame not saving frames if it's the last node in the graph

14.10.2023, v0.4.4:

  • fix json blend error for string schedulers
  • remove json blend option for string schedulers
  • fix json schedules not working with int, float schedulers

2.11.2023, v0.4.5:

  • remove efficiency nodes from workflows
  • remove efficiency nodes from installer
  • replace mask compositing in v0.1 workflow with MixConsistencyMaps node
  • add updated workflow files for direct download

4.11.2023:

  • moved to L

7.2.2024:

  • moved to M

Scheduler nodes

Added Scheduler nodes, by output variable type: string, int, float.
Can be used with any ComfyUI node inputs. For example, for automating parameter testing, scheduling controlnet weights, sampler settings, and prompts.
Require a current frame input to drive the scheduled sampling. Accepts any int as current frame input.
Input formats:

  • single value: value
  • list of consecutive values: [frame1_value, frame_2value, ..., frameN_value]
  • dictionary of keyframe:value pairs: {0: frame1_value, 1: frame2_value, ... N: frameN_Value}
    The dictionary format supports interpolation of values between frames, just like in WarpFusion.

flow_blend pipeline

Works like its WarpFusion counterpart.
blends previously stylized and warped frame (with cc mask applied) with the corresponding raw video frame. Acts like style opacity. 0 - no style, only raw frame, 1 - only stylized frame, intermediary values - linear interpolation between raw and stylized frame.

Files

WarpFusion: ComfyWarp v0.4.2 (schedulers, flow_blend)

Comments

Leo

Thank You for your work, Alex! Its Amazing, I use comfy all the time and warpfusion in it - is bless =)!

Eduardo

Thanks Alex. When loading your latest sample workflow available to me (warp_0.4.4_schedulers), I get some missing nodes that comfyManager is unable to find/install. Do I have to install your nodes manually? (outside of the Manager) and if so, how?

sxela

you need to make sure you've extracted the archived folder into custom_nodes and restarted the server