ComfyUI-Keyframed icon indicating copy to clipboard operation
ComfyUI-Keyframed copied to clipboard

The graph generated when multiple KfKeyframedConditionWithText have the same text is incorrect.

Open nomadoor opened this issue 1 year ago • 1 comments

121 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.

123 This is how it should be.

nomadoor avatar Jan 30 '24 09:01 nomadoor

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 KfKeyframedConditionWithText node with a KfKeyframedCondition node and feed the CONDITIONING output 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.

dmarx avatar May 22 '24 20:05 dmarx