Change image to runpod/comfyui:latest-5090
This commit is contained in:
@@ -35,17 +35,11 @@ spec:
|
||||
mountPath: /host.data
|
||||
containers:
|
||||
- name: comfyui
|
||||
image: ghcr.io/ai-dock/comfyui:latest-cuda
|
||||
image: runpod/comfyui:latest-5090
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: COMFYUI_ARGS
|
||||
value: "--listen 0.0.0.0"
|
||||
- name: COMFYUI_PORT_LOCAL
|
||||
- name: COMFYUI_PORT
|
||||
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:
|
||||
- containerPort: 8188
|
||||
name: http
|
||||
|
||||
Reference in New Issue
Block a user