一键导入
node-reference
Common ComfyUI node types and workflow patterns. Use when suggesting nodes or explaining workflows.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Common ComfyUI node types and workflow patterns. Use when suggesting nodes or explaining workflows.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Install ComfyUI Assistant as a ComfyUI custom node. Use when performing or troubleshooting installation (clone, Python deps, frontend build, restart).
For complex user requests — evaluate, investigate, ask questions, propose a plan, accept modifications, then execute. Use when the request is multi-step, ambiguous, or high-impact.
Workflow execution and complete workflow generation tools (executeWorkflow, applyWorkflowJson). Use when the user wants to run a workflow or build a complete workflow from a description.
Python backend modules, chat request lifecycle, SSE format, and API endpoints
System prompt assembly from system_context, user_context, and environment sources
Generate a Product Requirements Document (PRD) for a new feature. Use when planning a feature, starting a new project, or when asked to create a PRD. Triggers on: create a prd, write prd for, plan this feature, requirements for, spec out.
基于 SOC 职业分类
| name | node-reference |
| description | Common ComfyUI node types and workflow patterns. Use when suggesting nodes or explaining workflows. |
This reference helps you suggest appropriate nodes for user needs.
Important: This section is a conceptual reference only. Do not apply or generate workflows from these patterns unless you have followed the workflow-guardrails skill and verified installed nodes and models.
Basic txt2img: CheckpointLoaderSimple → KSampler → VAEDecode → SaveImage ↓ CLIPTextEncode (positive) CLIPTextEncode (negative) EmptyLatentImage
img2img: CheckpointLoaderSimple → KSampler → VAEDecode → SaveImage LoadImage → VAEEncode ↗
Use these with setNodeWidgetValue. Call getWorkflowInfo with includeNodeDetails: true to confirm exact names.
fillPromptNode for convenienceWhen filling CLIPTextEncode text widgets:
Positive prompt structure: subject, style/medium, quality modifiers, lighting/mood
Negative prompt terms: things to avoid in the generation
Tips: