mirror of
https://github.com/modelscope/DiffSynth-Studio.git
synced 2026-03-19 14:58:12 +00:00
24
docs/source/GetStarted/Installation.md
Normal file
24
docs/source/GetStarted/Installation.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# 安装
|
||||
|
||||
## 从源码下载
|
||||
|
||||
1. 克隆源码仓库:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/modelscope/DiffSynth-Studio.git
|
||||
```
|
||||
|
||||
2. 进入项目目录并安装:
|
||||
|
||||
```bash
|
||||
cd DiffSynth-Studio
|
||||
pip install -e .
|
||||
```
|
||||
|
||||
## 使用 PyPI 下载
|
||||
|
||||
直接通过 PyPI 安装:
|
||||
|
||||
```bash
|
||||
pip install diffsynth
|
||||
```
|
||||
Reference in New Issue
Block a user