Extensions/Comfyui-Dynamic-Params
ComfyUI Extension

Comfyui-Dynamic-Params

Comfyui custom nodes that support dynamic parameter addition and deletion.

By xiaowc-lib·Created about a year ago·Updated about a year ago· 0
xiaowc-lib/comfyui-dynamic-params
Nodes1
On cloudLocal install
CategoryComfyui-Dynamic-Params
Stars0
Updatedabout a year ago
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

Image

Image

Image

Installation

  1. Navigate to your ComfyUI custom nodes directory:
cd ComfyUI/custom_nodes/
  1. Clone this repository:
git clone https://github.com/erehr/comfyui_erenodes.git
  1. 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.