pcuenq HF staff commited on
Commit
96a2c3d
β€’
1 Parent(s): eb08aef

Add variants description to model card (#2)

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -17,7 +17,21 @@ For more information about how Stable Diffusion functions, please have a look at
17
  The **Stable-Diffusion-v1-4** checkpoint was initialized with the weights of the [Stable-Diffusion-v1-2](https:/steps/huggingface.co/CompVis/stable-diffusion-v1-2)
18
  checkpoint and subsequently fine-tuned on 225k steps at resolution 512x512 on "laion-aesthetics v2 5+" and 10% dropping of the text-conditioning to improve [classifier-free guidance sampling](https://arxiv.org/abs/2207.12598).
19
 
20
- These weights here have been converted to Core ML for use on Apple Silicon hardware. Please, refer to https://huggingface.co/blog/diffusers-coreml for details.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
 
22
  If you need weights for the 🧨 Diffusers library, please [visit this model instead](https://huggingface.co/CompVis/stable-diffusion-v1-4).
23
 
17
  The **Stable-Diffusion-v1-4** checkpoint was initialized with the weights of the [Stable-Diffusion-v1-2](https:/steps/huggingface.co/CompVis/stable-diffusion-v1-2)
18
  checkpoint and subsequently fine-tuned on 225k steps at resolution 512x512 on "laion-aesthetics v2 5+" and 10% dropping of the text-conditioning to improve [classifier-free guidance sampling](https://arxiv.org/abs/2207.12598).
19
 
20
+ These weights here have been converted to Core ML for use on Apple Silicon hardware.
21
+
22
+ There are 4 variants of the Core ML weights:
23
+
24
+ ```
25
+ coreml-stable-diffusion-v1-4
26
+ β”œβ”€β”€ original
27
+ β”‚ β”œβ”€β”€ compiled # Swift inference, "original" attention
28
+ β”‚ └── packages # Python inference, "original" attention
29
+ └── split_einsum
30
+ β”œβ”€β”€ compiled # Swift inference, "split_einsum" attention
31
+ └── packages # Python inference, "split_einsum" attention
32
+ ```
33
+
34
+ Please, refer to https://huggingface.co/blog/diffusers-coreml for details.
35
 
36
  If you need weights for the 🧨 Diffusers library, please [visit this model instead](https://huggingface.co/CompVis/stable-diffusion-v1-4).
37