RyanJDick commited on
Commit
606b908
1 Parent(s): d600d56

Update README.

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -1,3 +1,12 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+
5
+ # FLUX schnell Quantized Models
6
+
7
+ This repo contains quantized versions of the FLUX schnell transformer for use in [InvokeAI](https://github.com/invoke-ai/InvokeAI).
8
+
9
+ Contents:
10
+ - `transformer/base/` - Transformer in bfloat16 copied from [here](https://huggingface.co/black-forest-labs/FLUX.1-schnell/blob/741f7c3ce8b383c54771c7003378a50191e9efe9/flux1-schnell.safetensors)
11
+ - `transformer/bnb_nf4/` - Transformer quantized to bitsandbytes NF4 format using [this script](https://github.com/invoke-ai/InvokeAI/blob/b8ccd53dd33aaaa6d19b780d5f11bef6142155dc/invokeai/backend/quantization/load_flux_model_bnb_nf4.py)
12
+