arda-argmax commited on
Commit
41fad38
1 Parent(s): 20d5da2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -28,7 +28,7 @@ pip install diffusionkit
28
  ```shell
29
  diffusionkit-cli --prompt "detailed cinematic dof render of a \
30
  detailed MacBook Pro on a wooden desk in a dim room with items \
31
- around, messy dirty room. On the screen are the letters 'SD 3.5 on \
32
  DiffusionKit' glowing softly. High detail hard surface render" \
33
  --model-version argmaxinc/mlx-stable-diffusion-3.5-large \
34
  --height 768 \
@@ -37,5 +37,5 @@ DiffusionKit' glowing softly. High detail hard surface render" \
37
  --step 50 \
38
  --cfg 7 \
39
  --t5 \
40
- --output ~/Desktop/sd3.5_on_mac.png
41
  ```
 
28
  ```shell
29
  diffusionkit-cli --prompt "detailed cinematic dof render of a \
30
  detailed MacBook Pro on a wooden desk in a dim room with items \
31
+ around, messy dirty room. On the screen are the letters 'SD3 on \
32
  DiffusionKit' glowing softly. High detail hard surface render" \
33
  --model-version argmaxinc/mlx-stable-diffusion-3.5-large \
34
  --height 768 \
 
37
  --step 50 \
38
  --cfg 7 \
39
  --t5 \
40
+ --output ~/Desktop/sd3_on_mac.png
41
  ```