InvokeAI/tests/app/services
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
..
bulk_download test: clean up & fix tests 2024-03-01 10:42:33 +11:00
download add timeouts to the download tests 2024-03-21 16:41:20 +11:00
model_install Fix minor bugs involving model manager handling of model paths (#6024) 2024-03-22 01:14:45 +00:00
model_records feat(config): add CLI arg to specify config file 2024-03-20 15:05:25 +11:00