Skip to content

Two ComfyUI on the same machine with different CUDA device how to SAVE/LOAD image with URL? #17

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

Open
alanhzh opened this issue Feb 24, 2024 · 1 comment

Comments

@alanhzh
Copy link

alanhzh commented Feb 24, 2024

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?

@city96
Copy link
Owner

city96 commented Feb 28, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants