WASasquatch / was-node-suite-comfyui

An extensive node suite for ComfyUI with over 210 new nodes
MIT License
1.15k stars 170 forks source link

[Feature] Add "Choose File to Upload" button (like other image loaders) #324

Closed ghostsquad closed 8 months ago

ghostsquad commented 8 months ago

Please add a "Choose file to upload" button like other loaders. The nice part about this loader is that it exports the path of the image loaded. Other loaders don't do that.

image

WASasquatch commented 8 months ago

I am not adding any JavaScript to WAS-NS. I, as well as many services use it headless without a GUi for API.

ghostsquad commented 8 months ago

Ah. I'll reach out to another author and see if they can export the checkpoint path. Thanks for the explanation.

WASasquatch commented 8 months ago

Ah. I'll reach out to another author and see if they can export the checkpoint path. Thanks for the explanation.

If you can do it via extending nodes that already have file upload, like load image in base ComfyUI and do a PR, that's fine.