We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b1a5b commit 080a054Copy full SHA for 080a054
StabilityMatrix.Avalonia/ViewModels/Inference/FaceDetailerViewModel.cs
@@ -134,9 +134,6 @@ public partial class FaceDetailerViewModel : LoadableViewModelBase
134
[ObservableProperty]
135
public partial bool UseTiledDecode { get; set; }
136
137
- [ObservableProperty]
138
- public partial string Wildcard { get; set; }
139
-
140
public IReadOnlyList<ComfyScheduler> AvailableSchedulers => ComfyScheduler.FaceDetailerDefaults;
141
142
/// <inheritdoc/>
0 commit comments