Sign In

🛠️ [TOOL] DaSiWa ComfyUI Installer

Updated: Feb 12, 2026

tooldasiwainstallercomfyscriptlinux

Type

Other

Stats

275

0

Reviews

Published

Feb 4, 2026

Base Model

Wan Video 2.2 I2V-A14B

Hash

AutoV2
08BE6C1AB7

🚀 DaSiWa ComfyUI Installer

This script provides a one-click installation experience for ComfyUI, optimized with uv for maximum speed. It automatically handles environments, GPU detection, and my curated set of Custom Nodes - needed for my workflows.

This installer is "evergreen" - it will always download and updated versions of the installer and all logic from his repository.

✨ Features

  1. ComfyUI Core: Clones the latest official repository.

  2. Performance: Installs uv for lightning-fast package management (up to 10x faster than standard pip).

  3. Environment: Creates a virtual Python environment (venv).

  4. GPU Setup: Automatically detects GPUs and installs the correct PyTorch version.

  5. Custom Nodes: Installs a predefined list from custom_nodes.txt including all sub-dependencies.

  6. Auto-Update: The installer checks for logic updates on every start.

  7. Starters: Creates convenient "run_comfyui" starters with predefined parameters (inside the ComfyUI folder.

🛠️ Prerequisites

  • An NVIDIA, AMD or Intel GPU (required for the automated Torch installation).

  • (Python)

🤖 GitHub repository and versioning

For detailed information: DaSiWa ComfyUI Installer

🫴Usage

  • Download the archive and run the installer
    OR

  • Windows (Direct Link)
    Double-click install.bat.

  • Linux (Direct Link)
    chmod +x install.sh && ./install.sh

🚀 After Installation

Once finished, navigate into the new ComfyUI folder. You will find a launcher created by the script:

  • Windows
    Double-click run_comfyui.bat

  • Linux
    Run ./run_comfyui.sh

💡Hints

  • ⏳The first start may need some time because of internal comfyui updates, manager pulls and frontend update.

  • ❌ Do not "run as administrator"!