Skip to content

Add TiledVAE decoding and UI integration to Stability Matrix WAN Inference #10

Add TiledVAE decoding and UI integration to Stability Matrix WAN Inference

Add TiledVAE decoding and UI integration to Stability Matrix WAN Inference #10

Re-run triggered January 19, 2026 22:26
Status Failure
Total duration 2m 47s
Artifacts

stability-matrix-windows.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build-windows: StabilityMatrix.Core/Models/Api/Comfy/Nodes/TiledVAEDecodeVideoNode.cs#L9
The type or namespace name 'ComfyNodeConnection' could not be found (are you missing a using directive or an assembly reference?)
build-windows: StabilityMatrix.Core/Models/Api/Comfy/Nodes/TiledVAEDecodeVideoNode.cs#L8
The type or namespace name 'ComfyNodeConnection' could not be found (are you missing a using directive or an assembly reference?)
build-windows: StabilityMatrix.Core/Models/Api/Comfy/Nodes/TiledVAEDecodeVideoNode.cs#L7
Required member 'ComfyNode.Inputs' cannot be hidden by 'TiledVAEDecodeVideoNode.Inputs'.
build-windows: StabilityMatrix.Core/Models/Api/Comfy/Nodes/TiledVAEDecodeVideoNode.cs#L7
'TiledVAEDecodeVideoNode.Inputs' hides inherited member 'ComfyNode.Inputs'. Use the new keyword if hiding was intended.
build-windows: StabilityMatrix.Core/Models/Api/Comfy/Nodes/TiledVAEDecodeVideoNode.cs#L5
'TiledVAEDecodeVideoNode.ClassType': cannot override inherited member 'ComfyNode.ClassType' because it is not marked virtual, abstract, or override
build-windows: StabilityMatrix.Core/Models/Api/Comfy/Nodes/TiledVAEDecodeVideoNode.cs#L9
The type or namespace name 'ComfyNodeConnection' could not be found (are you missing a using directive or an assembly reference?)
build-windows: StabilityMatrix.Core/Models/Api/Comfy/Nodes/TiledVAEDecodeVideoNode.cs#L8
The type or namespace name 'ComfyNodeConnection' could not be found (are you missing a using directive or an assembly reference?)
build-windows: StabilityMatrix.Core/Models/Api/Comfy/Nodes/TiledVAEDecodeVideoNode.cs#L7
Required member 'ComfyNode.Inputs' cannot be hidden by 'TiledVAEDecodeVideoNode.Inputs'.
build-windows: StabilityMatrix.Core/Models/Api/Comfy/Nodes/TiledVAEDecodeVideoNode.cs#L7
'TiledVAEDecodeVideoNode.Inputs' hides inherited member 'ComfyNode.Inputs'. Use the new keyword if hiding was intended.
build-windows: StabilityMatrix.Core/Models/Api/Comfy/Nodes/TiledVAEDecodeVideoNode.cs#L5
'TiledVAEDecodeVideoNode.ClassType': cannot override inherited member 'ComfyNode.ClassType' because it is not marked virtual, abstract, or override
build-windows: StabilityMatrix.Native.Windows/FileOperations/FileOperationWrapper.cs#L56
Possible null reference argument for parameter 'psiDestinationFolder' in 'void IFileOperation.MoveItem(IShellItem psiItem, IShellItem psiDestinationFolder, string pszNewName, IFileOperationProgressSink? pfopsItem)'.
build-windows: StabilityMatrix.Native.Windows/FileOperations/FileOperationWrapper.cs#L56
Possible null reference argument for parameter 'psiItem' in 'void IFileOperation.MoveItem(IShellItem psiItem, IShellItem psiDestinationFolder, string pszNewName, IFileOperationProgressSink? pfopsItem)'.
build-windows: StabilityMatrix.Native.Windows/FileOperations/FileOperationWrapper.cs#L47
Possible null reference argument for parameter 'psiDestinationFolder' in 'void IFileOperation.CopyItem(IShellItem psiItem, IShellItem psiDestinationFolder, string pszCopyName, IFileOperationProgressSink? pfopsItem)'.
build-windows: StabilityMatrix.Native.Windows/FileOperations/FileOperationWrapper.cs#L47
Possible null reference argument for parameter 'psiItem' in 'void IFileOperation.CopyItem(IShellItem psiItem, IShellItem psiDestinationFolder, string pszCopyName, IFileOperationProgressSink? pfopsItem)'.
build-windows: Avalonia.Gif/Extensions/StreamExtensions.cs#L31
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
build-windows: Avalonia.Gif/Extensions/StreamExtensions.cs#L26
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
build-windows: Avalonia.Gif/Extensions/StreamExtensions.cs#L76
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
build-windows: Avalonia.Gif/Extensions/StreamExtensions.cs#L66
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
build-windows: Avalonia.Gif/Extensions/StreamExtensions.cs#L49
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
build-windows: Avalonia.Gif/Decoding/GifDecoder.cs#L429
Dereference of a possibly null reference.