InvokeAI/invokeai/app/services/model_install
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
..
__init__.py Remove civit AI model install resources 2024-03-08 13:59:59 +11:00
model_install_base.py feat(mm): remove autoimport; revise startup model scanning 2024-03-28 12:35:41 +11:00
model_install_default.py fix(mm): do not rename model file if model record is renamed 2024-04-04 07:17:38 +11:00