mirror of
https://github.com/modelscope/DiffSynth-Studio.git
synced 2026-03-18 22:08:13 +00:00
Update README.md
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user