comfy_get_status
Check the current status and progress of image generation tasks, including queue position, completion percentage, and available output file locations.
Instructions
Get the current status and progress of a specific generation or the overall queue. Returns queue position, progress, and output paths when available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt_id | No | ||
| include_outputs | No |
Input Schema (JSON Schema)
{
"properties": {
"include_outputs": {
"default": true,
"type": "boolean"
},
"prompt_id": {
"type": "string"
}
},
"type": "object"
}