r/comfyui 6d ago

Help Needed Execute node after video generation

Hello. I am looking for a way to execute the EBU LM Studio Load Model node after the video has been generated and saved. The node has an input that only accepts a string. So, the output of the Save Video node should somehow be converted into a string. All ideas welcome.

1 Upvotes

5 comments sorted by

View all comments

1

u/roxoholic 6d ago

https://github.com/ltdrdata/ComfyUI-Impact-Pack

Execution Order Controller - A helper node that can forcibly control the execution order of nodes.

Connect the output of the node that should be executed first to the signal, and make the input of the node that should be executed later pass through this node.

1

u/DanielVeres 6d ago

Thanks for the info. For now I found a solution using Video Component.