This website requires JavaScript.
Explore
Help
Sign In
Mirrored_Repos
/
InvokeAI
Watch
1
Star
0
Fork
0
You've already forked InvokeAI
mirror of
https://github.com/invoke-ai/InvokeAI
synced
2024-08-30 20:32:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
InvokeAI
/
invokeai
/
backend
/
model_manager
/
load
History
Ryan Dick
77090070bd
Check the size of a model on disk and make room for it in the cache before loading it.
2024-08-29 19:08:18 +00:00
..
model_cache
Tidy up GIG -> GB and remove unused GIG constant.
2024-08-29 19:08:18 +00:00
model_loaders
Rename params for flux and flux vae, add comments explaining use of the config_path in model config
2024-08-26 20:17:50 -04:00
__init__.py
…
load_base.py
…
load_default.py
Check the size of a model on disk and make room for it in the cache before loading it.
2024-08-29 19:08:18 +00:00
memory_snapshot.py
…
model_loader_registry.py
…
model_util.py
Add comment about incorrect T5 Tokenizer size calculation.
2024-08-26 20:17:50 -04:00
optimizations.py
…