Replies: 2 comments
-
Did you end up finding a solution for this? I have the same problem. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Try adding an image into the filepath location. The error happens when there is no image in the filepath location and Watcher is enabled. Watcher is acting as a hotfolder and always looking at the filepath location to execute your active workflow. The Watcher.py is using watchdog module if you want to learn more on how to manage it. Additionally, you can modify the execution.py to work with NoneType, located at the comfyUI root if you want to get fancy. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for the great work.
After the new comfyUI update, I 'm getting this error with "LoadImagesFromPath"
Appreciate any help!
Error occurred when executing LoadImagesFromPath:
'NoneType' object is not iterable
File "C:\app\ComfyUI_windows_portable\ComfyUI\execution.py", line 155, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
Beta Was this translation helpful? Give feedback.
All reactions