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 12:45:23 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7b5befad0d206ef58db192e6ecd3d277b7e8475e
InvokeAI
/
invokeai
/
backend
/
lora
History
Ryan Dick
7b5befad0d
Update convert_flux_kohya_state_dict_to_invoke_format() to raise an exception if an unexpected key is encountered, and add a corresponding unit test.
2024-09-15 04:39:56 +03:00
..
conversions
Update convert_flux_kohya_state_dict_to_invoke_format() to raise an exception if an unexpected key is encountered, and add a corresponding unit test.
2024-09-15 04:39:56 +03:00
layers
Split LoRA layer implementations into separate files.
2024-09-12 15:53:30 +00:00
__init__.py
Split LoRA layer implementations into separate files.
2024-09-12 15:53:30 +00:00
lora_model_raw.py
Move the responsibilities of 1) state_dict loading from file, and 2) SDXL lora key conversions, out of LoRAModelRaw and into LoRALoader.
2024-09-15 04:39:56 +03:00