ComfyUI-Keyframed
ComfyUI-Keyframed copied to clipboard
The graph generated when multiple KfKeyframedConditionWithText have the same text is incorrect.
121.json
In this workflow, the same “1” is entered in the first and third KfKeyframedConditionWithText nodes. In this case, the schedule of the first text is not displayed.
This is how it should be.
hey sorry for the late response!
I'm probably not going to fix this anytime soon, but there are a few alternative ways you could go about this that would result in a correct graph. Here's what I recommend:
- Replace that third
KfKeyframedConditionWithTextnode with aKfKeyframedConditionnode and feed theCONDITIONINGoutput from the first node into this new node. This will attach a new keyframe to the "curve" object created by that first node. This would result in a graph with no third green curve: instead, the blue curve will just go back up.