-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] - Exception after updating ComfyUI #37
Comments
Can you post the original image (ComfyUI_144103.jpg) here? |
That's strange, everything is working fine on my end. Have you tried reloading the browser tab? What is the error message displayed on your server terminal? |
I've finally found the bug, and I should be able to fix it within a few hours. |
Done! |
This is not a bug. The preview image won't work when you use the batch loader. Currently, I haven't found a good solution, so I suggest using a preview image node as an alternative. |
I've made some attempts, but the only scenario this error message is triggered is when the image does not exist. So, could you do more testing and let me know the results? |
Thank you for your time and sorry for all the troubles. I am using your package with a more complex workflow than the examples that I have posted here. After seeing your last message, I was unable to reproduce the problem with the previous example ???, but it seems to occur when the 'path' is provided by another node (WAS Suite: Text Multiline) After some digging, I was able to bypass this problem with the following hack (I am not a expert of Python/ComfyUI) |
Please try the latest version. |
Hello, thank you for your work. The good news, the SD batch loader is working. The not so good news, loading a old workflow seems to be broken, but if we edit it (delete, recreate node and link), then it works again. I have no idea how ComfyUI is supposed to work with updated nodes having new inputs/outputs. Old workflow: |
Same here. TinyterraNodes provides a function to reload nodes, but sometimes this feature doesn't work, and I still have to delete and recreate nodes. So, I also wish there was a better way. |
BTW, 768x768 is the optimal resolution for SDv2 so you can set the model version to SDv2 and choose 1:1. |
Description
There is an exception message "'NoneType' object has no attribute 'endswith'" after updating ComfyUI
Reproduction steps
Image file
The text was updated successfully, but these errors were encountered: