You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm expecting "0.0:" to hold that prompt until the idx of the next prompt.
However, I observe, that it holds for only one frame and then switches over to the next already.
Have a look at the prompts and the comfy output it produces:
The first prompt appears only on one line. I had expected it to go from 0.0 to 0.33.
Further, I had expected the second prompt to go from 0.33 to 0.5, third from 0.5 to 0.66, and fourth from 0.66 till the end.
These expectation are based on the text from the help box:
hold: Putting a colon after a single idx stops interpolation until the next provided index. Examples -> 0:, 0.5:, 16:
The text was updated successfully, but these errors were encountered:
I'm expecting "0.0:" to hold that prompt until the idx of the next prompt.
However, I observe, that it holds for only one frame and then switches over to the next already.
Have a look at the prompts and the comfy output it produces:

The first prompt appears only on one line. I had expected it to go from 0.0 to 0.33.
Further, I had expected the second prompt to go from 0.33 to 0.5, third from 0.5 to 0.66, and fourth from 0.66 till the end.
These expectation are based on the text from the help box:
The text was updated successfully, but these errors were encountered: