Getting Started¶
Prerequisites¶
- Git installed
- GPU: NVIDIA (CUDA 12.x+), AMD (Radeon RX 6000+), or Apple Silicon (M1+)
- Internet connection
- [Optional] Visual Studio Build Tools (Windows, for source compilation of some custom nodes)
Tip
Python 3.11–3.13 is auto-installed via uv if not present. No manual Python setup required.
Installation Methods¶
Option A: One-Liner (Recommended)¶
Option B: Manual Download¶
- Download or clone this repository
- Double-click
Install.bat(Windows) or run./Install.sh(Linux/macOS) - Follow the on-screen prompts
- When done, launch with
UmeAiRT-Start-ComfyUI.bat
Option C: CLI (Advanced)¶
Option D: Docker¶
See Docker for details.
Post-Installation¶
Four launcher scripts are generated:
| Script | Description |
|---|---|
UmeAiRT-Start-ComfyUI |
Launch ComfyUI (Performance mode) |
UmeAiRT-Start-ComfyUI_LowVRAM |
Launch with --lowvram --fp8 for ≤8 GB VRAM |
UmeAiRT-Download-Models |
Reopen the model download menu |
UmeAiRT-Update |
Update ComfyUI, custom nodes, and dependencies |