InvokeAI/tests
psychedelicious 48626c40fd fix(backend): handle systems with glibc < 2.33
`mallinfo2` is not available on `glibc` < 2.33.

On these systems, we successfully load the library but get an `AttributeError` on attempting to access `mallinfo2`.

I'm not sure if the old `mallinfo` will work, and not sure how to install it safely to test, so for now we just handle the `AttributeError`.

This means the enhanced memory snapshot logic will be skipped for these systems, which isn't a big deal.
2023-10-15 07:56:55 +11:00
..
app Add support for T2I-Adapter in node workflows (#4612) 2023-10-05 16:29:16 +11:00
backend fix(backend): handle systems with glibc < 2.33 2023-10-15 07:56:55 +11:00
inpainting Rename default schedulers across the app 2023-05-12 03:44:20 +12:00
nodes feat: refactor services folder/module structure 2023-10-12 12:15:06 -04:00
test_model_manager prevent vae: '' from crashing model 2023-08-10 17:33:04 -04:00
test_model_probe/vae test(model management): test VaeFolderProbe 2023-09-20 12:48:59 -07:00
__init__.py parent 9eed1919c2 2023-02-24 18:57:02 -08:00
conftest.py Fix Flake8 errors by using a pytest conftest.py file. 2023-10-05 15:36:15 -04:00
dev_prompts.txt Added linux to the workflows (#463) 2022-09-16 17:46:57 -04:00
legacy_tests.sh Add back old dream.py as legacy_api.py 2022-10-12 20:35:56 -04:00
test_config.py fix: fix test imports 2023-10-12 12:15:06 -04:00
test_model_manager.py feat: refactor services folder/module structure 2023-10-12 12:15:06 -04:00
test_model_probe.py lint 2023-09-20 12:53:25 -07:00
test_path.py isort wip 2023-09-12 13:01:58 -04:00
validate_pr_prompt.txt fixes to env parsing, textual inversion & help text 2023-05-18 10:48:23 -04:00