mirror of
https://github.com/modelscope/DiffSynth-Studio.git
synced 2026-03-24 18:28:10 +00:00
updated README both Eng and Ch to reflect the AMD installation
This commit is contained in:
@@ -189,6 +189,15 @@ cd DiffSynth-Studio
|
|||||||
pip install -e .
|
pip install -e .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**AMD ROCm Users:**
|
||||||
|
|
||||||
|
To ensure the correct PyTorch version for ROCm is installed, please use the dedicated requirements file:
|
||||||
|
|
||||||
|
```
|
||||||
|
git clone https://github.com/modelscope/DiffSynth-Studio.git
|
||||||
|
cd DiffSynth-Studio
|
||||||
|
pip install -r requirements-amd.txt
|
||||||
|
```
|
||||||
<details>
|
<details>
|
||||||
<summary>Other installation methods</summary>
|
<summary>Other installation methods</summary>
|
||||||
|
|
||||||
|
|||||||
10
README_zh.md
10
README_zh.md
@@ -189,6 +189,16 @@ cd DiffSynth-Studio
|
|||||||
pip install -e .
|
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>
|
<details>
|
||||||
<summary>其他安装方式</summary>
|
<summary>其他安装方式</summary>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user