InvokeAI/tests/backend
Lincoln Stein 5d612ec095 Tidy names and locations of modules
- Rename old "model_management" directory to "model_management_OLD" in order to catch
  dangling references to original model manager.
- Caught and fixed most dangling references (still checking)
- Rename lora, textual_inversion and model_patcher modules
- Introduce a RawModel base class to simplfy the Union returned by the
  model loaders.
- Tidy up the model manager 2-related tests. Add useful fixtures, and
  a finalizer to the queue and installer fixtures that will stop the
  services and release threads.
2024-03-01 10:42:33 +11:00
..
ip_adapter Tidy names and locations of modules 2024-03-01 10:42:33 +11:00
model_manager Tidy names and locations of modules 2024-03-01 10:42:33 +11:00
tiles In CalculateImageTilesEvenSplitInvocation to have overlap_fraction becomes just overlap. This is now in pixels rather than as a fraction of the tile size. 2023-12-17 15:10:50 +00:00
util fix import order 2023-12-02 11:56:41 -05:00
__init__.py POC of a test that depends on models. 2023-10-05 15:35:58 -04:00