From 0f0cdc3afcecbcce6c63d497f3b81a508838a653 Mon Sep 17 00:00:00 2001 From: Zhongjie Duan <35051019+Artiprocher@users.noreply.github.com> Date: Wed, 9 Apr 2025 15:15:18 +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 6b8414f..beeb0fe 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ else: setup( name="diffsynth", - version="1.1.3", + version="1.1.4", description="Enjoy the magic of Diffusion models!", author="Artiprocher", packages=find_packages(),