Skip to content

Commit 080da4e

Browse files
committed
doc tweak
1 parent 32e1eae commit 080da4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Text2Image/T2IParamTypes.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ static bool isUncondName(string str)
732732
NegativeModel = Register<T2IModel>(new("Negative Model", "What main checkpoint model should be used for the negative (Unconditional) portion of generation.",
733733
"", IgnoreIf: "", Permission: Permissions.ModelParams, GetValues: s => [.. CleanModelList(Program.MainSDModels.ListModelsFor(s).Select(m => m.Name)).OrderBy(m => isUncondName(m) ? 0 : 1)], Subtype: "Stable-Diffusion", ChangeWeight: 10, Toggleable: true, IsAdvanced: true, Group: GroupAdvancedModelAddons, OrderPriority: 80, CanSectionalize: true
734734
));
735-
NegativeModelIncludeLoras = Register<bool>(new("Negative Model Include LoRAs", "Whether the Negative Model should include LoRAs.",
735+
NegativeModelIncludeLoras = Register<bool>(new("Negative Model Include LoRAs", "Whether the Negative Model should include LoRAs.\nDefaults to on.\nThis should probably never be turned off.",
736736
"true", Permission: Permissions.ModelParams, IsAdvanced: true, Toggleable: true, Group: GroupAdvancedModelAddons, ChangeWeight: 7, OrderPriority: 81, CanSectionalize: true
737737
));
738738
// ================================================ Swarm Internal ================================================

0 commit comments

Comments
 (0)