InvokeAI/invokeai
psychedelicious 7ff2371c07 fix(mm): do not rename model file if model record is renamed
Renaming the model file to the model name introduces unnecessary contraints on model names.

For example, a model name can technically be any length, but a model _filename_ cannot be too long.

There are also constraints on valid characters for filenames which shouldn't be applied to model record names.

I believe the old behaviour is a holdover from the old system.
2024-04-04 07:17:38 +11:00
..
app fix(mm): do not rename model file if model record is renamed 2024-04-04 07:17:38 +11:00
assets feat(api): chore: pydantic & fastapi upgrade 2023-10-17 14:59:25 +11:00
backend feat(mm): include needed vs free in OOM 2024-04-04 06:26:15 +11:00
configs fix(mm): add missing v2-midas-inference.yaml 2024-03-27 07:48:54 -04:00
frontend add some test IDs for accordion targeting 2024-04-04 06:35:11 +11:00
invocation_api feat(nodes): "ModelField" -> "ModelIdentifierField", add hash/name/base/type 2024-03-10 11:03:38 +11:00
version Run typegen, bump version 2024-04-02 10:14:39 -04:00
__init__.py