What would you recommend for sending and receiving images from a remote server on a LAN? This approach was the best I could come up with - but may just have a limitation of my understanding on the alternatives.
You could load however many workflows in succession. Say once you get output Image 1 from workflow A then run workflow B that may rely on Image 2 in order to produce Image 2
thank you for this class, it really helped me a lot to understand how to automate using python
thanks this is great!
While this method works for calling ComfyUI APIs in Python, the WebSocket API calls are pretty unreliable. They keep disconnecting all the time.
What would you recommend for sending and receiving images from a remote server on a LAN? This approach was the best I could come up with - but may just have a limitation of my understanding on the alternatives.
thanks a lot. i really need this. i want to know, do we node for sending audio and receiving video? in python.
Could you tell me how I can, instead of sending an image, send a video to be processed by the reactor?
does it matter if the workflow its not loaded to comfyui? let say I want to use multiple workflows together?
You could load however many workflows in succession.
Say once you get output Image 1 from workflow A then run workflow B that may rely on Image 2 in order to produce Image 2