mirror of
https://github.com/modelscope/DiffSynth-Studio.git
synced 2026-03-24 18:28:10 +00:00
adding amd requirements file
This commit is contained in:
12
requirements-amd.txt
Normal file
12
requirements-amd.txt
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
# Index for AMD ROCm 6.4 wheels (Prioritized)
|
||||||
|
--index-url https://download.pytorch.org/whl/rocm6.4
|
||||||
|
|
||||||
|
# Fallback to standard PyPI for all other libraries (transformers, etc.)
|
||||||
|
--extra-index-url https://pypi.org/simple
|
||||||
|
|
||||||
|
# Core PyTorch libraries (will be pulled from the ROCm index above)
|
||||||
|
torch>=2.0.0
|
||||||
|
torchvision
|
||||||
|
|
||||||
|
# Install the DiffSynth-Studio project and its other dependencies
|
||||||
|
-e .
|
||||||
Reference in New Issue
Block a user