Update comfyui v0.11.1

This commit is contained in:
fapoverflow 2026-01-30 08:51:57 +01:00
parent 5ce4cdd4db
commit 36051c6f38

View file

@ -1,7 +1,7 @@
ARG PYTORCH_VERSION=2.9.1-cuda13.0-cudnn9-devel
FROM pytorch/pytorch:${PYTORCH_VERSION} AS build
ARG COMFYUI_VERSION=v0.9.2
ARG COMFYUI_VERSION=v0.11.1
ENV DEBIAN_FRONTEND=noninteractive PIP_PREFER_BINARY=1
RUN python --version