Files
DiffSynth-Studio/docs/source_en/tutorial/Installation.md
yrk111222 1a004ffe81 Add files via upload
上一次上传到docs文件夹中了,修改一下
2024-10-22 09:52:12 +08:00

532 B

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:

    git clone https://github.com/modelscope/DiffSynth-Studio.git
    
  2. Navigate to the project directory and install:

    cd DiffSynth-Studio
    pip install -e .
    

From PyPI

Install directly via PyPI:

pip install diffsynth