Run any ComfyUI workflow with ZERO setup. This is an enhanced fork of the original ComfyUI Launcher with significant improvements in stability, error handling, and functionality.
Join our community:
- Telegram Group - News, updates, and AI discussions
- Boosty Blog - Builds, tutorials, and more
Example of running a workflow without setup:
demo.mp4
To create a portable version, you don't need to clone the entire repository. Just download these two files:
- Download:
- Place both files in one directory
- Run
run_as_admin.bat
- Download:
- Place both files in one directory
- Make script executable:
chmod +x run_as_admin.sh - Run:
sudo ./run_as_admin.sh
- Improved error handling during installation
- Better dependency management
- Fixed symbolic link issues
- Automatic retries during downloads
- Download speed monitoring
- Enhanced file integrity checks
- Automatic creation of bat-files for each project
- Improved workflow import system
- Better dependency handling
- Enhanced status monitoring
- Installation progress visualization
- Each project in its own isolated environment
- Automatic model detection and downloading
- Proper model sorting by folders
- Original filename preservation
- Correct dependency and path setup
- Download process visualization
- Support for various model sources
- Enhanced Python environment setup
- Better CUDA integration
- Improved virtual environment management
- Enhanced logging system
- Support for multiple model sources
- Optimized package installation
Download and extract the ready-made build:
- CUDA Version (for NVIDIA GPUs)
- DirectML Version (for AMD/Intel GPUs) - Coming Soon
- CPU Version - Coming Soon
- MacOS Version - Coming Soon
git clone https://github.com/John-LapTev/JL-ComfyUI-Launcher.git
cd JL-ComfyUI-Launcher/builderDetailed build instructions:
- Windows 10 or 11
- NVIDIA GPU recommended (for CUDA version)
- AMD or Intel GPU (for DirectML version)
- Minimum 8GB RAM (16GB recommended)
- 20GB free disk space
- MacOS 11 or newer
- Minimum 8GB RAM (16GB recommended)
- 20GB free disk space
- Run
start.bat(Windows) orstart.sh(MacOS) - Wait for initial setup to complete
- Open interface at http://localhost:4000
- Add launcher folder to antivirus exclusions
- Close all ComfyUI processes before launching
- Ensure sufficient disk space
- Install in a directory with a short path (e.g.,
C:\ComfyUIinstead ofC:\Users\Username\Documents\Projects\ComfyUI)
- Close all ComfyUI windows
- Delete .celery folder in server directory if it exists
- Restart start.bat/start.sh
- Check log files in launcher folder
If you encounter errors related to long paths during installation or workflow import:
-
Enable long path support in Windows:
- Open Group Policy Editor (gpedit.msc)
- Navigate to: Computer Configuration → Administrative Templates → System → Filesystem
- Find "Enable Win32 long paths"
- Set to "Enabled"
- Restart computer
-
Or use a short installation path:
- Install launcher closer to drive root
- Example:
C:\ComfyUIinstead ofC:\Users\Username\Documents\Projects\ComfyUI
Want to contribute? Great!
- Fork the repository
- Create a branch for your feature
- Commit your changes
- Push to the branch
- Create Pull Request
If you find this project useful:
- Original ComfyUI Launcher by ComfyWorkflows
- ComfyUI Manager (https://github.com/ltdrdata/ComfyUI-Manager/)
GNU Affero General Public License v3.0 - see LICENSE for details



