InvokeAI/invokeai/app
psychedelicious f0c70fe3f1 fix(db): add error handling for workflow migration
- Handle an image file not existing despite being in the database.
- Add a simple pydantic model that tests only for the existence of a workflow's version.
- Check against this new model when migrating workflows, skipping if the workflow fails validation. If it succeeds, the frontend should be able to handle the workflow.
2023-12-14 10:16:56 +11:00
..
api feat(db): address feedback, cleanup 2023-12-13 11:19:59 +11:00
assets/images tweaks in response to psychedelicious review of PR 2023-07-26 15:27:04 +10:00
invocations feat(nodes): flag all tiled upscaling nodes as beta 2023-12-12 16:43:05 +11:00
services fix(db): add error handling for workflow migration 2023-12-14 10:16:56 +11:00
shared Add CFG Rescale option for supporting zero-terminal SNR models (#4335) 2023-11-30 20:55:20 +11:00
util chore: ruff check - fix pycodestyle 2023-11-11 10:55:33 +11:00
api_app.py feat: serve HTTPS when configured with ssl_certfile 2023-12-12 16:01:43 +11:00