ujust comfyui
Stable Diffusion node-based workflow editor
Quick Start
Follow the standard service lifecycle:
| Step | Command | Recording |
| 1. Config | ujust comfyui config | |
| 2. Start | ujust comfyui start | |
| 3. Status | ujust comfyui status | |
| 4. Logs | ujust comfyui logs | |
| 5. Stop | ujust comfyui stop | |
Subcommands
Configuration
| Subcommand | Arguments | Description | Recording |
config | | Configure ComfyUI | |
Lifecycle
| Subcommand | Arguments | Description | Recording |
restart | | Restart server | |
start | | Start ComfyUI server | |
stop | | Stop ComfyUI server | |
delete | | Remove server config and container | |
Monitoring
| Subcommand | Arguments | Description | Recording |
status | | Show server/container status | |
logs | [--lines=N] | View container logs | |
Operations
| Subcommand | Arguments | Description | Recording |
download | --model-url=URL | Download model from CivitAI | |
open | | Open ComfyUI web UI in browser | |
models | | List installed models by type | |
node-list | | List installed custom nodes | |
node-install | --node-url=URL | Install custom node from Git URL | |
node-update | | Update custom node | |
Shell
| Subcommand | Arguments | Description | Recording |
shell | [-- CMD] | Open shell or execute command in container | |
Other
| Subcommand | Arguments | Description | Recording |
help | | Show help | |
Flags
| Flag | Short | Default | Values | Description |
--bind | -b | | | |
--gpu-type | -g | | | |
--image | -i | | | |
--input-dir | | | | |
--instance | -n | | | |
--lines | -l | | | |
--model-type | | | | |
--model-url | | | | |
--models-dir | | | | |
--node-url | | | | |
--nodes-dir | | | | |
--output-dir | | | | |
--port | -p | | | |
--tag | -t | | | |
--workspace-dir | -w | | | |
Source: just/bazzite-ai/comfyui.just