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.
1 parent 7bb0a76 commit ddbdcb2Copy full SHA for ddbdcb2
1 file changed
StabilityMatrix.Core/Models/Packages/ComfyZluda.cs
@@ -39,7 +39,7 @@ IPyInstallationManager pyInstallationManager
39
"Windows-only version of ComfyUI which uses ZLUDA to get better performance with AMD GPUs.";
40
public override string Disclaimer =>
41
"Prerequisite install may require admin privileges and a reboot. "
42
- + "Visual Studio Build Tools for C++ Desktop Development will be installed automatically."
+ + "Visual Studio Build Tools for C++ Desktop Development will be installed automatically. "
43
+ "AMD GPUs under the RX 6800 may require additional manual setup.";
44
public override string LaunchCommand => Path.Combine("zluda", "zluda.exe");
45
public override IEnumerable<TorchIndex> AvailableTorchIndices => [TorchIndex.Zluda];
0 commit comments