๐ 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
ComfyUI Core: Clones the latest official repository.
Performance: Installs
uvfor lightning-fast package management (up to 10x faster than standard pip).Environment: Creates a virtual Python environment (
venv).GPU Setup: Automatically detects GPUs and installs the correct PyTorch version.
Custom Nodes: Installs a predefined list from
custom_nodes.txtincluding all sub-dependencies.Auto-Update: The installer checks for logic updates on every start.
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
ORWindows (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-clickrun_comfyui.batLinux
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"!
โ๏ธ Disclaimer & Terms of Use
TL;DR: This is a free community tool. I built it to be helpful, but use it at your own risk.
"As-Is" Software: This installer is provided without any guarantees. It might work perfectly, or it might need manual tweaking for your specific setup.
No Liability: I (the author) am not responsible for any system errors, data loss, or hardware issues that occur while using this script.
Third-Party Content: This script downloads software from external sources (Python, PyTorch, ComfyUI, etc.). Their respective licenses and terms apply to those components.
Hardware Responsibility: High-performance tasks like AI generation put stress on your hardware. Ensure your system has adequate cooling and a proper power supply.
Legal Standard: THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE.
Description
Evergreen installer