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
{{ message }}
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.
Hi, right now incremental_image mode works in a loop, after loading the last image it goes back to the beginning. This is convenient if the list of images is static and does not change. But in my work the list of files is dynamic and new images can appear frequently. When there are few of them - it's not a big deal, but when the number exceeds a hundred - it becomes difficult to use the batches, because until the node does not load all the old files, it will not start the new ones. Maybe there is a possibility to limit the cycle to the last 4 digits in the file name, so that the node does not start from the beginning until it reaches the specified number? So that it would trigger in Auto Queue mode when a new image appears and only load new files until the end of the list. I would be very grateful if you can do such a thing.
P.S. Maybe this feature is already implemented, as there is a filename_text_extension item, but I don't understand how it works.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, right now incremental_image mode works in a loop, after loading the last image it goes back to the beginning. This is convenient if the list of images is static and does not change. But in my work the list of files is dynamic and new images can appear frequently. When there are few of them - it's not a big deal, but when the number exceeds a hundred - it becomes difficult to use the batches, because until the node does not load all the old files, it will not start the new ones. Maybe there is a possibility to limit the cycle to the last 4 digits in the file name, so that the node does not start from the beginning until it reaches the specified number? So that it would trigger in Auto Queue mode when a new image appears and only load new files until the end of the list. I would be very grateful if you can do such a thing.
P.S. Maybe this feature is already implemented, as there is a filename_text_extension item, but I don't understand how it works.
Beta Was this translation helpful? Give feedback.
All reactions