-
-
Notifications
You must be signed in to change notification settings - Fork 506
Description
Proposal
As proposed through Discord feature addition, new Inference option for Text/Image to video screen for using TiledVAE to avoid OOMs on low to mid VRAM GPUs.
Would be appreciated for newbies to easier use the appliation rather than entering the Comfyui flow/node view.
Have some AI code ideas (as only know superficialy coding).
Steps (assumed):
-
New XAML UI Card
Path: StabilityMatrix.Avalonia/Controls/Inference/TiledVAEEncodeCard.axaml -
Code for the card
Path: StabilityMatrix.Avalonia/Controls/Inference/TiledVAEEncodeCard.axaml.cs -
ViewModel for the card (with bindings & validation)
Path: StabilityMatrix.Avalonia/ViewModels/Inference/TiledVAEEncodeCardViewModel.cs -
Inference Module (core)
Path: StabilityMatrix.Avalonia/ViewModels/Inference/Modules/TiledVAEEncodeModule.cs -
Typed Node Definition for ComfyUI
Add to existing file: StabilityMatrix.Core/Models/Api/Comfy/Nodes/ComfyNodeBuilder.cs -
Model register
-
JSON Serialization Support
-
Avalonia Style Include (if needed for discovery)
Would be appreaciated by contributors to assess the idea for implementation.
Thanks