ComfyUI/app
pythongosssss 7bf381bc9e Add model management and database
- use sqlalchemy + alembic + sqlite for db
- extract model data and previews
- endpoints for db interactions
- add tests
2025-03-28 11:39:56 +08:00
..
database Add model management and database 2025-03-28 11:39:56 +08:00
__init__.py Add FrontendManager to manage non-default front-end impl (#3897) 2024-07-16 11:26:11 -04:00
app_settings.py fixed: robust loading comfy.settings.json (#6383) 2025-01-07 16:03:56 -05:00
custom_node_manager.py Fix and enforce no trailing whitespace. 2024-12-31 03:16:37 -05:00
frontend_management.py Revert download to .tmp in frontend_management (#5369) 2024-10-25 19:26:13 -04:00
logger.py Add option to log non-error output to stdout (#6243) 2024-12-27 14:40:05 -05:00
model_manager.py Add model management and database 2025-03-28 11:39:56 +08:00
model_processor.py Add model management and database 2025-03-28 11:39:56 +08:00
user_manager.py Replace print with logging (#6138) 2024-12-20 16:24:55 -05:00