Advanced Launcher for ComfyUI is a desktop application (Electron) that simplifies configuring and running the ComfyUI environment.
- Configuration:
- save and load user settings,
- select and validate the ComfyUI directory.
- ComfyUI Management:
- start and stop the ComfyUI process,
- install dependencies,
- check if ComfyUI is running.
- Process Monitoring:
- real-time log output from ComfyUI,
- events for process start and exit.
- User Interface:
- simple GUI for configuration,
- buttons to run, stop, and install dependencies,
- display of logs and error/info dialogs.
- Browser integration (release 4.1.0)
- Auto-Open Browser
- Custom Window Size
- Remember Window Position
- Always on Top
- Manual Controls
Get the latest version from Releases
- Windows: Download the
.exeinstaller
- Windows 10/11 (64-bit)
- 4GB RAM minimum
- 500MB free disk space
- Internet connection for updates
- Download the latest release from the Releases page
- Run the installer as Administrator
- Follow the setup wizard
- Launch and enjoy!
# Clone the repository
git clone https://github.com/AnonBOTpl/advanced-launcher-comfyui.git
# Install dependencies
cd advanced-launcher-comfyui
npm install
# Run in development mode
npm start
# Build for production
npm run make