From 84b60452aef94829789c65318e98aa1221e02ce4 Mon Sep 17 00:00:00 2001 From: Derek Holloway Date: Fri, 3 Apr 2026 14:16:55 -0700 Subject: [PATCH] Update ComfyUI Version --- comfyui-dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfyui-dockerfile b/comfyui-dockerfile index e6998a9..8e304e1 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.71 +ARG ComfyUI_Release=0.18.2 RUN pip install imageio controlnet_aux