We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e3c40f commit 6a53393Copy full SHA for 6a53393
1 file changed
StabilityMatrix.Core/Models/Packages/ComfyUI.cs
@@ -414,7 +414,7 @@ _ when gfxArch.StartsWith("gfx120") => "https://rocm.nightlies.amd.com/v2/gfx120
414
ExtraPipArgs = ["numpy<2"],
415
TorchaudioVersion = " ", // Request torchaudio without a specific version
416
CudaIndex = isLegacyNvidia ? "cu126" : "cu130",
417
- RocmIndex = "rocm6.4",
+ RocmIndex = "rocm7.1",
418
UpgradePackages = true,
419
PostInstallPipArgs = ["typing-extensions>=4.15.0"],
420
};
0 commit comments