Add files via upload

第一版翻译完成,保留了getStart目录,有一些名词还是需要重新检查
This commit is contained in:
yrk111222
2024-10-18 18:02:52 +08:00
committed by GitHub
parent 24b78148b8
commit 883d26abb4
15 changed files with 308 additions and 38 deletions

View File

@@ -0,0 +1,24 @@
# Installation
## From Source
1. Clone the source repository:
```bash
git clone https://github.com/modelscope/DiffSynth-Studio.git
```
2. Navigate to the project directory and install:
```bash
cd DiffSynth-Studio
pip install -e .
```
## From PyPI
Install directly via PyPI:
```bash
pip install diffsynth
```