From 60d7bb52d6a6a4ad8a8602ab59ef8ab7627c322f Mon Sep 17 00:00:00 2001 From: Zhongjie Duan <35051019+Artiprocher@users.noreply.github.com> Date: Tue, 30 Jul 2024 10:42:43 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 66012cc..7624597 100644 --- a/README.md +++ b/README.md @@ -72,12 +72,20 @@ Until now, DiffSynth Studio has supported the following models: ## Installation +Install from source code: + ``` git clone https://github.com/modelscope/DiffSynth-Studio.git cd DiffSynth-Studio pip install -e . ``` +Or install from pypi: + +``` +pip install diffsynth +``` + ## Usage (in Python code) The Python examples are in [`examples`](./examples/). We provide an overview here.