This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
InvokeAI
Watch
1
Star
1
Fork
0
You've already forked InvokeAI
mirror of
https://github.com/invoke-ai/InvokeAI.git
synced
2026-02-02 14:35:14 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
80c3d8bc5c3461ce68628fa490aba054488ad706
InvokeAI
/
invokeai
/
backend
/
patches
History
Ryan Dick
f88c1ba0c3
Fix bug with some LoRA variants when applied to a BnB NF4 quantized model. Note the previous commit which added a unit test to trigger this bug.
2025-01-22 09:20:40 +11:00
..
layers
Fix bug with some LoRA variants when applied to a BnB NF4 quantized model. Note the previous commit which added a unit test to trigger this bug.
2025-01-22 09:20:40 +11:00
lora_conversions
Rename LoRAModelRaw to ModelPatchRaw.
2024-12-17 13:20:19 +00:00
__init__.py
Rename backend/lora/ to backend/patches
2024-12-17 13:20:19 +00:00
layer_patcher.py
Switch the LayerPatcher to use 'custom modules' to manage layer patching.
2024-12-29 01:18:30 +00:00
model_patch_raw.py
Rename LoRAModelRaw to ModelPatchRaw.
2024-12-17 13:20:19 +00:00
pad_with_zeros.py
Push LoRA layer reshaping down into the patch layers and add a new FluxControlLoRALayer type.
2024-12-17 13:20:19 +00:00