ComfyUI Extension: Comfyui-Dynamic-Params
Comfyui custom nodes that support dynamic parameter addition and deletion.
Custom Nodes (0)
README
Comfyui Dynamic Params Node
Comfyui custom nodes that support dynamic parameter addition and deletion Click the add button to add parameters with a specified name, type, value, description, and modify their values, while generating corresponding outputs. The added parameters and corresponding outputs can be deleted
Nodes
Installation
- Navigate to your ComfyUI custom nodes directory:
cd ComfyUI/custom_nodes/
- Clone this repository:
git clone https://github.com/erehr/comfyui_erenodes.git
- Restart ComfyUI
Features
Dynamically add parameters
You can specify the name, type, value, description, and modify the value of the added parameter
Generate corresponding output
Each added dynamic parameter needs to have a corresponding output
Delete added parameters and corresponding output
All dynamic parameters added and corresponding output to the node can be deleted
The values of dynamically added parameters are prioritized to be taken from the input
If the dynamic parameter is connected to the output of another node, its value is taken from the output of the connected node. If it is not connected to another node, its own added and modified value is taken;
License
This project is licensed under the MIT License - see the LICENSE file for details.