Closed KannManMachen closed 1 week ago
Update Impact Pack to latest version (V7.11)
Then you can find List Bridge
node.
Hey @ltdrdata,
thx a lot for your support and the brand new node List Bridge
node from your Impact-Pack (https://github.com/ltdrdata/ComfyUI-Impact-Pack).
However, I think I am still doing something wrong with the implementation of the new node (see screenshot of the workflow attached). In my example workflow shown, the two text prompts from the txt file are still both processed by the K sampler first. Only then is the VAE activated to decode the two jobs + the MP4 video export.
After reading your request again, I realized that I gave you completely opposite guidance.
What you want cannot be handled within a single workflow.
It needs to be processed through Load Single Prompt From File
and multiple queues (batch count of queue).
That's it! Thx for your help :)
Hi everyone,
I am currently trying out the new implementation of the Mochi 1 video model and since a run takes a relatively long time, I would like to solve my various text prompts with the help of the “Load Prompts From File” or the “Load Prompts from dir” node. If I now start my workflow with “Queue (Instant)”, all the prompts contained in the text files are first processed by the K Sampler one after the other and then only processed by the VAE Decoder and the “Video Combine” node at the very end.
What do I have to do to ensure that each text is processed completely (including VAE + Video Combine) and only then is the next text loaded promptly from my files?
thx :)