You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two ComfyUI (one is 8188, another one is 8177 ) on the same machine with different CUDA device,
I can't figure how to do the SAVE/LOAD image with URL, could you give us the example?
The text was updated successfully, but these errors were encountered:
The load image URL node can use any valid URL that links to an image. You could use one of the scheduler nodes (or even just the default seed one + one of the string substitution nodes) to construct your URL so the clients pull in different images if that's what your goal is.
The save image one assumes you have some webserver that can receive the image, so it just sends a regular POST request. I was just using a simple PHP script while testing that would dump the image to disk, so not sure that's much use to anyone.
What's your usecase for using the URL save/load nodes?
I have two ComfyUI (one is 8188, another one is 8177 ) on the same machine with different CUDA device,
I can't figure how to do the SAVE/LOAD image with URL, could you give us the example?
The text was updated successfully, but these errors were encountered: