Views
No views yet
Qwen/Qwen-Image-Edit-2511. The checkpoint is designed for local Apple Silicon inference with mlx-gen.from_pretrained() checkpoint.Qwen/Qwen-Image-Edit-2511.--quantize 4; see the MLX-Gen quantization docs.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-2511-8bit
4
5mlxgen generate \
6 --model AbstractFramework/qwen-image-edit-2511-8bit \
7 --image path_to_image.png \
8 --prompt "Your edit prompt here" \
9 --steps 20 \
10 --seed 42 \
11 --output edited.png