mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-04-19 19:03:51 +00:00
![]() - use sqlalchemy + alembic + sqlite for db - extract model data and previews - endpoints for db interactions - add tests |
||
---|---|---|
.. | ||
versions | ||
env.py | ||
README.md | ||
script.py.mako |
Generate new revision
- Update models in
/app/database/models.py
- Run
alembic revision --autogenerate -m "{your message}"