-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add refresh button to remote (lazy) widgets #2494
Conversation
This test now fails because |
How about adding a refresh icon to the combo widget instead of using a refresh button? |
That's a great idea. I think this was what was envisioned in the RFC originally. There's a draft PR that implements this as well: I can add support on litegraph side and simply change this function: ComfyUI_frontend/src/composables/widgets/useRemoteWidget.ts Lines 205 to 210 in 779c253
Right now, the litegraph code is being refactored and is somewhat volatile. |
Updates remote widgets to support refresh button option. Additionally, adds
max_retries
,timeout
, andcontrol_after_refresh
options. There are also changes to improve memory management.The hook has also been refactored so that it can work with any widget type instead of just
COMBO
. The hook is designed to proxy any property of the widget.refresh-button-lazy-widget.mp4
Node from video:
┆Issue is synchronized with this Notion page by Unito