InvokeAI/invokeai/backend
2024-12-17 14:01:41 -05:00
..
flux Clean up FLUX control LoRA pre-processing logic. 2024-12-17 07:28:45 -05:00
image_util Add copyright notice for CIELab_to_UPLab.icc 2024-11-19 07:02:37 -08:00
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 add probe for ControlLoRA x diffusers 2024-12-17 14:01:41 -05:00
onnx fix(backend): revert non-blocking device transfer 2024-07-16 08:59:42 +10:00
patches Enable ability to control the weight of FLUX Control LoRAs. 2024-12-17 13:36:10 +00:00
quantization Add GGMLTensor op. 2024-12-17 13:20:19 +00:00
sd3 Update SD3 InpaintExtension with gradient adjustment to match FLUX. 2024-11-07 22:55:30 +00:00
stable_diffusion Rename ModelPatcher -> LayerPatcher to avoid conflicts with another ModelPatcher definition. 2024-12-17 13:20:19 +00:00
tiles feat(nodes): extract LATENT_SCALE_FACTOR to constants.py 2024-03-01 10:42:33 +11:00
util Fix changed import for FromOriginalControlNetMixin after diffusers bump. 2024-10-28 13:05:17 -04:00
__init__.py consolidate model manager parts into a single class 2024-03-01 10:42:33 +11:00
model_patcher.py Delete ONNXModelPatcher. It is outdated and hasn't been used for a long time. 2024-12-17 13:20:19 +00: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 Add util functions calc_tensor_size(...) and calc_tensors_size(...). 2024-09-15 04:39:56 +03:00