Views
No views yet
Qwen/Qwen-Image-Edit-2509. The checkpoint is designed for local Apple Silicon inference with mlx-gen.from_pretrained() checkpoint.Qwen/Qwen-Image-Edit-2509.*.img_mod_linear transformer modulation layers.mlx-gen >= 0.18.2.mlx-gen 0.18.2.mlxgen command and Python import path for new MLX-Gen projects.1python -m pip install -U mlx-gen
2
3mlxgen download --model AbstractFramework/qwen-image-edit-2509-4bit
4
5mlxgen generate \
6 --model AbstractFramework/qwen-image-edit-2509-4bit \
7 --image path_to_image.png \
8 --prompt "Your edit prompt here" \
9 --steps 20 \
10 --seed 42 \
11 --output edited.png