We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 387c7b9 commit 3d3fe20Copy full SHA for 3d3fe20
1 file changed
StabilityMatrix.Core/Models/Packages/ComfyUI.cs
@@ -398,6 +398,7 @@ await StandardPipInstallProcessAsync(
398
var indexUrl = gfxArch switch
399
{
400
"gfx1151" => "https://rocm.nightlies.amd.com/v2/gfx1151",
401
+ "gfx1150" => "https://rocm.nightlies.amd.com/v2-staging/gfx1150",
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