From 1bf02f439fd3c32d1c6fcd80a036cc9b09f85ea1 Mon Sep 17 00:00:00 2001 From: Artiprocher Date: Tue, 25 Jun 2024 15:53:35 +0800 Subject: [PATCH] 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)