Downloads · 30 days
453
1% of all-time downloads
argmaxinc/mlx-stable-diffusion-3-medium
mlx-stable-diffusion-3-medium is a text-to-image model from argmaxinc. Use it when you need an image from a text prompt. It is set up for diffusionkit. The card lists the license as other.
Downloads · 30 days
453
1% of all-time downloads
All-time downloads
32.2K
Public
Repo size
4.3 GB
Likes
8
Public
Click a slice to open those files.
.safetensors4.3 GB · 100%
From the Hugging Face model README

conda create -n diffusionkit python=3.11 -y
conda activate diffusionkit
pip install diffusionkit
diffusionkit-cli --prompt "detailed cinematic dof render of a \
detailed MacBook Pro on a wooden desk in a dim room with items \
around, messy dirty room. On the screen are the letters 'SD3 on \
DiffusionKit' glowing softly. High detail hard surface render" \
--model-version argmaxinc/mlx-stable-diffusion-3-medium \
--height 768 \
--width 1360 \
--seed 1001 \
--step 50 \
--cfg 7 \
--output ~/Desktop/sd3_on_mac.png