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
/
quantization
History
Ryan Dick
8af3c72de7
Update docs for T5 quantization script.
2024-08-23 18:07:14 +00:00
..
__init__.py
Move requantize.py to the quatnization/ dir.
2024-08-21 18:21:44 +00:00
bnb_llm_int8.py
Fix bug in InvokeInt8Params that was causing it to use double the necessary VRAM.
2024-08-21 19:08:00 +00:00
bnb_nf4.py
Install sub directories with folders correctly, ensure consistent dtype of tensors in flux pipeline and vae
2024-08-21 09:09:39 -04:00
load_flux_model_bnb_llm_int8.py
Add docs to the quantization scripts.
2024-08-21 19:08:28 +00:00
load_flux_model_bnb_nf4.py
Add docs to the quantization scripts.
2024-08-21 19:08:28 +00:00
quantize_t5_xxl_bnb_llm_int8.py
Update docs for T5 quantization script.
2024-08-23 18:07:14 +00:00