comfy_import_workflow
Parse JSON strings into validated workflow dicts for ComfyUI, ensuring the structure is correct before execution.
Instructions
Parse a JSON string into a workflow dict.
Parses the JSON string and validates basic structure. Returns the parsed workflow dict as JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |