ComfyUI_Comfyroll_CustomNodes
ComfyUI_Comfyroll_CustomNodes copied to clipboard
When CR load image list plus reads the list of images, it is always missing the last one
Why is there always one missing image when reading the image list
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)