From 2dcdeefca86a0372305c495d16b86e9713d99824 Mon Sep 17 00:00:00 2001 From: Zhongjie Duan <35051019+Artiprocher@users.noreply.github.com> Date: Tue, 9 Sep 2025 18:42:39 +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 483a729..b495a8f 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ else: setup( name="diffsynth", - version="1.1.7", + version="1.1.8", description="Enjoy the magic of Diffusion models!", author="Artiprocher", packages=find_packages(),