InvokeAI/invokeai
Lincoln Stein eb558d72d8
Fix minor bugs involving model manager handling of model paths (#6024)
* Fix minor bugs involving model manager handling of model paths

- Leave models found in the `autoimport` directory there. Do not move them
  into the `models` hierarchy.
- If model name, type or base is updated and model is in the `models` directory,
  update its path as appropriate.
- On startup during model scanning, if a model's path is a symbolic link, then resolve
  to an absolute path before deciding it is a new model that must be hashed and
  registered. (This prevents needless hashing at startup time).

* fix issue with dropped suffix

---------

Co-authored-by: Lincoln Stein <lstein@gmail.com>
2024-03-22 01:14:45 +00:00
..
app Fix minor bugs involving model manager handling of model paths (#6024) 2024-03-22 01:14:45 +00:00
assets feat(api): chore: pydantic & fastapi upgrade 2023-10-17 14:59:25 +11:00
backend allow checkpoint config files to use root-relative paths 2024-03-22 08:57:45 +11:00
configs cleanup: remove unused scripts, cruft 2024-03-20 15:05:25 +11:00
frontend ui: Update rgbaToHex to optionally return alpha value or not 2024-03-22 06:23:51 +05:30
invocation_api feat(nodes): "ModelField" -> "ModelIdentifierField", add hash/name/base/type 2024-03-10 11:03:38 +11:00
version Update rc version, regenerate schema 2024-03-20 08:21:23 -07:00
__init__.py Various fixes 2023-01-30 18:42:17 -05:00