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
2425005aada012cfaf558aa609912c291d05bc29
InvokeAI
/
invokeai
/
backend
/
model_manager
/
load
/
model_cache
History
Lincoln Stein
8cf4c6944a
(style) ruff fix
2026-01-03 14:54:15 -05:00
..
cached_model
fix import ordering, remove code I reverted that the resync added back
2025-05-19 11:16:23 +10:00
torch_module_autocast
chore: fix ruff checks
2025-12-14 19:51:22 +05:30
__init__.py
Remove ModelCacheBase.
2024-12-24 14:23:18 +00:00
cache_record.py
First pass at adding partial loading support to the ModelCache.
2025-01-07 00:30:58 +00:00
cache_stats.py
Move CacheStats to its own file.
2024-12-24 14:23:18 +00:00
dev_utils.py
Add a utility to help with determining the working memory required for expensive operations.
2025-01-07 01:20:15 +00:00
model_cache.py
(style) ruff fix
2026-01-03 14:54:15 -05:00
utils.py
Add get_effective_device(...) utility to aid in determining the effective device of models that are partially loaded.
2025-01-07 00:31:00 +00:00