ComfyUI Extension: Upload to PushOver

Authored by MijnSpam

Created

Updated

1 stars

Send generated image to PushOver API webhook with optional parameters such as prompt-id and metadata payload.

Custom Nodes (0)

    README

    ComfyUI_UploadToWebHookPushover <br>

    Thanks to Jerryswap UploadToWebhook customnode which I could use as base code for the pushover node. GitHub stars

    ComfyUI Node

    A custom node for ComfyUI that allows you to send generated image(s) directly to Pushover, you can also choose only to get a notifycation. Videos aren't supported.


    ✨ Features

    • šŸ”— Upload a single image (from image sequence) with your pushover notification (optional)
    • šŸ“¦ Includes additional message text (prompt for example)

    šŸ”§ Installation (for updating from v1.0.x to v1.2.x read the update.md file.)

    1. Clone or download this repo into your ComfyUI/custom_nodes directory:
    cd /workspace/ComfyUI/custom_nodes
    git clone https://github.com/MijnSpam/ComfyUI_UploadToWebhookPushOver.git
    
    1. Install dependencies:
    cd ComfyUI_UploadToWebhookPushOver
    bash install.sh
    This part can fail with pip env but just check if it runs without doing the packages install.
    
    1. Restart ComfyUI (or use the Reload Custom Nodes button if available).
    2. Refesh browser.

    🧩 How to Use

    In Pushover.net create an application token and paste this into your Token field. Optional, edit default value in init.py Optional: Create a delivery group if you want to be flexible in notifying devices. (then you only need to edit in pushover instead of changing userkeys) In User field, enter specific device key or add group key.

    In ComfyUI:

    1. Drag any output (e.g., from VAE Decode) to the Send To Pushover node >> connect_anything ComfyUI Node
    2. Configure:
      • connect_anything : connect any output (mandatory to work)
      • webhook_url: default is correct.
      • token: the pushover app token (or use stored credentials option, see step 3)
      • user: Your user OR group key.
      • image: if you want an image in your pushover, connect this node and switch on attach_image
    3. Optional (since version 1.2) create an .env in the same folder as this custom-node, see example folder but rename to '.env' in the node select, 'use stored credentials', any credentials in the node fields will be ignored even when you enter them!

    šŸ–¼ļø UI Example

    ComfyUI Node Video Node


    šŸ“ Folder Structure

    ComfyUI_UploadToWebHookPushOver/
    ā”œā”€ā”€ __init__.py
    ā”œā”€ā”€ requirements.txt
    └── install.sh
    └── pyproject.toml
    └── .env (optional file see how to use step 3)
    

    šŸ§‘ā€šŸ’» Contributing

    Pull requests and feature ideas are welcome!
    Feel free to fork and create a PR.


    šŸ“„ License

    This project is licensed under the MIT License.
    See LICENSE for details.