EduardoPacheco commited on
Commit
0f92f6c
1 Parent(s): e2393df

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -13,7 +13,10 @@ inference: false
13
  language:
14
  - en
15
  ---
16
- # Stable Diffusion 3 Medium on DiffusionKit MLX!
 
 
 
17
  ## Check out the [original model](https://huggingface.co/stabilityai/stable-diffusion-3.5-large)!
18
  ## Check out the [DiffusionKit](https://github.com/argmaxinc/DiffusionKit) github repository!
19
  ![SD3 Example Output](./sd3_on_mac_quantized.png)
 
13
  language:
14
  - en
15
  ---
16
+ # Stable Diffusion 3.5 Large Quantized on DiffusionKit MLX!
17
+
18
+ This checkpoint was generated by applying [`nn.quantize`](https://ml-explore.github.io/mlx/build/html/python/_autosummary/mlx.nn.quantize.html#mlx.nn.quantize) to all linear layers of MMDiT
19
+
20
  ## Check out the [original model](https://huggingface.co/stabilityai/stable-diffusion-3.5-large)!
21
  ## Check out the [DiffusionKit](https://github.com/argmaxinc/DiffusionKit) github repository!
22
  ![SD3 Example Output](./sd3_on_mac_quantized.png)