ComfyUI-TostAI

ComfyUI-TostAI
★ 2

远程推理API集成数据传输服务对接
将ComfyUI中的数据(图像/参数/文本)发送到TostAI服务以便在远端进行生成或分析,便于与外部API无缝对接与远程推理。
💡 将图像或参数从ComfyUI发送到TostAI进行云端生成或分析。
🍴 1 Forks💻 Python🔄 2024-08-22
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/a1f1f564f19c
📄 README

🐣 Please follow me for new updates https://twitter.com/camenduru

🔥 Please join our discord server https://discord.gg/k5BwmmvJJU

🥳 Please join my patreon community https://patreon.com/camenduru

🥪 Tost

https://tost.ai

📋 Tutorial

  • Clone https://github.com/camenduru/ComfyUI-TostAI into your ComfyUI custom_nodes folder.
  • For Windows
  • Download https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-windows-amd64.msi.
  • Run the installer.
  • Open Command Prompt as Administrator.
  • Run the following command:
  • cloudflared.exe service install YOUR_SERVER_KEY_HERE (Contact camenduru for a server key.)
  • 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