File size: 817 Bytes
427d2aa a27d261 427d2aa | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | ---
language: en
license: apache-2.0
pipeline_tag: text-to-image
tags:
- image-generation
- image-editing
- mlx
library_name: mflux
base_model: Tongyi-MAI/Z-Image-Turbo
---
This model was converted to MLX format from [Tongyi-MAI/Z-Image-Turbo](https://huggingface.co/Tongyi-MAI/Z-Image-Turbo) using [MFLUX](https://github.com/filipstrand/mflux) v0.17.5.
## Usage example:
```sh
uv tool install mflux
```
```sh
mflux-generate-z-image-turbo --base-model z-image-turbo --model deepsweet/Z-Image-Turbo-6B-MLX-Q8 --width 800 --height 592 --steps 9 --output image.png --prompt "A red fox resting in fresh snow under soft winter light, detailed fur, gentle bokeh, natural color grading"
```
See [official README](https://github.com/filipstrand/mflux/blob/main/src/mflux/models/z_image/README.md) for more details. |