Replies: 1 comment 1 reply
-
That's a great idea. We can name the option like |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
So I've been trying to make my first custom node and I saw load image node has a button which pops up with a choose file window. Upon 4 hours of research, I found this:
Only "image_upload" works natively ComfyUI's core only supports file upload buttons for images (via {"image_upload": True}). There is no official "file_input" or generic file upload option.
So, might I suggest we get this with the option for specific file extensions? Its easy enough to do in tkinter lib.
Beta Was this translation helpful? Give feedback.
All reactions