Extending ComfyUI with Python: Making API Calls to a LAN Server

Поделиться
HTML-код
  • Опубликовано: 30 янв 2025

Комментарии • 8

  • @NoctusCosmeticos
    @NoctusCosmeticos 19 дней назад

    thank you for this class, it really helped me a lot to understand how to automate using python

  • @graphguy
    @graphguy 21 день назад +1

    thanks this is great!

  • @CyrilPilgrim_LLL_party
    @CyrilPilgrim_LLL_party 21 день назад +2

    While this method works for calling ComfyUI APIs in Python, the WebSocket API calls are pretty unreliable. They keep disconnecting all the time.

    • @PromptingPixels
      @PromptingPixels  21 день назад

      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.

  • @talhaanwar2911
    @talhaanwar2911 21 день назад +1

    thanks a lot. i really need this. i want to know, do we node for sending audio and receiving video? in python.

  • @NoctusCosmeticos
    @NoctusCosmeticos 19 дней назад

    Could you tell me how I can, instead of sending an image, send a video to be processed by the reactor?

  • @lewisguapo
    @lewisguapo 18 дней назад

    does it matter if the workflow its not loaded to comfyui? let say I want to use multiple workflows together?

    • @PromptingPixels
      @PromptingPixels  18 дней назад

      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