InvokeAI/invokeai/backend
2024-10-24 23:34:06 +11:00
..
flux Get flux working with MPS on 2.4.1, with GGUF support 2024-10-23 10:20:42 +11:00
image_util feat(nodes): update SAM backend and nodes to work with SAM points 2024-10-23 16:01:15 +11:00
ip_adapter fix(backend): revert non-blocking device transfer 2024-07-16 08:59:42 +10:00
lora Move FLUX_LORA_TRANSFORMER_PREFIX and FLUX_LORA_CLIP_PREFIX to a shared location. 2024-10-01 10:22:11 -04:00
model_hash Run ruff 2024-06-26 21:46:59 +10:00
model_manager (api): update names of starter models, add ability to track previous_names so it does not mess up logic that prevents dupe starter model installs 2024-10-24 23:34:06 +11:00
onnx fix(backend): revert non-blocking device transfer 2024-07-16 08:59:42 +10:00
quantization Get flux working with MPS on 2.4.1, with GGUF support 2024-10-23 10:20:42 +11:00
stable_diffusion Remove unnecessary hasattr checks for scaled_dot_product_attention. We pin the torch version, so there should be no concern that this function does not exist. 2024-10-10 19:23:45 -04:00
tiles feat(nodes): extract LATENT_SCALE_FACTOR to constants.py 2024-03-01 10:42:33 +11:00
util Add build_line(...) util function. 2024-09-20 01:01:37 +00:00
__init__.py consolidate model manager parts into a single class 2024-03-01 10:42:33 +11:00
model_patcher.py Consolidate all LoRA patching logic in the LoRAPatcher. 2024-09-15 04:39:56 +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 Add util functions calc_tensor_size(...) and calc_tensors_size(...). 2024-09-15 04:39:56 +03:00