InvokeAI/tests/app
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
..
routers add debugging statements and a timeout to download test 2024-03-01 10:42:33 +11:00
services Fix minor bugs involving model manager handling of model paths (#6024) 2024-03-22 01:14:45 +00:00
util Add support for T2I-Adapter in node workflows (#4612) 2023-10-05 16:29:16 +11:00
__init__.py Add support for T2I-Adapter in node workflows (#4612) 2023-10-05 16:29:16 +11:00