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

[Feature request] Add ability to store prompt execution history on some kind of database. #3776

Open
SuperMasterBlasterLaser opened this issue Jun 18, 2024 · 0 comments

Comments

@SuperMasterBlasterLaser

Hello everyone.

Currently ComfyUI stores all of it's prompt executions as dictionary in memory which has some downsides if we want to run it as service on remote server. All of it's history will be wiped out if we reload service, and when service is being run for too long time, and if it has significant traffic, then it will start using more memory.

I think there should be options of how prompt execution history will be stored. Memory by default and some kind of storage service (PostgreSQL, sqlite3 and etc.)

It could be even better if users can install these loggers separately and apply them in some kind of config.py

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