TWWinde commited on
Commit
4d684d1
·
1 Parent(s): 6090d70

Add source SD3 Medium distilled checkpoints

Browse files
.gitattributes CHANGED
@@ -1,4 +1,5 @@
1
  *.bin filter=lfs diff=lfs merge=lfs -text
 
2
  *.mil filter=lfs diff=lfs merge=lfs -text
3
  *.mlmodel filter=lfs diff=lfs merge=lfs -text
4
  *.mlpackage/** filter=lfs diff=lfs merge=lfs -text
 
1
  *.bin filter=lfs diff=lfs merge=lfs -text
2
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
3
  *.mil filter=lfs diff=lfs merge=lfs -text
4
  *.mlmodel filter=lfs diff=lfs merge=lfs -text
5
  *.mlpackage/** filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -20,6 +20,10 @@ on-device Stable Diffusion 3 Medium inference on iPhone.
20
 
21
  - `coremlsd3_2step/`: SD3 Medium two-step Core ML resources.
22
  - `coremlsd3_4step/`: SD3 Medium four-step Core ML resources.
 
 
 
 
23
 
24
  Each bundle is organized for MobileDiffuser's split MMDiT runtime:
25
 
@@ -59,6 +63,10 @@ git lfs pull
59
  If the `.mlmodelc` directories contain small pointer files instead of real model
60
  weights, LFS objects were not pulled successfully.
61
 
 
 
 
 
62
  ## Notes
63
 
64
  - These resources are intended for 512x512 generation.
 
20
 
21
  - `coremlsd3_2step/`: SD3 Medium two-step Core ML resources.
22
  - `coremlsd3_4step/`: SD3 Medium four-step Core ML resources.
23
+ - `checkpoints/sd3-medium-2step.safetensors`: source two-step distilled
24
+ checkpoint used to build the two-step Core ML bundle.
25
+ - `checkpoints/sd3-medium-4step.safetensors`: source four-step distilled
26
+ checkpoint used to build the four-step Core ML bundle.
27
 
28
  Each bundle is organized for MobileDiffuser's split MMDiT runtime:
29
 
 
63
  If the `.mlmodelc` directories contain small pointer files instead of real model
64
  weights, LFS objects were not pulled successfully.
65
 
66
+ The `.safetensors` checkpoints are also stored through LFS. They are provided so
67
+ the Core ML bundles can be reproduced or re-converted with different splitting
68
+ or quantization settings.
69
+
70
  ## Notes
71
 
72
  - These resources are intended for 512x512 generation.
checkpoints/sd3-medium-2step.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c59a097b1ff4e60e4df2082ec013c781d18bc6bc6022da50f671f6710b437202
3
+ size 8339883744
checkpoints/sd3-medium-4step.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8803033f2576eab9b5cd2e02c0c86b918a231d369b1ef66e0998bae7b2a8136
3
+ size 8339883744