Skip to content

Commit 080a054

Browse files
committed
Remove unused property
1 parent 07b1a5b commit 080a054

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

StabilityMatrix.Avalonia/ViewModels/Inference/FaceDetailerViewModel.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,6 @@ public partial class FaceDetailerViewModel : LoadableViewModelBase
134134
[ObservableProperty]
135135
public partial bool UseTiledDecode { get; set; }
136136

137-
[ObservableProperty]
138-
public partial string Wildcard { get; set; }
139-
140137
public IReadOnlyList<ComfyScheduler> AvailableSchedulers => ComfyScheduler.FaceDetailerDefaults;
141138

142139
/// <inheritdoc/>

0 commit comments

Comments
 (0)