You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update: I can get it to crash with this error rarely on other model browser pages now as well, it also seems to randomly crash with this error during image generation using Stable Diffusion WebUI V1.6
Stability Matrix crashes with the below error only when moving to the second page of the model browser even when browsing installed models only. I have attempted to get it to crash on any other page but for some reason will only crash with this error on the second page specifically.
Callstack:
at StabilityMatrix.Avalonia.ViewModels.CheckpointBrowserViewModel.SearchModels()
at StabilityMatrix.Avalonia.ViewModels.CheckpointBrowserViewModel.TrySearchAgain(Boolean shouldUpdatePageNumber)
at AsyncAwaitBestPractices.SafeFireAndForgetExtensions.HandleSafeFireAndForget[TException](Task task, Boolean continueOnCapturedContext, Action`1 onException)
at System.Threading.Tasks.Task.<>c.b__128_0(Object state)
at Avalonia.Threading.SendOrPostCallbackDispatcherOperation.InvokeCore()
at Avalonia.Threading.DispatcherOperation.Execute()
at Avalonia.Threading.Dispatcher.ExecuteJob(DispatcherOperation job)
at Avalonia.Threading.Dispatcher.ExecuteJobsCore(Boolean fromExplicitBackgroundProcessingCallback)
at Avalonia.Threading.Dispatcher.Signaled()
at Avalonia.Win32.Win32Platform.WndProc(IntPtr hWnd, UInt32 msg, IntPtr wParam, IntPtr lParam)
at Avalonia.Win32.Interop.UnmanagedMethods.DispatchMessage(MSG& lpmsg)
at Avalonia.Win32.Win32DispatcherImpl.RunLoop(CancellationToken cancellationToken)
at Avalonia.Threading.DispatcherFrame.Run(IControlledDispatcherImpl impl)
at Avalonia.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
at Avalonia.Threading.Dispatcher.MainLoop(CancellationToken cancellationToken)
at Avalonia.Controls.ApplicationLifetimes.ClassicDesktopStyleApplicationLifetime.Start(String[] args)
at StabilityMatrix.Avalonia.Program.Main(String[] args)
Inner exception:
System.ArgumentException: Requested value 'Training_Data' was not found.
at System.Enum.TryParseByName(RuntimeType enumType, ReadOnlySpan1 value, Boolean ignoreCase, Boolean throwOnFailure, UInt64& result) at System.Enum.TryParseInt32Enum(RuntimeType enumType, ReadOnlySpan1 value, Int32 minInclusive, Int32 maxInclusive, Boolean ignoreCase, Boolean throwOnFailure, TypeCode type, Int32& result)
at System.Enum.TryParse(Type enumType, ReadOnlySpan1 value, Boolean ignoreCase, Boolean throwOnFailure, Object& result) at LiteDB.BsonMapper.Deserialize(Type type, BsonValue value) at LiteDB.BsonMapper.DeserializeObject(EntityMapper entity, Object obj, BsonDocument value) at LiteDB.BsonMapper.Deserialize(Type type, BsonValue value) at LiteDB.BsonMapper.DeserializeList(Type type, BsonArray value) at LiteDB.BsonMapper.Deserialize(Type type, BsonValue value) at LiteDB.BsonMapper.DeserializeObject(EntityMapper entity, Object obj, BsonDocument value) at LiteDB.BsonMapper.Deserialize(Type type, BsonValue value) at LiteDB.BsonMapper.DeserializeList(Type type, BsonArray value) at LiteDB.BsonMapper.Deserialize(Type type, BsonValue value) at LiteDB.BsonMapper.DeserializeObject(EntityMapper entity, Object obj, BsonDocument value) at LiteDB.BsonMapper.Deserialize(Type type, BsonValue value) at LiteDB.BsonMapper.DeserializeList(Type type, BsonArray value) at LiteDB.BsonMapper.Deserialize(Type type, BsonValue value) at LiteDB.BsonMapper.DeserializeObject(EntityMapper entity, Object obj, BsonDocument value) at LiteDB.BsonMapper.Deserialize(Type type, BsonValue value) at LiteDB.LiteQueryable1.b__27_2(BsonDocument x)
at System.Linq.Enumerable.SelectEnumerableIterator2.MoveNext() at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable1 source, Boolean& found)
at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable1 source) at LiteDB.Async.LiteDatabaseAsync.<>c__DisplayClass36_01.g__Function|0()
The text was updated successfully, but these errors were encountered:
Update: I can get it to crash with this error rarely on other model browser pages now as well, it also seems to randomly crash with this error during image generation using Stable Diffusion WebUI V1.6
Stability Matrix crashes with the below error only when moving to the second page of the model browser even when browsing installed models only. I have attempted to get it to crash on any other page but for some reason will only crash with this error on the second page specifically.
Callstack:
at StabilityMatrix.Avalonia.ViewModels.CheckpointBrowserViewModel.SearchModels()
at StabilityMatrix.Avalonia.ViewModels.CheckpointBrowserViewModel.TrySearchAgain(Boolean shouldUpdatePageNumber)
at AsyncAwaitBestPractices.SafeFireAndForgetExtensions.HandleSafeFireAndForget[TException](Task task, Boolean continueOnCapturedContext, Action`1 onException)
at System.Threading.Tasks.Task.<>c.b__128_0(Object state)
at Avalonia.Threading.SendOrPostCallbackDispatcherOperation.InvokeCore()
at Avalonia.Threading.DispatcherOperation.Execute()
at Avalonia.Threading.Dispatcher.ExecuteJob(DispatcherOperation job)
at Avalonia.Threading.Dispatcher.ExecuteJobsCore(Boolean fromExplicitBackgroundProcessingCallback)
at Avalonia.Threading.Dispatcher.Signaled()
at Avalonia.Win32.Win32Platform.WndProc(IntPtr hWnd, UInt32 msg, IntPtr wParam, IntPtr lParam)
at Avalonia.Win32.Interop.UnmanagedMethods.DispatchMessage(MSG& lpmsg)
at Avalonia.Win32.Win32DispatcherImpl.RunLoop(CancellationToken cancellationToken)
at Avalonia.Threading.DispatcherFrame.Run(IControlledDispatcherImpl impl)
at Avalonia.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
at Avalonia.Threading.Dispatcher.MainLoop(CancellationToken cancellationToken)
at Avalonia.Controls.ApplicationLifetimes.ClassicDesktopStyleApplicationLifetime.Start(String[] args)
at StabilityMatrix.Avalonia.Program.Main(String[] args)
Inner exception:
System.ArgumentException: Requested value 'Training_Data' was not found.
at System.Enum.TryParseByName(RuntimeType enumType, ReadOnlySpan
1 value, Boolean ignoreCase, Boolean throwOnFailure, UInt64& result) at System.Enum.TryParseInt32Enum(RuntimeType enumType, ReadOnlySpan
1 value, Int32 minInclusive, Int32 maxInclusive, Boolean ignoreCase, Boolean throwOnFailure, TypeCode type, Int32& result)at System.Enum.TryParse(Type enumType, ReadOnlySpan
1 value, Boolean ignoreCase, Boolean throwOnFailure, Object& result) at LiteDB.BsonMapper.Deserialize(Type type, BsonValue value) at LiteDB.BsonMapper.DeserializeObject(EntityMapper entity, Object obj, BsonDocument value) at LiteDB.BsonMapper.Deserialize(Type type, BsonValue value) at LiteDB.BsonMapper.DeserializeList(Type type, BsonArray value) at LiteDB.BsonMapper.Deserialize(Type type, BsonValue value) at LiteDB.BsonMapper.DeserializeObject(EntityMapper entity, Object obj, BsonDocument value) at LiteDB.BsonMapper.Deserialize(Type type, BsonValue value) at LiteDB.BsonMapper.DeserializeList(Type type, BsonArray value) at LiteDB.BsonMapper.Deserialize(Type type, BsonValue value) at LiteDB.BsonMapper.DeserializeObject(EntityMapper entity, Object obj, BsonDocument value) at LiteDB.BsonMapper.Deserialize(Type type, BsonValue value) at LiteDB.BsonMapper.DeserializeList(Type type, BsonArray value) at LiteDB.BsonMapper.Deserialize(Type type, BsonValue value) at LiteDB.BsonMapper.DeserializeObject(EntityMapper entity, Object obj, BsonDocument value) at LiteDB.BsonMapper.Deserialize(Type type, BsonValue value) at LiteDB.LiteQueryable
1.b__27_2(BsonDocument x)at System.Linq.Enumerable.SelectEnumerableIterator
2.MoveNext() at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable
1 source, Boolean& found)at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable
1 source) at LiteDB.Async.LiteDatabaseAsync.<>c__DisplayClass36_0
1.g__Function|0()The text was updated successfully, but these errors were encountered: