File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
StabilityMatrix.Core/Models/Packages Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ IPyInstallationManager pyInstallationManager
3939 "Windows-only version of ComfyUI which uses ZLUDA to get better performance with AMD GPUs." ;
4040 public override string Disclaimer =>
4141 "Prerequisite install may require admin privileges and a reboot. "
42- + "Visual Studio Build Tools for C++ Desktop Development will be installed automatically."
42+ + "Visual Studio Build Tools for C++ Desktop Development will be installed automatically. "
4343 + "AMD GPUs under the RX 6800 may require additional manual setup." ;
4444 public override string LaunchCommand => Path . Combine ( "zluda" , "zluda.exe" ) ;
4545 public override IEnumerable < TorchIndex > AvailableTorchIndices => [ TorchIndex . Zluda ] ;
You can’t perform that action at this time.
0 commit comments