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:
@@ -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
|
||||
```
|
||||
<details>
|
||||
<summary>Other installation methods</summary>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user