ComfyUI Interface Definition Language
A comprehensive toolkit for standardizing, packaging and deploying ComfyUI workflows as reproducible environments and production-ready REST services.
.cpack.zip
files containing your workflow, custom nodes, model versions, and all dependenciespip install comfy-pack
.cpack.zip
# Restore environment from pack, will install everything needed except the models.
comfy-pack restore workflow.cpack.zip --dir ./
# Get the workflow input spec
comfy-pack info workflow.cpack.zip
# Run
comfy-pack run workflow.cpack.zip --src-image image.png --video video.mp4
ComfyPack provides custom nodes for standardizing inputs:
These nodes help define clear interfaces for your workflow.
Under development
Check our examples folder for:
MIT License
Detailed documentation: under development