mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-28 18:22:40 +00:00
Implement a CustomCombo node (#7142)
Adds a frontend support for a "Custom Combo" node which contains a Combo Widget, and a growing list of string inputs that determine the options available to the combo.  By promoting the combo widget on this node, a list of options determined by workflow builders can be exposed to end users. CC: @Kosinkadink ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7142-Implement-a-CustomCombo-node-2bf6d73d36508161951df01009a7262f) by [Unito](https://www.unito.io)
This commit is contained in:
@@ -2,6 +2,7 @@ import { isCloud } from '@/platform/distribution/types'
|
||||
|
||||
import './clipspace'
|
||||
import './contextMenuFilter'
|
||||
import './customCombo'
|
||||
import './dynamicPrompts'
|
||||
import './editAttention'
|
||||
import './electronAdapter'
|
||||
|
||||
Reference in New Issue
Block a user