was-node-suite-comfyui
was-node-suite-comfyui copied to clipboard
Text Load Line from file, is only running once! Problem
I was searching for a way to give comyUI the ability to run prompts for a text file. I tried this: https://www.andreszsogon.com/comfyui-load-prompts-from-text-file-sample-workflow/
How can I solve this? (I use same workflow from that article) Thanks
You should set the Queue batch count to the amount of lines in the text file, then it will run the required number of times until the end of the file is reached.
Also, the workflow has been updated to use the new Logic Boolean node instead of the non-working old node.