Update README.md

This commit is contained in:
Zhongjie Duan
2024-07-30 10:42:43 +08:00
committed by GitHub
parent 65a2a0643a
commit 60d7bb52d6

View File

@@ -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.