mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
feat: Automatically compress images #1355
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 @Algorithm5838 on GitHub (Jun 23, 2024).
Is your feature request related to a problem? Please describe.
Large image sizes increase response time and can exceed payload size limits.
Describe the solution you'd like
An option to automatically compress images upon upload or generation.
Describe alternatives you've considered
Manually compressing images before use is cumbersome.
Additional context
This feature would improve user experience and reduce errors related to large image sizes.