feat: add ComfyUI + rebalance GPU allocation #17

Merged
rock merged 1 commits from feat/comfyui-gpu-rebalance into main 2026-09-09 02:11:30 +00:00
Owner

GPU Rebalance (4× V100 32GB)

Pod Before After
reasoning (PP=2) 2 GPU 2 GPU
ornith 2 GPU (2 replicas) 1 GPU (1 replica)
comfyui 1 GPU (new)
qwen-cpu CPU on cp-2 (new)
embeddings/reranker CPU CPU

Changes

  • ornith.yaml: scale 2→1, remove qwen2.5 co-loading, MAX_LOADED_MODELS=1
  • qwen-cpu.yaml: new Ollama deployment on talos-cp-2 (144GB RAM), 5Gi PVC
  • k8s/apps/comfyui/: new ComfyUI deployment (1 GPU, 50Gi model PVC, ingress)
  • 58-comfyui.yaml: ArgoCD Application (wave 8)

Gateway route update in separate PR (homelab-frontend).

## GPU Rebalance (4× V100 32GB) | Pod | Before | After | |-----|--------|-------| | reasoning (PP=2) | 2 GPU | 2 GPU | | ornith | 2 GPU (2 replicas) | 1 GPU (1 replica) | | comfyui | — | 1 GPU (**new**) | | qwen-cpu | — | CPU on cp-2 (**new**) | | embeddings/reranker | CPU | CPU | ## Changes - `ornith.yaml`: scale 2→1, remove qwen2.5 co-loading, MAX_LOADED_MODELS=1 - `qwen-cpu.yaml`: new Ollama deployment on talos-cp-2 (144GB RAM), 5Gi PVC - `k8s/apps/comfyui/`: new ComfyUI deployment (1 GPU, 50Gi model PVC, ingress) - `58-comfyui.yaml`: ArgoCD Application (wave 8) Gateway route update in separate PR (homelab-frontend).
rock added 1 commit 2026-09-09 01:27:01 +00:00
GPU rebalance (4× V100 32GB on worker-1):
- reasoning: 2 GPU (unchanged, PP=2 for Qwen3-32B)
- ornith: 2→1 GPU (scale to 1 replica, ornith:35b only)
- comfyui: 0→1 GPU (new)
- embeddings/reranker: 0 GPU (CPU, unchanged)

qwen2.5:3b-instruct moved to CPU on talos-cp-2 (144GB RAM).
Separate Ollama deployment + 5Gi PVC, pulls model on first start.

Gateway config updated in homelab-frontend (separate commit).

Co-authored-by: poimen <[email protected]>
rock merged commit 8790de6038 into main 2026-09-09 02:11:30 +00:00
rock deleted branch feat/comfyui-gpu-rebalance 2026-09-09 02:11:35 +00:00
Sign in to join this conversation.