Downloads · 30 days
0
AbstractFramework/qwen-image-edit-8bit
qwen-image-edit-8bit is a image-to-image model from AbstractFramework. Use it when you need one image transformed into another. It is set up for mlx-gen. The card lists the license as apache-2.0.
This repository contains MLX-Gen saved weights for Qwen/Qwen-Image-Edit. The checkpoint is designed for local Apple Silicon inference with mlx-gen.
Downloads · 30 days
0
Access
Public
Updated May 25, 2026
Repo size
30.3 GB
Likes
0
Public
Click a slice to open those files.
.safetensors30.3 GB · 100%
From the Hugging Face model README
This repository contains MLX-Gen saved weights for Qwen/Qwen-Image-Edit. The checkpoint is designed for local Apple Silicon inference with mlx-gen.
It uses the mflux/MLX saved-weight layout and MLX quantization tensors. It is not a Diffusers or Transformers from_pretrained() checkpoint.
Original model: Qwen/Qwen-Image-Edit.
This quantized derivative follows the Apache 2.0 license of the source model.
This is an MLX q8 checkpoint. Quantizable modules are saved at 8-bit where the model layout supports MLX quantization; VAE weights and non-quantizable layers remain BF16. The Qwen-specific mixed q4/q8 policy only applies when preparing Qwen models with --quantize 4; see the MLX-Gen quantization docs.
Requires mlx-gen >= 0.18.2.
Generated with mlx-gen 0.18.2.
Use the mlxgen command and Python import path for new MLX-Gen projects.
python -m pip install -U mlx-gen
mlxgen download --model AbstractFramework/qwen-image-edit-8bit
mlxgen generate \
--model AbstractFramework/qwen-image-edit-8bit \
--image path_to_image.png \
--prompt "Your edit prompt here" \
--steps 20 \
--seed 42 \
--output edited.png
MLX-Gen is based on mflux by Filip Strand and the original mflux contributors. This model card is generated by MLX-Gen so derived checkpoints keep that attribution visible.
Quantized and contributed by @lpalbou.