comfy-build-authoring
comfy-build-authoring
The depth behind comfy-build's Path C, plus the full definition schema. Read
this when you are writing models and customNodes entries yourself rather than
letting a scan or an importer write them.
The user owns no ComfyUI install, so a scan and a snapshot have nothing to read.
You assemble the candidate set yourself and write the definition by hand. A
Dockerfile or a Modal script is a strong start rather than a spec: read it for
the ComfyUI ref, the git clone lines under custom_nodes/, the pip install
lines, and every weight it downloads with the directory it lands in. Those map
onto baseComfyVersion, customNodes, pipDependencies and models
respectively. A workflow file is one step ahead: it names its node classes
exactly, so start from those rather than from search terms.