Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentMédio

ComfyUI V3 Custom Nodes (Server-Side)

porjimlee2048·jimlee2048· v1.0.0 · atualizado em 2026-04-11
80
Score

Develop ComfyUI server-side V3 custom nodes (Python) using Comfy API v0_0_2/latest, schema-based inputs/outputs, ComfyExtension entrypoints, and UI preview helpers. Use when asked to create or update ComfyUI custom_nodes, V3 nodes, or Comfy API-based nodepacks.

comfyuicustom-nodespythonapi-developmentv3-nodesserver-sidenodepack
Linguagens
Python
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdcomfyui-nodes-dev/workflow
1. Choose the appropriate Comfy API adapter (`comfy_api.v0_0_2` or `comfy_api.latest`).
2. (Optional) Scaffold a nodepack using `comfy node scaffold`.
3. Implement the V3 node with `io.ComfyNode.define_schema()` and `execute()`.
4. Return `io.NodeOutput` (or tuple/dict) from `execute()`.
5. Register nodes via `ComfyExtension.get_node_list()` and `comfy_entrypoint()`.
6. Restart ComfyUI and validate in the UI/API.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aEncore API Endpoints
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
77
Similar aAppwrite Python SDK
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79

Árvore do Skill

ComfyUI V3 Custom Nodes (Server-Side)
comfyui-nodes-dev
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.ACT
5.REFLECT
Triggers8
develop a ComfyUI custom nodecreate a new ComfyUI V3 nodeupdate an existing ComfyUI custom nodeimplement a server-side ComfyUI nodebuild a ComfyUI nodepack using the Comfy APIwrite a ComfyUI extensioncreate a comfyui node with pythonuse comfy api to create a custom node

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download comfyui-nodes-dev
$ synaptic skills detail comfyui-nodes-dev
$ synaptic skills live comfyui-nodes-dev

Dependências

comfyuicomfy_api

Links

GitHub Repository