Skip to content

Commit 9b7734b

Browse files
authored
Change title from 'Tiled VAE' to 'Tiled VAE Decode'
1 parent 36fb141 commit 9b7734b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class TiledVAEModule : ModuleBase
1414
public TiledVAEModule(IServiceManager<ViewModelBase> vmFactory)
1515
: base(vmFactory)
1616
{
17-
Title = "Tiled VAE";
17+
Title = "Tiled VAE Decode";
1818
AddCards(vmFactory.Get<TiledVAECardViewModel>());
1919
}
2020

0 commit comments

Comments
 (0)