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-04-23 03:00:31 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c2568260154f0bdb5ab74b656beff5230f53d700
InvokeAI
/
invokeai
/
backend
/
lora
/
conversions
History
Ryan Dick
c256826015
Whoops, the 'lora_te1' prefix in FLUX kohya models refers to the CLIP text encoder - not the T5 as previously assumed. Update everything accordingly.
2024-09-30 07:59:14 -04:00
..
__init__.py
WIP - Initial logic for kohya FLUX LoRA conversion.
2024-09-15 04:39:56 +03:00
flux_diffusers_lora_conversion_utils.py
Assume alpha=rank for FLUX diffusers PEFT LoRA models.
2024-09-16 13:57:07 +00:00
flux_kohya_lora_conversion_utils.py
Whoops, the 'lora_te1' prefix in FLUX kohya models refers to the CLIP text encoder - not the T5 as previously assumed. Update everything accordingly.
2024-09-30 07:59:14 -04:00
sd_lora_conversion_utils.py
Remove unused layer_key property from LoRALayerBase.
2024-09-15 04:39:56 +03:00
sdxl_lora_conversion_utils.py
Fix type errors in sdxl_lora_conversion_utils.py
2024-09-15 04:39:56 +03:00