InvokeAI/invokeai/backend
2024-08-29 19:21:12 +00:00
..
flux Get a rough version of FLUX inpainting working. 2024-08-29 19:21:12 +00:00
image_util Merge branch 'main' into depth_anything_v2 2024-08-03 00:38:57 +05:30
ip_adapter fix(backend): revert non-blocking device transfer 2024-07-16 08:59:42 +10:00
model_hash Run ruff 2024-06-26 21:46:59 +10:00
model_manager Check the size of a model on disk and make room for it in the cache before loading it. 2024-08-29 19:08:18 +00:00
onnx fix(backend): revert non-blocking device transfer 2024-07-16 08:59:42 +10:00
quantization Fix bug in InvokeLinear8bitLt that was causing old state information to persist after loading from a state dict. This manifested as state tensors being left on the GPU even when a model had been offloaded to the CPU cache. 2024-08-29 19:08:18 +00:00
stable_diffusion Tidy variable management and dtype handling in FluxTextToImageInvocation. 2024-08-29 19:08:18 +00:00
tiles feat(nodes): extract LATENT_SCALE_FACTOR to constants.py 2024-03-01 10:42:33 +11:00
util Tidy up GIG -> GB and remove unused GIG constant. 2024-08-29 19:08:18 +00:00
__init__.py consolidate model manager parts into a single class 2024-03-01 10:42:33 +11:00
lora.py Remove tmp code 2024-08-07 22:06:05 -04:00
model_patcher.py Optimize weights handling 2024-07-30 03:39:01 +03:00
raw_model.py Merge branch 'main' into ryan/spandrel-upscale 2024-07-16 15:14:08 -04:00
spandrel_image_to_image_model.py Add tiling support to the SpoandrelImageToImage node. 2024-07-10 14:25:19 -04:00
textual_inversion.py fix(backend): revert non-blocking device transfer 2024-07-16 08:59:42 +10:00