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

Run model loading on separate thread #5

Open
pcolange opened this issue Dec 11, 2024 · 0 comments
Open

Run model loading on separate thread #5

pcolange opened this issue Dec 11, 2024 · 0 comments

Comments

@pcolange
Copy link
Collaborator

Opening larger models in Digest will briefly cause the GUI to appear unresponsive. The reason is that most of the process for loading models happens on the main GUI thread. Moving the lion share to another thread will keep the GUI responsive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant