mirror of
https://github.com/modelscope/DiffSynth-Studio.git
synced 2026-03-18 22:08:13 +00:00
updated README both Eng and Ch to reflect the AMD installation
This commit is contained in:
10
README_zh.md
10
README_zh.md
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user