diff --git a/StabilityMatrix.Core/Models/Packages/ComfyUI.cs b/StabilityMatrix.Core/Models/Packages/ComfyUI.cs index 06e99a8a..215901ed 100644 --- a/StabilityMatrix.Core/Models/Packages/ComfyUI.cs +++ b/StabilityMatrix.Core/Models/Packages/ComfyUI.cs @@ -397,7 +397,8 @@ await StandardPipInstallProcessAsync( ); var indexUrl = gfxArch switch { - "gfx1151" => "https://rocm.nightlies.amd.com/v2/gfx1151", + "gfx1150" => "https://rocm.nightlies.amd.com/v2-staging/gfx1150", // Strix/Gorgon Point + "gfx1151" => "https://rocm.nightlies.amd.com/v2/gfx1151", // Strix Halo _ when gfxArch.StartsWith("gfx110") => "https://rocm.nightlies.amd.com/v2/gfx110X-all", _ when gfxArch.StartsWith("gfx120") => "https://rocm.nightlies.amd.com/v2/gfx120X-all", _ => throw new ArgumentOutOfRangeException(