---
title: z-image-turbo-mflux-8bit
canonical_url: "https://www.modelscope.cn/models/Jiangdi/z-image-turbo-mflux-8bit"
md_url: "https://www.modelscope.cn/models/Jiangdi/z-image-turbo-mflux-8bit.md"
repository: Jiangdi/z-image-turbo-mflux-8bit
last_updated: 2025-12-11
license: other
parameters: 2.9B
tensor_type:
  - U32
  - BF16
  - F32
library_name:
  - lora
  - safetensors
downloads: 838
stars: 0
tags:
  - text-to-image
  - mflux
  - z-image
  - z-image-turbo
  - quantized
---

# z-image-turbo-mflux-8bit

> z-image-turbo-mflux-8bit - Jiangdi 在 ModelScope 开源的模型。Z-Image-Turbo-mflux-8bit

Jiangdi/z-image-turbo-mflux-8bit 是 ModelScope 魔搭社区上的 2.9B 参数机器学习模型，采用 other 许可。

- **Repository**: Jiangdi/z-image-turbo-mflux-8bit
- **License**: other
- **Parameters**: 2.9B
- **Tags**: text-to-image, mflux, z-image, z-image-turbo, quantized
- **Downloads**: 838
- **Stars**: 0
- **Last updated**: 2025-12-11

Source: https://www.modelscope.cn/models/Jiangdi/z-image-turbo-mflux-8bit

---

# Z-Image-Turbo-mflux-8bit

8-bit quantized weights for the [Z-Image-Turbo](https://huggingface.co/Tongyi-MAI/Z-Image-Turbo) model compatible with MFLUX.

## About

8-bit quantized weights for Z-Image-Turbo from Tongyi Lab (Alibaba), an efficient 6B-parameter image generation model with a single-stream DiT architecture. Z-Image-Turbo delivers high-quality images in just 9 steps, making it one of the fastest open-source models available.

Requires **MFLUX v0.13.0** or later to run. For more information, visit https://github.com/filipstrand/mflux

## Installation

To use this model, you need MFLUX installed:

```bash
uv tool install --upgrade mflux
```

## Usage

Once installed, generate images with (this example includes a LoRA):

```bash
mflux-generate-z-image-turbo \
  --model carsenk/z-image-turbo-mflux-8bit \
  --prompt "t3chnic4lly vibrant 1960s close-up of a woman sitting under a tree in a blue skirt and white blouse, she has blonde wavy short hair and a smile with green eyes lake scene by a garden with flowers in the foreground 1960s style film She's holding her hand out there is a small smooth frog in her palm, she's making eye contact with the toad." \
  --width 1280 \
  --height 720 \
  --seed 456 \
  --steps 9 \
  --lora-paths renderartist/Technically-Color-Z-Image-Turbo \
  --lora-scales 0.5
```

## Model Details

- **Base Model**: [Tongyi-MAI/Z-Image-Turbo](https://huggingface.co/Tongyi-MAI/Z-Image-Turbo)
- **Quantization**: 8-bit
- **Framework**: MFLUX
- **Compatible with**: MFLUX v0.13.0 or later
- **Architecture**: Z-Image-Turbo (6B DiT)

## License

This model inherits the [Tongyi Qianwen License](https://huggingface.co/Tongyi-MAI/Z-Image-Turbo/blob/main/LICENSE) from the original Z-Image-Turbo model. Please refer to the original model repository for detailed licensing information.
