mirror of
https://github.com/modelscope/DiffSynth-Studio.git
synced 2026-03-24 01:48: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
|
## Installation
|
||||||
|
|
||||||
|
Install from source code:
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/modelscope/DiffSynth-Studio.git
|
git clone https://github.com/modelscope/DiffSynth-Studio.git
|
||||||
cd DiffSynth-Studio
|
cd DiffSynth-Studio
|
||||||
pip install -e .
|
pip install -e .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Or install from pypi:
|
||||||
|
|
||||||
|
```
|
||||||
|
pip install diffsynth
|
||||||
|
```
|
||||||
|
|
||||||
## Usage (in Python code)
|
## Usage (in Python code)
|
||||||
|
|
||||||
The Python examples are in [`examples`](./examples/). We provide an overview here.
|
The Python examples are in [`examples`](./examples/). We provide an overview here.
|
||||||
|
|||||||
Reference in New Issue
Block a user