Browse Source

Add control views to DI

pull/165/head
Ionite 1 year ago
parent
commit
604171acfa
No known key found for this signature in database
  1. 5
      StabilityMatrix.Avalonia/App.axaml.cs

5
StabilityMatrix.Avalonia/App.axaml.cs

@ -294,6 +294,11 @@ public sealed class App : Application
// Inference tabs
services.AddTransient<InferenceTextToImageView>();
// Inference controls
services.AddTransient<ImageGalleryCard>();
services.AddTransient<SeedCard>();
services.AddTransient<SamplerCard>();
// Dialogs
services.AddTransient<SelectDataDirectoryDialog>();
services.AddTransient<LaunchOptionsDialog>();

Loading…
Cancel
Save