CLI tool for managing ComfyUI installations, custom nodes, and models
Top 62.6% on sourcepulse
Comfy-Cli provides a command-line interface for managing ComfyUI installations, simplifying setup, package management, and custom node handling for users of this open-source machine learning framework. It aims to streamline the workflow for researchers and power users by offering a unified tool for common ComfyUI operations.
How It Works
The CLI interacts with ComfyUI installations by executing specific commands to perform actions like installing ComfyUI, updating custom nodes, downloading models, and launching the application. It supports workspace management, allowing users to target specific ComfyUI installations via flags like --workspace
, --recent
, or --here
, and offers a --background
launch option for detached processes.
Quick Start & Requirements
pip install comfy-cli
comfy --install-completion
Highlighted Details
comfy-lock.yaml
format for managing dependencies and custom nodes (WIP).Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The comfy-lock.yaml
format for dependency and node management is marked as Work In Progress (WIP). Background-launched instances are managed individually, and the comfy env
command only displays the default port 8188, not other ports.
15 hours ago
1 day