ComfyUI Node
Bundle Set
A ComfyUI node in nifty/bundle with 3 inputs and 1 output.
Bundle Set
- bundle
- value
- bundle
◄keyvalue1►
Categorynifty/bundle
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| bundle | BUNDLE | The bundle to update. A new copy is returned — the original is not modified. | |
| key | STRING | value1 | Key to write in the bundle. Use dot notation for nested keys, e.g. 'settings.width'. |
| value | * | Value to store at the given key. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| bundle | BUNDLE | — |