ltdrdata / ComfyUI-Inspire-Pack

This repository offers various extension nodes for ComfyUI. Nodes here have different characteristics compared to those in the ComfyUI Impact Pack. The Impact Pack has become too large now...
GNU General Public License v3.0
425 stars 50 forks source link

Mochi 1 workflow + "load prompt from …" nodes #182

Closed KannManMachen closed 1 week ago

KannManMachen commented 1 week ago

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 :)

ltdrdata commented 1 week ago

Update Impact Pack to latest version (V7.11)

Then you can find List Bridge node.

ListBridge

KannManMachen commented 1 week ago

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.

Workflow_List-Bridge

ltdrdata commented 6 days ago

queue

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

KannManMachen commented 3 days ago

That's it! Thx for your help :)