-
|
Dear all, I just found out that my prompt.db size is 7GB because it fully filled my drive while performing maintenance on database leading to not enough space error and full computer crash. Is there a way NOT to store binary data (images, thumbnails) inside the database and store only text prompts + text metadata while still be able to use Gallery feature? I use PromptManager v1. |
Beta Was this translation helpful? Give feedback.
Answered by
vitosans
Oct 19, 2025
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
VladanZ
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

The current version (v3.0.21) of PromptManager does NOT store binary image data or thumbnails in the database. The database schema only stores:
prompts table:
generated_images table:
The gallery system works by storing file paths and reading images from disk on-demand, not by storing image binaries in the database.
Likely Causes of 7GB Database
Given you're using v1, here are the probable causes: