Instructions to use vllm-project-org/FLUX.1-dev-AutoRound-w4a16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use vllm-project-org/FLUX.1-dev-AutoRound-w4a16 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("vllm-project-org/FLUX.1-dev-AutoRound-w4a16", 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
- Local Apps
- Draw Things
- DiffusionBee
File size: 291 Bytes
ede6b4d | 1 2 3 4 5 6 7 8 9 10 11 12 | {
"bits": 4,
"data_type": "int",
"group_size": 128,
"sym": true,
"batch_size": 1,
"iters": 0,
"autoround_version": "0.12.0",
"block_name_to_quantize": "transformer_blocks,single_transformer_blocks",
"quant_method": "auto-round",
"packing_format": "auto_round:auto_gptq"
} |