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 10:45:23 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8d50ecdfc3fd5fa9fefeb01d7328d60639f08d70
InvokeAI
/
invokeai
/
backend
/
lora
History
Ryan Dick
2934e31620
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
..
conversions
Assume alpha=rank for FLUX diffusers PEFT LoRA models.
2024-09-16 13:57:07 +00: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