comfy_insert_blueprint
Materialize a blueprint into a workflow dictionary, applying optional input overrides to node IDs for customized workflow generation.
Instructions
Materialize a blueprint into a workflow dict.
Args: name: Blueprint name (from comfy_list_blueprints). inputs: Optional {node_id: {input_name: value}} overrides applied to the blueprint's nodes when inserted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| inputs | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |