Diffusers
Safetensors
OrbitQuantComponentArtifact
orbitquant
quantized
diffusion-transformer
8-bit precision
Instructions to use WaveCut/FLUX.2-klein-4B-OrbitQuant-W2A3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use WaveCut/FLUX.2-klein-4B-OrbitQuant-W2A3 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("WaveCut/FLUX.2-klein-4B-OrbitQuant-W2A3", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
| 2bad6967b9534aa570ed574e91cbe15326a710d611670b95303aa3599508a769 README.md | |
| d3bf68e91815d54df3ceb5e2823364007bb57aab7ed078555fc119a2a3fd9fed assets/image_generation_comparison_matrix.webp | |
| c2c04f3520d5cdead929fd0b27ced8d1fbb390c9a203bff1edad27279a12395a benchmark/summary.json | |
| ee4ccde9885764fe910ab1254fd495cb6bdcae1036840e8cc9f57b4d7bed139d model.safetensors | |
| 774cbcdc7f50726d8d678b154389e9242eec7b8d4493b3cd9cf869c9655a83ec model_index.json | |
| 4078ec674b90900bd66bc0cf4d06bb57525453b916dc33527bfc808d9318dcc5 orbitquant_codebooks.safetensors | |
| 7220eca121d69fb14f652a9c70eb6d81531468ed604f482cf9f1b803764b6985 orbitquant_manifest.json | |
| 3a4014dbeee3988e275fcae07cc9312aceab5d14fb06c55f9a6548d1d7e2fa17 orbitquant_rotations.safetensors | |
| 98cbd0ace83c9df8c3955eb1e3e2d41bca129b5d6525cfba21648b87119c6e2e prompts.json | |
| 385d2e2e8de69e4b7c8ed59802a0e85e908ae84a9b300bda07c560db25523690 quantization_config.json | |