mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-07-18 01:38:03 +00:00
Adds frontend support for a quota based free tier. - Adds a indicator component beneath the run button (docked/undocked/app mode) - Tracks available usages as workflows are queued. This is enforced by backend, but updated quota information is not sent after initial load. - Tracks partner node presence in graph (Workflows with partner nodes are not allowed under the quota system) | Before | After | | ------ | ----- | | <img width="360" alt="before" src="https://github.com/user-attachments/assets/c8dd53c3-9eff-4712-a4c2-c3d31bbbae35"/> | <img width="360" alt="after" src="https://github.com/user-attachments/assets/c9410799-130d-4332-b2f8-20e993402f2c" />|