mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-03-16 16:17:13 +08:00
- use sqlalchemy + alembic + sqlite for db - extract model data and previews - endpoints for db interactions - add tests
Generate new revision
- Update models in
/app/database/models.py - Run
alembic revision --autogenerate -m "{your message}"