ComfyUI Extension
ComfyUI-TostAI
NODES: SendToTostAI
camenduru/ComfyUI-TostAI
Nodes1
On cloudLocal install
CategoryTostAI
Stars3
Updated2 years ago
Nodes (1)
Readme
🐣 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
- 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.debsudo dpkg -i cloudflared.debsudo cloudflared service install YOUR_SERVER_KEY_HERE(Contact camenduru for a server key.)
-
For Mac
brew install cloudflaredsudo 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
- For Windows Run