Managing Models¶
Model management in ComfyGit has two sides:
- local inventory in the model index
- portable workflow requirements in the environment manifest
Inspect Local Inventory¶
cg model index status
cg model index list
cg model index find sdxl
cg model index show checkpoints/sd_xl_base_1.0.safetensors
Show duplicates:
Rescan After File Changes¶
Run this after manually copying, moving, deleting, or fixing model files.
Delete A Model File¶
Skip confirmation only when you are sure:
Deleting a local file does not automatically remove historical manifest references from old commits. Check workflows before deleting models that may still be required.
Add Sources¶
Source information is what makes required models reproducible during export, import, materialization, and build planning.
Attach Models To Workflows¶
If a workflow needs a model that graph analysis did not discover:
Read more: Workflow model dependencies.