Change image to runpod/comfyui:latest-5090
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 7s
Check with kubeconform / lint (push) Successful in 6s
Auto-update README / Generate README and Create MR (push) Successful in 6s

This commit is contained in:
2026-03-07 22:22:56 +00:00
parent 8a03bdfdf5
commit b9f8a7ad2c

View File

@@ -35,17 +35,11 @@ spec:
mountPath: /host.data mountPath: /host.data
containers: containers:
- name: comfyui - name: comfyui
image: ghcr.io/ai-dock/comfyui:latest-cuda image: runpod/comfyui:latest-5090
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
env: env:
- name: COMFYUI_ARGS - name: COMFYUI_PORT
value: "--listen 0.0.0.0"
- name: COMFYUI_PORT_LOCAL
value: "8188" value: "8188"
- name: COMFYUI_PORT_HOST
value: "8189"
- name: COMFYUI_EXTRA_PIP_PACKAGES
value: "--pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128 --upgrade"
ports: ports:
- containerPort: 8188 - containerPort: 8188
name: http name: http