Browse Source

Cleanup unused variable

pull/188/head
Ionite 1 year ago
parent
commit
e9fd6a2eb8
No known key found for this signature in database
  1. 1
      StabilityMatrix.Avalonia/ViewModels/Inference/InferenceTextToImageViewModel.cs

1
StabilityMatrix.Avalonia/ViewModels/Inference/InferenceTextToImageViewModel.cs

@ -362,7 +362,6 @@ public class InferenceTextToImageViewModel
}
var batches = BatchSizeCardViewModel.BatchCount;
var isMultiBatch = batches > 1;
var batchArgs = new List<ImageGenerationEventArgs>();

Loading…
Cancel
Save