Skip to content

Commit 5d8a68d

Browse files
authored
Merge pull request #1571 from NeuralFault/gfx1150-comfy
[ComfyUI-Windows] Add gfx1150 ROCm nightly index URL for Strix/Gorgon Point Ryzen AI APUs
2 parents 58ec939 + e8facfc commit 5d8a68d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

StabilityMatrix.Core/Models/Packages/ComfyUI.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,8 @@ await StandardPipInstallProcessAsync(
397397
);
398398
var indexUrl = gfxArch switch
399399
{
400-
"gfx1151" => "https://rocm.nightlies.amd.com/v2/gfx1151",
400+
"gfx1150" => "https://rocm.nightlies.amd.com/v2-staging/gfx1150", // Strix/Gorgon Point
401+
"gfx1151" => "https://rocm.nightlies.amd.com/v2/gfx1151", // Strix Halo
401402
_ when gfxArch.StartsWith("gfx110") => "https://rocm.nightlies.amd.com/v2/gfx110X-all",
402403
_ when gfxArch.StartsWith("gfx120") => "https://rocm.nightlies.amd.com/v2/gfx120X-all",
403404
_ => throw new ArgumentOutOfRangeException(

0 commit comments

Comments
 (0)