mit einem Klick
progress
Show execution progress for a ComfyUI job
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Show execution progress for a ComfyUI job
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
Generate an image with ComfyUI from a text prompt
Show recent ComfyUI generation history
List available ComfyUI models, optionally filtered by type
Show ComfyUI queue status with running and pending jobs
Troubleshooting guide for ComfyUI MCP connection issues, model errors, workflow failures, and security warnings. Use when users encounter errors or unexpected behavior.
Create a ComfyUI workflow from a template
| name | progress |
| description | Show execution progress for a ComfyUI job |
Show progress for a specific ComfyUI job. Prompt ID: "$ARGUMENTS".
Get the prompt_id. Extract it from "$ARGUMENTS". If "$ARGUMENTS" is empty or contains no recognizable id, suggest the user run /comfy:status first to find active job IDs, or /comfy:history for recent completions, and stop here.
Fetch progress. Call comfyui_get_progress with the prompt_id. Do not pre-validate the id format — the tool returns status="unknown" if the job is not found, which step 3 surfaces to the user.
Format the response. The response is a dict. Format it to include the following fields:
current_node field)step X of total_steps Y (percentage)queued, running, completed, error, interrupted (mapped from the unified /api/jobs/{id} endpoint), or unknown if the job is not found