OzzyGT HF Staff commited on
Commit
40e2f33
·
verified ·
1 Parent(s): 02dfbdc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -13,4 +13,11 @@ tags:
13
  - diffusion-single-file
14
  pipeline_tag: image-to-image
15
  library_name: diffusers
16
- ---
 
 
 
 
 
 
 
 
13
  - diffusion-single-file
14
  pipeline_tag: image-to-image
15
  library_name: diffusers
16
+ ---
17
+ # Flux-2.dev SDNQ Dynamic INT4
18
+
19
+ This is an int4 quantized version of [black-forest-labs/FLUX.2-dev](https://huggingface.co/black-forest-labs/FLUX.2-dev) using [SDNQ](https://github.com/Disty0/sdnq) (SD.Next Quantization) with the dynamic option and Hadamard Rotation.
20
+
21
+ ## Usage
22
+
23
+ You can find ready-to-use scripts in the [diffusers-recipes](https://github.com/asomoza/diffusers-recipes/blob/main/models/flux2_dev/README.md) repository.