원클릭으로
models
List available ComfyUI models, optionally filtered by type
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
List available ComfyUI models, optionally filtered by type
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate an image with ComfyUI from a text prompt
Show recent ComfyUI generation history
Show execution progress for a ComfyUI job
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 | models |
| description | List available ComfyUI models, optionally filtered by type |
List models available in ComfyUI. Filter type: "$ARGUMENTS".
Determine the folder type.
"checkpoints", "loras", "vae", "controlnet", "upscale_models"."checkpoints"."Invalid folder type. Valid options:"comfyui_list_model_folders and listing its items as the valid optionsCall comfyui_list_models with the determined folder type.
Process the response. The response is a pagination envelope {items, total, offset, limit, has_more} — iterate result["items"] for the model filenames. Format them as a clean list. If has_more is true, mention that there are additional results and the user can request a higher limit (max 100) or pass offset for the next page.