dsl_to_workflow
Convert compact workflow DSL into executable ComfyUI API JSON. Validate with warnings for unknown class types or mismatches before running.
Instructions
Convert the compact workflow DSL (see workflow_to_dsl) back into executable ComfyUI API-format JSON. Useful for authoring/editing workflows in the legible DSL, then converting to run with enqueue_workflow. When ComfyUI is reachable, the result also carries advisory warnings (unknown class_type, output index out of range, type mismatches) — the conversion still succeeds regardless. (Experimental.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dsl | Yes | Workflow DSL text |