Views
No views yet
black-forest-labs/FLUX.2-klein-4B. The checkpoint is designed for local Apple Silicon inference with mlx-gen.from_pretrained() checkpoint.black-forest-labs/FLUX.2-klein-4B.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/flux.2-klein-4b-4bit
4
5mlxgen generate \
6 --model AbstractFramework/flux.2-klein-4b-4bit \
7 --prompt "Your prompt here" \
8 --steps 20 \
9 --seed 42 \
10 --output image.png