From 1fa9a6c60c185a95686c26cb79cd96a3fcfa1203 Mon Sep 17 00:00:00 2001 From: Mahdi Ghodsi Date: Wed, 10 Dec 2025 16:14:56 -0800 Subject: [PATCH] updated README both Eng and Ch to reflect the AMD installation --- README.md | 9 +++++++++ README_zh.md | 10 ++++++++++ 2 files changed, 19 insertions(+) diff --git a/README.md b/README.md index 1250216..2cfc4cc 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,15 @@ cd DiffSynth-Studio 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 +```
Other installation methods diff --git a/README_zh.md b/README_zh.md index cdfc72f..ae77669 100644 --- a/README_zh.md +++ b/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 +``` +
其他安装方式