timudk commited on
Commit
142b87e
·
verified ·
1 Parent(s): 6d7813f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -24,4 +24,4 @@ library_name: diffusers
24
  `FLUX.2 [dev]` is a 32 billion parameter rectified flow transformer capable of generating, editing and combining images based on text instructions.
25
  For more information, please read our [blog post](https://bfl.ai/blog/flux-2).
26
 
27
- This repository holds an NVFP4 version of FLUX.2 [dev]. The main BF16 repository of this model can be found [here](https://huggingface.co/black-forest-labs/FLUX.2-dev).
 
24
  `FLUX.2 [dev]` is a 32 billion parameter rectified flow transformer capable of generating, editing and combining images based on text instructions.
25
  For more information, please read our [blog post](https://bfl.ai/blog/flux-2).
26
 
27
+ This repository holds an [NVFP4 version](https://huggingface.co/black-forest-labs/FLUX.2-dev-NVFP4/blob/main/flux2-dev-nvfp4.safetensors) and a [mixed NVFP4/BF16 version](https://huggingface.co/black-forest-labs/FLUX.2-dev-NVFP4/blob/main/flux2-dev-nvfp4-mixed.safetensors) of FLUX.2 [dev]. The mixed version has a small set of weights in BF16. The main repository of this model (full BF16 weights) can be found [here](https://huggingface.co/black-forest-labs/FLUX.2-dev).