InvokeAI/invokeai/app
psychedelicious 67163c2224 fix(mm): only move model files if necessary
The old logic to check if a model needed to be moved relied on the model path being a relative path. Paths are now absolute, causing this check to fail. We then assumed the paths were different and moved the model from its current location to, well, its current location.

Use more resilient method to check if a model should be moved.
2024-03-09 22:58:26 +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 chore: ruff 2024-03-08 11:10:44 -05:00
services fix(mm): only move model files if necessary 2024-03-09 22:58:26 +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