Text-to-Image
Safetensors
MLX
mlx-gen
mflux
apple-silicon
4-bit precision
mixed-q4
mixed-q4-q8
qwen
qwen-image
Instructions to use AbstractFramework/qwen-image-4bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use AbstractFramework/qwen-image-4bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir qwen-image-4bit AbstractFramework/qwen-image-4bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
Update MLX-Gen model card metadata
Browse files
README.md
CHANGED
|
@@ -24,6 +24,10 @@ It uses the mflux/MLX saved-weight layout and MLX quantization tensors. It is no
|
|
| 24 |
|
| 25 |
Original model: [`Qwen/Qwen-Image`](https://huggingface.co/Qwen/Qwen-Image).
|
| 26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
## Quantization
|
| 28 |
|
| 29 |
This is a mixed q4/q8 checkpoint for Qwen Image generation and editing. Fully q4 Qwen checkpoints can lose coherent generative behavior, so MLX-Gen uses a mixed policy:
|
|
|
|
| 24 |
|
| 25 |
Original model: [`Qwen/Qwen-Image`](https://huggingface.co/Qwen/Qwen-Image).
|
| 26 |
|
| 27 |
+
## License and Access
|
| 28 |
+
|
| 29 |
+
This quantized derivative follows the Apache 2.0 license of the source model.
|
| 30 |
+
|
| 31 |
## Quantization
|
| 32 |
|
| 33 |
This is a mixed q4/q8 checkpoint for Qwen Image generation and editing. Fully q4 Qwen checkpoints can lose coherent generative behavior, so MLX-Gen uses a mixed policy:
|