File size: 795 Bytes
64bc227
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
730ad68
64bc227
 
 
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
---

This model was converted to MLX format from [Tongyi-MAI/Z-Image](https://huggingface.co/Tongyi-MAI/Z-Image) using [MFLUX](https://github.com/filipstrand/mflux) v0.17.5.

## Usage example:

```sh
uv tool install mflux
```

```sh
mflux-generate-z-image --base-model z-image --model deepsweet/Z-Image-6B-MLX-Q8 --width 800 --height 592 --steps 50 --guidance 4 --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.