InvokeAI/tests
Lincoln Stein 633bbb4e85
[MM2] Use typed ModelRecordChanges for model_install() rather than untyped dict (#6645)
* [MM2] replace untyped config dict passed to install_model with typed ModelRecordChanges

- adjusted frontend to work with new schema
- used this facility to assign "starter model" names and descriptions to the installed
  models.

* documentation fix

* [MM2] replace untyped config dict passed to install_model with typed ModelRecordChanges

- adjusted frontend to work with new schema
- used this facility to assign "starter model" names and descriptions to the installed
  models.

* documentation fix

* remove v9 pnpm lockfile

* [MM2] replace untyped config dict passed to install_model with typed ModelRecordChanges

- adjusted frontend to work with new schema
- used this facility to assign "starter model" names and descriptions to the installed
  models.

* [MM2] replace untyped config dict passed to install_model with typed ModelRecordChanges

- adjusted frontend to work with new schema
- used this facility to assign "starter model" names and descriptions to the installed
  models.

* remove v9 pnpm lockfile

* regenerate schema.ts

* prettified

---------

Co-authored-by: Lincoln Stein <lstein@gmail.com>
2024-07-23 21:41:00 +00:00
..
app [MM2] Use typed ModelRecordChanges for model_install() rather than untyped dict (#6645) 2024-07-23 21:41:00 +00:00
backend Add unit tests for ExtensionsManager and ExtensionBase. 2024-07-19 14:15:46 -04:00
fixtures
inpainting
test_model_manager
test_model_probe tests: add test for probing diffusers model variant type 2024-04-23 07:32:53 -04:00
__init__.py
conftest.py tests: move fixtures import to conftest.py 2024-05-27 09:06:02 +10:00
dev_prompts.txt
legacy_tests.sh
test_config.py fix(config): handle windows paths in invokeai.yaml migration for legacy_conf_dir 2024-04-02 08:06:59 -04:00
test_docs.py
test_graph_execution_state.py Apply ruff rule to disallow all relative imports. 2024-07-04 09:35:37 -04:00
test_invocation_cache_memory.py
test_item_storage_memory.py
test_model_hash.py feat(mm): rename "blake3" to "blake3_multi" 2024-03-22 08:26:36 +11:00
test_model_probe.py tests: add test for probing diffusers model variant type 2024-04-23 07:32:53 -04:00
test_model_search.py
test_node_graph.py Apply ruff rule to disallow all relative imports. 2024-07-04 09:35:37 -04:00
test_nodes.py tests: update tests to use new events 2024-05-27 09:06:02 +10:00
test_object_serializer_disk.py tests: add object serializer test for dangling folders 2024-04-23 17:12:14 +10:00
test_path.py
test_profiler.py
test_session_queue.py Apply ruff rule to disallow all relative imports. 2024-07-04 09:35:37 -04:00
test_sqlite_migrator.py feat(db): back up database before running migrations 2024-04-02 09:10:53 +11:00
validate_pr_prompt.txt