Skip to content

Commit ec8f8b5

Browse files
authored
Update TiledVAEModule.cs
Correction
1 parent 989db8f commit ec8f8b5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

StabilityMatrix.Avalonia/ViewModels/Inference/Modules/TiledVAEModule.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ public class TiledVAEModule : ModuleBase
1616
public TiledVAEModule(IServiceManager<ViewModelBase> vmFactory)
1717
: base(vmFactory)
1818
{
19+
this.logger = logger;
1920
Title = "Tiled VAE Decode";
2021
AddCards(vmFactory.Get<TiledVAECardViewModel>());
2122
}

0 commit comments

Comments
 (0)