InvokeAI/invokeai/backend
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
..
image_util reimplement the old invokeai-metadata command 2023-09-20 13:49:29 -04:00
install enable the ram cache slider in invokeai-configure 2023-10-12 23:04:16 -04:00
ip_adapter Refactor multi-IP-Adapter to clean up the interface around changing scales. 2023-10-06 20:43:43 -04:00
model_management fix(backend): handle systems with glibc < 2.33 2023-10-15 07:56:55 +11:00
stable_diffusion Refactor multi-IP-Adapter to clean up the interface around changing scales. 2023-10-06 20:43:43 -04:00
training run correct version of black 2023-09-26 08:03:34 -04:00
util fix: fix test imports 2023-10-12 12:15:06 -04:00
__init__.py isort wip 2 2023-09-12 13:01:58 -04:00