CoolFace
Modelpublic

OzzyGT/FLUX2_dev_sdnq_dynamic_4bit

sourceHugging Faceotherupdated 4mo agoView on Hugging Face
0likes5downloads
README.md23 linesDownload Raw Back to root
1---2language:3- en4license: other5license_name: flux-non-commercial-license6base_model:7  - black-forest-labs/FLUX.2-dev8base_model_relation: quantized9tags:10- image-generation11- image-editing12- flux13- diffusion-single-file14pipeline_tag: image-to-image15library_name: diffusers16---17# Flux-2.dev SDNQ Dynamic INT418 19This 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## Usage22 23You can find ready-to-use scripts in the [diffusers-recipes](https://github.com/asomoza/diffusers-recipes/blob/main/models/flux2_dev/README.md) repository.