InvokeAI/invokeai/app
psychedelicious ee3096f616 feat(config): add flag to indicate if args were parsed
This flag acts as a proxy for the `get_config()` function to determine if the full application is running.

If it was, the config will set the root, do HF login, etc.

If not (e.g. it's called by an external script), all that stuff will be skipped.
2024-03-20 15:05:25 +11:00
..
api fix(config): use new get_config across the app, use correct settings 2024-03-19 09:24:28 +11:00
assets/images tweaks in response to psychedelicious review of PR 2023-07-26 15:27:04 +10:00
invocations feat(mm): download upscaling & lama models as they are requested 2024-03-20 15:05:25 +11:00
services feat(config): add flag to indicate if args were parsed 2024-03-20 15:05:25 +11:00
shared tidy(nodes): move all field things to fields.py 2024-03-01 10:42:33 +11:00
util feat: add hf_login util 2024-03-20 15:05:25 +11:00
__init__.py fix: make invocation_context.py accessible to mkdocs 2024-03-01 10:42:33 +11:00
api_app.py feat: move all config-related initialization to app 2024-03-20 15:05:25 +11:00
run_app.py feat: single app entrypoint with CLI arg parsing 2024-03-19 09:24:28 +11:00