Change image to runpod/comfyui:latest-5090
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user