updated README both Eng and Ch to reflect the AMD installation

This commit is contained in:
Mahdi Ghodsi
2025-12-10 16:14:56 -08:00
parent 51efa128d3
commit 1fa9a6c60c
2 changed files with 19 additions and 0 deletions

View File

@@ -189,6 +189,16 @@ cd DiffSynth-Studio
pip install -e .
```
**AMD ROCm 用户:**
为了确保安装适用于 ROCm 的正确 PyTorch 版本,请使用专用的依赖文件:
```
git clone [https://github.com/modelscope/DiffSynth-Studio.git](https://github.com/modelscope/DiffSynth-Studio.git)
cd DiffSynth-Studio
pip install -r requirements-amd.txt
```
<details>
<summary>其他安装方式</summary>