Merge pull request #389 from modelscope/requirements

Requirements
This commit is contained in:
Zhongjie Duan
2025-03-03 11:25:31 +08:00
committed by GitHub

View File

@@ -127,6 +127,13 @@ Or install from pypi (There is a delay in the update. If you want to experience
pip install diffsynth
```
If you encounter issues during installation, it may be caused by the packages we depend on. Please refer to the documentation of the package that caused the problem.
* [torch](https://pytorch.org/get-started/locally/)
* [sentencepiece](https://github.com/google/sentencepiece)
* [cmake](https://cmake.org)
* [cupy](https://docs.cupy.dev/en/stable/install.html)
## Usage (in Python code)
The Python examples are in [`examples`](./examples/). We provide an overview here.