Nodes Browser

ComfyDeploy: How ComfyUI-TostAI works in ComfyUI?

What is ComfyUI-TostAI?

NODES: SendToTostAI

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for ComfyUI-TostAI and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

šŸ£ Please follow me for new updates https://twitter.com/camenduru <br /> šŸ”„ Please join our discord server https://discord.gg/k5BwmmvJJU <br /> šŸ„³ Please join my patreon community https://patreon.com/camenduru <br />

šŸ„Ŗ Tost

https://tost.ai

šŸ“‹ Tutorial

  • Clone https://github.com/camenduru/ComfyUI-TostAI into your ComfyUI custom_nodes folder.

  • For Windows

  • For Linux

    • curl -L --output cloudflared.deb https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb
    • sudo dpkg -i cloudflared.deb
    • sudo cloudflared service install YOUR_SERVER_KEY_HERE (Contact camenduru for a server key.)
  • For Mac

    • brew install cloudflared
    • sudo cloudflared service install YOUR_SERVER_KEY_HERE (Contact camenduru for a server key.)
  • Run ComfyUI

  • To uninstall the tost service:

    • For Windows Run cloudflared.exe service uninstall
    • For Linux & Mac Run sudo cloudflared service uninstall