Skip to content

Commit 3a1e9b4

Browse files
committed
Merge branch 'CUI-Zluda-launch-fix' of https://github.com/NeuralFault/StabilityMatrix into CUI-Zluda-launch-fix
2 parents 1bcbc0e + a6e052d commit 3a1e9b4

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

StabilityMatrix.Core/Models/Packages/ComfyZluda.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
using System.Diagnostics;
2-
using System.Diagnostics;
32
using System.Text.RegularExpressions;
4-
using System.Text.RegularExpressions;
5-
using Injectio.Attributes;
63
using Injectio.Attributes;
74
using StabilityMatrix.Core.Exceptions;
85
using StabilityMatrix.Core.Extensions;
@@ -97,7 +94,7 @@ public override List<LaunchOptionDefinition> LaunchOptions
9794
};
9895

9996
options.AddRange(
100-
base.LaunchOptions.Except(base.LaunchOptions.Where(x => x.Name == "Cross Attention Method"))
97+
base.LaunchOptions.Where(x => x.Name != "Cross Attention Method")
10198
);
10299
return options;
103100
}

0 commit comments

Comments
 (0)