73e4fc005e
Server UI gains Update on stack cards, ComfyUI Models tab with workflow scan and downloads, and centralized comfyui_config. Model catalog and download scripts move from stacks/comfyui to server-ui so ComfyUI stays a minimal Docker wrapper for easier image updates.
21 lines
461 B
Bash
21 lines
461 B
Bash
# Data disk mount point
|
|
DATA_ROOT=/data
|
|
|
|
# ComfyUI web UI (default ComfyUI port)
|
|
COMFYUI_PORT=8188
|
|
|
|
# yanwk/comfyui-boot — CUDA 12.6 slim (GPU in container)
|
|
COMFYUI_IMAGE=yanwk/comfyui-boot:cu126-slim
|
|
|
|
# Use only the discrete NVIDIA GPU
|
|
CUDA_VISIBLE_DEVICES=0
|
|
|
|
# Extra CLI args passed to ComfyUI (e.g. --fast)
|
|
CLI_ARGS=
|
|
|
|
# Hugging Face token for gated models (optional)
|
|
# HF_TOKEN=
|
|
|
|
# Civitai API token for civitai catalog entries (optional)
|
|
# CIVITAI_TOKEN=
|