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
Compact could also be used as a general attribute representing a collapsed/compacted display of the field with an exposure to allow the node authors to "re-organize" said display how they wanted.
For the FL node above, it was based on the reference from pythongosssss existing solution:
Is there an existing issue for this?
What would your feature do ?
Add a meta attr to a field that would allow the combobox list to be turned into a sublist of items:
Proposed workflow
"FIELD": ("COMBO_LIST_OF_STUFFS", {})
==>
"FIELD": ("COMBO_LIST_OF_STUFFS", {"compact": True})
Compact could also be used as a general attribute representing a collapsed/compacted display of the field with an exposure to allow the node authors to "re-organize" said display how they wanted.
For the FL node above, it was based on the reference from pythongosssss existing solution:
https://github.com/pythongosssss/ComfyUI-Custom-Scripts/blob/main/web/js/betterCombos.js
Additional information
No response
The text was updated successfully, but these errors were encountered: