WASasquatch / was-node-suite-comfyui

An extensive node suite for ComfyUI with over 210 new nodes
MIT License
1.23k stars 178 forks source link

Text Load Line From File Auto Queue Stopper #488

Closed boricuapab closed 1 month ago

boricuapab commented 1 month ago

Hi, when using the Text Load Line From File in auto queue mode, it runs through all the lines and after it reaches the last line it starts back at the beginning, is there a way automatically stop the auto queue after the last line of the text file is reached.

When leaving it overnight, I end up having hundreds of the same images from the different text file lines.

I tried doing something like this, but it still continues to generate images without stopping after it generates the last line from the text file

3LinesAutoQueue

boricuapab commented 1 month ago

Actually this works if I just hit queue instead of autoqueue