Skip to content

Commit 989db8f

Browse files
authored
Update InferenceWanTextToVideoViewModel.cs
Correction
1 parent 4bd67c9 commit 989db8f

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

StabilityMatrix.Avalonia/ViewModels/Inference/InferenceWanTextToVideoViewModel.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,6 @@ protected override void BuildPrompt(BuildPromptEventArgs args)
115115

116116
SamplerCardViewModel.ApplyStep(args);
117117

118-
// Apply TiledVAE module
119-
TiledVAEModule.ApplyStep(args);
120-
121-
// Invoke pre-output actions BEFORE video output!
122-
args.Builder.InvokeAllPreOutputActions();
123-
124118
VideoOutputSettingsCardViewModel.ApplyStep(args);
125119
}
126120

0 commit comments

Comments
 (0)