https://github.com/marklieberman/ComfyUI-Liebs-Toast
A node to display a toast notification
https://github.com/marklieberman/ComfyUI-Liebs-Toast
Last synced: about 2 months ago
JSON representation
A node to display a toast notification
- Host: GitHub
- URL: https://github.com/marklieberman/ComfyUI-Liebs-Toast
- Owner: marklieberman
- License: apache-2.0
- Created: 2025-04-28T04:42:50.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-28T05:05:16.000Z (about 2 months ago)
- Last Synced: 2025-04-28T06:22:08.486Z (about 2 months ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI-Liebs-Toast** - Liebs_Picker](https://github.com/marklieberman/ComfyUI-Liebs-Picker) and [a/cg-image-filter](https://github.com/chrisgoringe/cg-image-filter) to be notified when the picker is waiting. (All Workflows Sorted by GitHub Stars)
README
# ComfyUI-Liebs-Toast
A node to display a toast notification. Use it to send a toast when your prompt is complete. Also pairs well with [ComfyUI-Liebs_Picker](https://github.com/marklieberman/ComfyUI-Liebs-Picker) and [cg-image-filter](https://github.com/chrisgoringe/cg-image-filter) to be notified when the picker is waiting.
## Features
* Display a toast notification.
* Customize the toast message, duration, and/or silence the notification audio.
* **[Browser add-on required]** "View Workflow" button in the toast will bring focus to the browser tab that sent the toast.
## Browser Add-on
The browser add-on provides additional functionality that is not otherwise available. Specifically, it allows the Python node to activate the browser tab when you click the "View Workflow" button in the toast.
* Chrome addon: not available yet.
* Edge addon: not available yet.
* Firefox addon: not available yet.### Permissions
By default the add-on will only request permission to run on `http://localhost:8188/*`. You must request additional permissions in the add-on's options to run the addon on other domains or ports.
## Limitations
* Currently only Windows is supported. Help to implement support for additional platforms would be appreciated.