Compare commits

...

2 Commits

Author SHA1 Message Date
Zhongjie Duan
cd8884c9ef Update setup.py 2025-04-09 15:27:36 +08:00
Zhongjie Duan
46744362de Update requirements.txt 2025-04-09 15:26:13 +08:00
2 changed files with 1 additions and 2 deletions

View File

@@ -2,7 +2,6 @@ torch>=2.0.0
torchvision
cupy-cuda12x
transformers==4.46.2
controlnet-aux==0.0.7
imageio
imageio[ffmpeg]
safetensors

View File

@@ -14,7 +14,7 @@ else:
setup(
name="diffsynth",
version="1.1.4",
version="1.1.5",
description="Enjoy the magic of Diffusion models!",
author="Artiprocher",
packages=find_packages(),