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 13:05:18 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d332d81866b90054fc1e2002cc877b7cc60fb6ee
InvokeAI
/
invokeai
/
backend
/
lora
History
Ryan Dick
d332d81866
Add ability to load FLUX kohya LoRA models that include patches for both the transformer and T5 models.
2024-09-30 07:59:14 -04:00
..
conversions
Add ability to load FLUX kohya LoRA models that include patches for both the transformer and T5 models.
2024-09-30 07:59:14 -04:00
layers
Add bias to LoRA sidecar layer unit tests.
2024-09-15 04:39:56 +03:00
sidecar_layers
Fix bug when applying multiple LoRA models via apply_lora_sidecar_patches(), and add unit tests for the stacked LoRA case.
2024-09-16 14:48:39 +00:00
__init__.py
Split LoRA layer implementations into separate files.
2024-09-12 15:53:30 +00:00
lora_model_raw.py
Add unit tests for LoRAPatcher.apply_lora_sidecar_patches(...) and fixup dtype handling in the sidecar layers.
2024-09-15 04:39:56 +03:00
lora_patcher.py
Fix bug when applying multiple LoRA models via apply_lora_sidecar_patches(), and add unit tests for the stacked LoRA case.
2024-09-16 14:48:39 +00:00