Open yiohngkljaf opened 5 months ago
nodes_list.py - line 185
end_index = min(start_index + max_images, len(file_list))
If you want the workflow to stop forcibly on the last picture (with an error, as before) - change this line.: nodes_list.py - line 182
start_index = max(0, start_index)
Why is there always one missing image when reading the image list