From 432dfd9b0853c975ffa2fbe096fc3a5a1d020290 Mon Sep 17 00:00:00 2001 From: Derek Holloway Date: Wed, 20 Aug 2025 23:50:13 +0000 Subject: [PATCH] Update to 0.3.50 --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 6b6cd85..edb36a4 100644 --- a/dockerfile +++ b/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.43 +ARG ComfyUI_Release=0.3.50 RUN pip install imageio controlnet_aux