From fa0ea0e1a4db988ee77727ef19791f8f0cde5c3f Mon Sep 17 00:00:00 2001 From: Artiprocher <35051019+Artiprocher@users.noreply.github.com> Date: Tue, 25 Jun 2024 17:03:52 +0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dedac08..d74ea0a 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,9 @@ DiffSynth Studio is a Diffusion engine. We have restructured architectures inclu ## Installation ``` -pip install git+https://github.com/modelscope/DiffSynth-Studio.git +git clone https://github.com/modelscope/DiffSynth-Studio.git +cd DiffSynth-Studio +pip install -e . ``` ## Usage (in Python code)