Compare commits

..

4 Commits

Author SHA1 Message Date
Zhongjie Duan
5129d3dc52 Update setup.py 2025-04-09 15:34:02 +08:00
Zhongjie Duan
ee9bab80f2 Update requirements.txt 2025-04-09 15:33:21 +08:00
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 2 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
wheel==0.44.0
torch>=2.0.0
torchvision
cupy-cuda12x

View File

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