Skip to content

Commit acc8b81

Browse files
authored
Changed order numerically and commented chip codenames for maintainability
1 parent 3d3fe20 commit acc8b81

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

StabilityMatrix.Core/Models/Packages/ComfyUI.cs

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

0 commit comments

Comments
 (0)