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
Hello, sorry for the delayed reply. If your task involves iteration or looping over processes, a native solution contained within a workflow might suffice for simple cases. However, for more complex requirements—such as dynamically changing values each iteration, looping a dynamic or large number of times, or iterating over a small sub-process before a larger one—it's best to use an external script to interact with the Comfy process API. I can show you some examples of that if you'd like.
If your task is relatively simple, you might be able to use this node to achieve it. Can you provide more details about what you're trying to do?
Would it be possible to iterate over a process multiple times using this, something like a loop but under script control?
The text was updated successfully, but these errors were encountered: