Upgrade comfyui versions & add convert_2_safetensors service

This commit is contained in:
fapoverflow 2025-07-18 17:06:53 +02:00
parent 8e5ac35102
commit b4941ea474
7 changed files with 208 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Defines the versions of ComfyUI, ComfyUI Manager, and PyTorch to use
ARG COMFYUI_VERSION=v0.3.43
ARG COMFYUI_MANAGER_VERSION=3.33.3
ARG COMFYUI_VERSION=v0.3.44
ARG COMFYUI_MANAGER_VERSION=3.33.8
ARG PYTORCH_VERSION=2.7.1-cuda12.8-cudnn9-runtime
# This image is based on the latest official PyTorch image, because it already contains CUDA, CuDNN, and PyTorch