Skip to content

Commit ba4a945

Browse files
CopilotNeuralFault
andauthored
Exclude Enable Manager launch option from ComfyUI-Zluda inherited options
Agent-Logs-Url: https://github.com/NeuralFault/StabilityMatrix/sessions/fe293743-4768-41de-9e35-98ed0dd200b6 Co-authored-by: NeuralFault <65365345+NeuralFault@users.noreply.github.com>
1 parent f583f10 commit ba4a945

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

StabilityMatrix.Core/Models/Packages/ComfyZluda.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,11 @@ public override List<LaunchOptionDefinition> LaunchOptions
102102
},
103103
};
104104

105-
options.AddRange(base.LaunchOptions.Where(x => x.Name != "Cross Attention Method"));
105+
options.AddRange(
106+
base.LaunchOptions.Where(x =>
107+
x.Name != "Cross Attention Method" && x.Name != "Enable Manager"
108+
)
109+
);
106110
return options;
107111
}
108112
}

0 commit comments

Comments
 (0)