InvokeAI/invokeai/app
psychedelicious a3a42d25d3 fix(mm): model images reload when changed
When we change a model image, its URL remains the same. The browser will aggressively cache the image. The easiest way to fix this is to append a random query parameter to the URL whenever we build a model config in the API.
2024-03-08 12:26:35 +11: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 tidy(nodes): use canonical capitalizations 2024-03-07 10:56:59 +11:00
services fix(mm): model images reload when changed 2024-03-08 12:26:35 +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