Views
No views yet
Tongyi-MAI/Z-Image. The checkpoint is designed for local Apple Silicon inference with mlx-gen.from_pretrained() checkpoint.Tongyi-MAI/Z-Image.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/z-image-8bit
4
5mlxgen generate \
6 --model AbstractFramework/z-image-8bit \
7 --prompt "Your prompt here" \
8 --steps 50 \
9 --guidance 4 \
10 --seed 42 \
11 --output image.png