Delete docs directory

This commit is contained in:
yrk111222
2024-10-22 09:54:59 +08:00
committed by GitHub
parent 1a004ffe81
commit 157ba2e426
105 changed files with 0 additions and 5750 deletions

View File

@@ -1,26 +0,0 @@
# Installation
Currently, DiffSynth-Studio supports installation via cloning from GitHub or using pip. We recommend users to clone from GitHub to experience the latest features.
## 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
```