Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashing while trying to get info for fresh model from civitai #1183

Open
HASTJI opened this issue Mar 9, 2025 · 1 comment
Open

Crashing while trying to get info for fresh model from civitai #1183

HASTJI opened this issue Mar 9, 2025 · 1 comment
Labels
bug Something isn't working crash Bugs involving the app crashing to desktop

Comments

@HASTJI
Copy link

HASTJI commented Mar 9, 2025

What happened?

When trying to get model "ripplemix" from model browser - displays only v1.1, it can be due to the appearance of a new category "NoobAi" on the civitai.

Image

but on civitai:

Image

If download new version manually and then try to fetch metadata from menu - SM crashes.

Exception Details

Exception

InvalidOperationException: Sequence contains no matching element

Sentry ID

5a72a98d

Stack Trace

   at StabilityMatrix.Core.Helper.ModelFinder.RemoteFindModel(String hashBlake3)
   at StabilityMatrix.Core.Services.MetadataImportService.GetMetadataForFile(FilePath filePath, IProgress`1 progress, Boolean forceReimport)
   at StabilityMatrix.Avalonia.ViewModels.CheckpointManager.CheckpointFileViewModel.FindConnectedMetadata(Boolean forceReimport)
   at CommunityToolkit.Mvvm.Input.AsyncRelayCommand.AwaitAndThrowIfFailed(Task executionTask)
   at System.Threading.Tasks.Task.<>c.<ThrowAsync>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.StartCore(String[] args)
   at StabilityMatrix.Avalonia.Program.Main(String[] args)```


### Version

2.13.4

### What Operating System are you using?

Windows
@HASTJI HASTJI added bug Something isn't working crash Bugs involving the app crashing to desktop labels Mar 9, 2025
@mohnjiles
Copy link
Contributor

mohnjiles commented Mar 9, 2025

Hi, sorry about that, this is related to a civitai issue where new models don't show up immediately civitai/civitai#1640

It should work now though, seems to be a 6-12 hour delay or so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working crash Bugs involving the app crashing to desktop
Projects
None yet
Development

No branches or pull requests

2 participants