We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28fedb9 commit d33a5b7Copy full SHA for d33a5b7
StabilityMatrix.Avalonia/ViewModels/CheckpointBrowser/CivitDetailsPageViewModel.cs
@@ -916,6 +916,9 @@ modelType is CivitModelType.Checkpoint
916
baseModelType == CivitBaseModelType.Flux1D.GetStringValue()
917
|| baseModelType == CivitBaseModelType.Flux1S.GetStringValue()
918
|| baseModelType == CivitBaseModelType.WanVideo.GetStringValue()
919
+ || baseModelType?.StartsWith("Wan", StringComparison.OrdinalIgnoreCase) is true
920
+ || baseModelType?.StartsWith("Flux", StringComparison.OrdinalIgnoreCase) is true
921
+ || baseModelType?.StartsWith("Hunyuan", StringComparison.OrdinalIgnoreCase) is true
922
)
923
924
{
0 commit comments