Common Issues¶
Start with the status and logs:
For orchestrator-managed ComfyUI processes:
ComfyUI Does Not Start¶
Try a sync first:
Then run:
If runtime files were edited manually:
A Custom Node Is Missing¶
Check installed nodes:
Resolve the workflow:
If the node directory exists but is not tracked, either track it as development or remove/untrack it intentionally.
A Model Is Missing¶
Rescan the index:
If the workflow needs a model ComfyGit did not detect:
Dependency Sync Fails¶
Use verbose sync:
Then decide whether the fix is a node update, a constraint, an overlay, or a separate environment.
Manager Update Fails¶
Check Manager status:
If self-update cannot complete from the running Manager panel, use the ComfyGit panel's manual update instructions or run the CLI command from the environment context, then restart ComfyUI.
When In Doubt¶
Use repair before deleting files manually:
If repair reports unresolved source/model/node issues, fix those explicitly
instead of mutating .venv or custom_nodes/ by hand.