From 53f01e72e67989fc81568da2e231f0272d18bd25 Mon Sep 17 00:00:00 2001 From: Zhongjie Duan <35051019+Artiprocher@users.noreply.github.com> Date: Wed, 9 Apr 2025 15:38:17 +0800 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a9c90a5..483a729 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ else: setup( name="diffsynth", - version="1.1.6", + version="1.1.7", description="Enjoy the magic of Diffusion models!", author="Artiprocher", packages=find_packages(),