ComfyWarp nodes preview - v0.4 schedulers, flow_blend
🕑 Added 2023-10-10 09:18:49 +0000 UTCChangelog:
- 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.
Comments
Warpfusion
you need to make sure you've extracted the archived folder into custom_nodes and restarted the server
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?
Leo
Thank You for your work, Alex! Its Amazing, I use comfy all the time and warpfusion in it - is bless =)!
virusvjvisuals
got over the error, sorry i did it again in the warpcomfy and it worked. Thank you!
Warpfusion
Hi, what error are you getting? Have you extracted the archive into custom nodes folder, restarted the server and browser window?
virusvjvisuals
Nenad Kuzmanovic
Thanx Alex, it is working really fine. Can you maybe add Latent upscaling? I wanted to do it my self, but im not sure how to connect it to flow_blend pipeline...
James
damn, Alex, you're a G! Great work.
Bardia Shahrestani
Thanks Alex!