From 3b94f7238d98667e7615685dc103bd3b3e310d48 Mon Sep 17 00:00:00 2001 From: Derek Holloway Date: Fri, 21 Nov 2025 20:57:17 -0800 Subject: [PATCH] Update to new versions --- README.md | 4 ++-- comfyui-dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d221029..d2e2ffc 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,6 @@ There are custom dockerfiles in here that can be used to pull and compile differ In order to use this repos please just copy the docker-compose ONLY TESTED WITH AMPERE ALTRA USING RTX40 SERIES - -https://hub.docker.com/r/mistox/uvicorn-ampere + +https://hub.docker.com/r/mistox/uvicorn-ampere https://hub.docker.com/r/mistox/comfyui-ampere \ No newline at end of file diff --git a/comfyui-dockerfile b/comfyui-dockerfile index 1a960f6..e6998a9 100644 --- a/comfyui-dockerfile +++ b/comfyui-dockerfile @@ -4,7 +4,7 @@ FROM nvcr.io/nvidia/pytorch:25.05-py3 AS build-deps WORKDIR /app # Get release version from https://github.com/comfyanonymous/ComfyUI/releases -ARG ComfyUI_Release=0.3.59 +ARG ComfyUI_Release=0.3.71 RUN pip install imageio controlnet_aux