CLI Commands¶
All commands are available via the umeairt-comfyui-installer CLI.
Synopsis¶
Commands¶
install¶
Full installation of ComfyUI with all dependencies.
| Option | Description | Default |
|---|---|---|
--path |
Installation directory | . |
--type |
Environment type: venv or conda |
venv |
--verbose / -v |
Show detailed output | Off |
--skip-nodes |
Skip custom node installation | Off |
--gpu |
Manual GPU override (e.g. cu130, directml) |
Auto-detect |
update¶
Update ComfyUI core, all bundled custom nodes, and Python dependencies.
download-models¶
Interactive model download menu with VRAM-based recommendations.
scan-models¶
Scan model files for malicious pickle code using picklescan.
info¶
Display system information (GPU, Python version, installed tools).
version¶
Show the installer version.
Global Options¶
All commands support:
--path PATH— Installation directory--verbose/-v— Enable detailed logging output