From 0489c6255023a31984617c797e1722b3e0a4e190 Mon Sep 17 00:00:00 2001 From: Artiprocher Date: Tue, 25 Jun 2024 15:43:27 +0800 Subject: [PATCH 1/2] update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b4da93f..68e78e7 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( version="1.0.0", description="", author="Artiprocher", - packages=find_packages(exclude=["diffsynth"]), + packages=find_packages(), install_requires=[ str(r) for r in pkg_resources.parse_requirements( From 1bf02f439fd3c32d1c6fcd80a036cc9b09f85ea1 Mon Sep 17 00:00:00 2001 From: Artiprocher Date: Tue, 25 Jun 2024 15:53:35 +0800 Subject: [PATCH 2/2] update setup.py --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index d74ea0a..dedac08 100644 --- a/README.md +++ b/README.md @@ -51,9 +51,7 @@ DiffSynth Studio is a Diffusion engine. We have restructured architectures inclu ## Installation ``` -git clone https://github.com/modelscope/DiffSynth-Studio.git -cd DiffSynth-Studio -pip install -e . +pip install git+https://github.com/modelscope/DiffSynth-Studio.git ``` ## Usage (in Python code)