mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #22559] feat|bug: Improve model downloading #19747
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @monksy on GitHub (Mar 11, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22559
Check Existing Issues
Verify Feature Scope
Problem Description
When downloading models there are a few issues:
Desired Solution you'd like
The solution is that I would like to have the option to separate the action of downloading a model from the adding it. There should be a separate page to show the progress of the model to be downloaded. Also you should be able to download multiple models at a time as well.
This is a situation where you find a lot of modules you might want and this gives you the option to queue all of them up and manage the downloads.
Alternatives Considered
It is possible you can script this on the backend easier. But it's not as nice looking.
Additional Context
This is for setups where ollama is running underneith and that openwebui is it's frontend.