InvokeAI/invokeai/app
psychedelicious 5ceaeb234d feat(mm): add starter models route
The models from INITIAL_MODELS.yaml have been recreated as a structured python object. This data is served on a new route. The model sources are compared against currently-installed models to determine if they are already installed or not.
2024-03-20 15:05:25 +11:00
..
api feat(mm): add starter models route 2024-03-20 15:05:25 +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 fix(mm): HFModelSource string format 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