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.
2 parents 58ec939 + e8facfc commit 5d8a68dCopy full SHA for 5d8a68d
StabilityMatrix.Core/Models/Packages/ComfyUI.cs
@@ -397,7 +397,8 @@ await StandardPipInstallProcessAsync(
397
);
398
var indexUrl = gfxArch switch
399
{
400
- "gfx1151" => "https://rocm.nightlies.amd.com/v2/gfx1151",
+ "gfx1150" => "https://rocm.nightlies.amd.com/v2-staging/gfx1150", // Strix/Gorgon Point
401
+ "gfx1151" => "https://rocm.nightlies.amd.com/v2/gfx1151", // Strix Halo
402
_ when gfxArch.StartsWith("gfx110") => "https://rocm.nightlies.amd.com/v2/gfx110X-all",
403
_ when gfxArch.StartsWith("gfx120") => "https://rocm.nightlies.amd.com/v2/gfx120X-all",
404
_ => throw new ArgumentOutOfRangeException(
0 commit comments