Open jamesWalker55 opened 1 year ago
Or at least a way to specify which ComfyUI folder that LoadImage
will choose images from, input
temp
or output
. Useful if you want an HR fix workflow that acts on existing outputs.
I made a custom node for this: https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes
+1
The same issue applies to LoadAudio.
It would be helpful to support this as it is common to have various datasets checked out or stored on the machine which can often be very large. This makes it slow to work with.
It would be nice to specify the directory to search (default_dir) and have the UI list the files in that directory so you can choose the file in that list. And have a way to refresh the list without having to reload the UI.
Currently, the LoadImage node only uses images in the
.\input\
folder. When using the API, I have to copy the image(s) I want to use into that folder before calling the API.I would like to request the ability to supply the API with arbitrary filesystem paths, like
D:/Files/001.png
. Here is an example prompt: