We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1bcbc0e + a6e052d commit 3a1e9b4Copy full SHA for 3a1e9b4
1 file changed
StabilityMatrix.Core/Models/Packages/ComfyZluda.cs
@@ -1,8 +1,5 @@
1
using System.Diagnostics;
2
-using System.Diagnostics;
3
using System.Text.RegularExpressions;
4
-using System.Text.RegularExpressions;
5
-using Injectio.Attributes;
6
using Injectio.Attributes;
7
using StabilityMatrix.Core.Exceptions;
8
using StabilityMatrix.Core.Extensions;
@@ -97,7 +94,7 @@ public override List<LaunchOptionDefinition> LaunchOptions
97
94
};
98
95
99
96
options.AddRange(
100
- base.LaunchOptions.Except(base.LaunchOptions.Where(x => x.Name == "Cross Attention Method"))
+ base.LaunchOptions.Where(x => x.Name != "Cross Attention Method")
101
);
102
return options;
103
}
0 commit comments