InvokeAI/invokeai/app
psychedelicious ddde355b09 fix(mm): add ui_type to model fields
Recently the schema for models was changed to a generic `ModelField`, and the UI was unable to derive the type of those fields. This didn't affect functionality, but it did break the styling of handles.

Add `ui_type` to the affected fields and update the UI to use the correct capitalizations.
2024-03-08 11:10:44 -05:00
..
api tidy(mm): ModelImages service 2024-03-06 21:57:41 -05:00
assets/images tweaks in response to psychedelicious review of PR 2023-07-26 15:27:04 +10:00
invocations fix(mm): add ui_type to model fields 2024-03-08 11:10:44 -05:00
services tidy(config): move version "setting" to new CLIArgs category 2024-03-08 13:59:59 +11:00
shared tidy(nodes): move all field things to fields.py 2024-03-01 10:42:33 +11:00
util refactor(nodes): model identifiers 2024-03-07 10:56:59 +11:00
__init__.py fix: make invocation_context.py accessible to mkdocs 2024-03-01 10:42:33 +11:00
api_app.py fix(nodes): load config before doing anything else 2024-03-07 10:36:27 +11:00