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-01-14 16:47:55 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
main
Add File
New File
Upload File
Apply Patch
InvokeAI
/
invokeai
/
backend
/
model_manager
/
load
/
model_cache
/
cached_model
History
David Burnett
6c0bd7d150
fix import ordering, remove code I reverted that the resync added back
2025-05-19 11:16:23 +10:00
..
cached_model_only_full_load.py
fix import ordering, remove code I reverted that the resync added back
2025-05-19 11:16:23 +10:00
cached_model_with_partial_load.py
Memory optimization to load state dicts one module at a time in CachedModelWithPartialLoad when we are not storing a CPU copy of the state dict (i.e. when keep_ram_copy_of_weights=False).
2025-01-16 17:00:33 +00:00