set_inputs
Update node inputs in a ComfyUI workflow by specifying workflow ID, node ID, and JSON data. Modify text prompts or connect other nodes to adjust the workflow dynamically.
Instructions
Update inputs on an existing workflow node.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputs | Yes | JSON string of inputs to set/update. Values: {"text": "a cat"} Connections: {"clip": ["1", 1]}. | |
| node_id | Yes | The node ID to update. | |
| workflow_id | Yes | The workflow to modify. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||