You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey everyone! I built a monitoring dashboard for ComfyUI as a practical showcase of the @stable-canvas/comfyui-client library. It's a single-page app that runs entirely in your browser, giving you live insights into queue status, GPU/VRAM usage, execution history, and generated images.
Features include real-time polling, local IndexedDB storage for history, multi-server support, and a responsive gallery view. Just start ComfyUI with --enable-cors-header=* and open the app.
This project demonstrates the full capabilities of the client library: WebSocket subscriptions, REST API handling, workflow execution tracking, and custom event processing.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone! I built a monitoring dashboard for ComfyUI as a practical showcase of the
@stable-canvas/comfyui-clientlibrary. It's a single-page app that runs entirely in your browser, giving you live insights into queue status, GPU/VRAM usage, execution history, and generated images.Features include real-time polling, local IndexedDB storage for history, multi-server support, and a responsive gallery view. Just start ComfyUI with
--enable-cors-header=*and open the app.Try it live: https://lenml.github.io/comfyui-monitor/
This project demonstrates the full capabilities of the client library: WebSocket subscriptions, REST API handling, workflow execution tracking, and custom event processing.
repo: lenML/comfyui-monitor
Feedback and contributions welcome!
Beta Was this translation helpful? Give feedback.
All reactions