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
d77a6ccd76dda3d2d62abd2aa6feb716791b8f78
InvokeAI
/
invokeai
/
backend
/
patches
History
Ryan Dick
6fd9b0a274
Delete old sidecar wrapper implementation. This functionality has moved into the custom layers.
2024-12-29 17:33:08 +00:00
..
layers
Update BaseLayerPatch.get_parameters(...) to accept a dict of orig_parameters rather than orig_module. This will enable compatibility between patching and cpu->gpu streaming.
2024-12-28 21:12:53 +00: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