Just some example workflows of how to use vace to control your generations.
works on 6gb vram. And sometimes control fail which is to be expected.
Has some simple workflows for video control with depth/cannY7openpose
Video extension and spline control
If you don't want to use the prompt caching replace it with standard clip and prompt encode nodes.
Also made a video that probably badly explains things
Think this was where i got the model from:
https://huggingface.co/lym00/Wan2.1-T2V-1.3B-Self-Forcing-VACE-Addon-Experiment/tree/main
Description
Multiple simpler workflows
FAQ
Comments (3)
ty for expanding and simplifying concepts, spline one looks better, clip and prompts should be added as normal nodes imo xDD anyways.. why i get
"CreateShapeImageOnPath
list indices must be integers or slices, not str"
when trying to run with more than 1 spline active? the only way to run is removing the second spline :(
I think i might also have had that in an older version of the portable.
I did manage to fix it be the error telling me where it got the problem so it's the same this might fix it:
Open this file and change the following line
ComfyUI\custom_nodes\ComfyUI-KJNodes\nodes\curve_nodes.py
batch_size = len(coords_list[0])
into
batch_size = len(coords_list[0][0])
There might be multiple that look like that so look at the end of the error message and see where it gets an error then change the one above that fits.
If that don't work i can only suggest making sure you're updated. And for me it didn't reappear when i got a fresh install of the portable after messing it up after updating dependencies,
@JustSomeGuy i updated for flux kontext , i think i need to update nodes, many thanks!