Language / Язык: 🇺🇸 English | 🇷🇺 Русский
Automatically sends all SaveImage node results to a Telegram channel or chat — no workflow changes required.
- Zero workflow changes — works with any existing workflow
- Toggle on/off directly from the ComfyUI Settings panel
- Send as photo (Telegram-compressed) or as file (original PNG, no re-compression)
- Silent send — deliver without sound or vibration
- Asynchronous queue — sending never blocks the next generation
- Caption supports
{time}and{date}placeholders
Clone into your ComfyUI custom nodes folder and restart ComfyUI:
cd ComfyUI/custom_nodes
git clone https://github.com/GENKAIx/comfyui-telegram-auto-send- Open Settings (gear icon ⚙️) in ComfyUI
- Scroll to the 🤖 Telegram AutoSend section
- Fill in the fields:
| Setting | Description |
|---|---|
| Enable auto-send | Master on/off toggle |
| Bot token | Your bot token from @BotFather |
| Chat ID / Channel ID | Target chat or channel (e.g. -1001234567890) |
| Image caption | Caption template — supports {time} and {date} |
| Send as file | Send original PNG without Telegram re-compression |
| Silent send | Deliver without notification sound |
- Listens for ComfyUI's
executedevent after each node run - Filters outputs with
type = "output"— SaveImage only, PreviewImage is ignored - Reads the saved file from ComfyUI's output directory
- Puts the send task into a persistent background queue — one worker thread processes tasks in order
- ComfyUI (any recent version)
requestsPython package (bundled with ComfyUI)