Skip to content

Commit ddbdcb2

Browse files
authored
Fix disclaimer formatting in ComfyZluda.cs
1 parent 7bb0a76 commit ddbdcb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

StabilityMatrix.Core/Models/Packages/ComfyZluda.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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];

0 commit comments

Comments
 (0)