一键导入
model-loading-rules
Rules for choosing Load Diffusion Model vs CheckpointLoader based on where the model is installed (diffusion_models/unet vs checkpoints).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Rules for choosing Load Diffusion Model vs CheckpointLoader based on where the model is installed (diffusion_models/unet vs checkpoints).
用 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 | model-loading-rules |
| description | Rules for choosing Load Diffusion Model vs CheckpointLoader based on where the model is installed (diffusion_models/unet vs checkpoints). |
Use these rules when deciding how to load a model:
diffusion_models or unet, load it with Load Diffusion Model (class type UNETLoader).VAELoader and CLIPLoader or DualCLIPLoader as required by the workflow).checkpoints, load it with CheckpointLoaderSimple.getAvailableModels to determine the model category before choosing the loader.