enqueue_workflow
Submit a ComfyUI workflow for execution and receive a prompt ID and queue position to track progress later.
Instructions
Submit a ComfyUI workflow for execution and return immediately with the prompt_id and queue position. Does not wait for completion. Use get_job_status to check progress later, or get_history to retrieve results and images after completion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow | Yes | ComfyUI workflow in API format (node ID -> {class_type, inputs}) | |
| disable_random_seed | No | If true, do not randomize seed values |