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-14 14:25:40 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5cebf67ee4c2651c937bc9b4a7b4cc47ddd919d7
InvokeAI
/
invokeai
/
backend
/
model_management
History
Sergey Borisov
5cebf67ee4
Apply lora by patching lora instead of hooks
2023-06-26 03:57:33 +03:00
..
models
Fixes
2023-06-26 03:54:42 +03:00
__init__.py
configure/install basically working; needs edge case testing
2023-06-16 22:54:36 -04:00
convert_ckpt_to_diffusers.py
Remove upcast_attention and prediction_type from stable diffusion model logic, fix ckpt conversion according to this
2023-06-25 21:06:22 +03:00
lora.py
Apply lora by patching lora instead of hooks
2023-06-26 03:57:33 +03:00
model_cache.py
Save models on rescan, uncache model on edit/delete, fixes
2023-06-14 03:12:12 +03:00
model_manager.py
Fixes
2023-06-26 03:54:42 +03:00
model_probe.py
implemented Stalker's suggested improvements
2023-06-24 12:37:26 -04:00