BloggsMr commited on
Commit
ed0dd67
·
1 Parent(s): 21ecf2c

Upload 27 files

Browse files
Files changed (27) hide show
  1. sd_xl_turbo_1.0_fp16_original_8-bit_768x768/TextEncoder.mlmodelc/analytics/coremldata.bin +3 -0
  2. sd_xl_turbo_1.0_fp16_original_8-bit_768x768/TextEncoder.mlmodelc/coremldata.bin +3 -0
  3. sd_xl_turbo_1.0_fp16_original_8-bit_768x768/TextEncoder.mlmodelc/metadata.json +85 -0
  4. sd_xl_turbo_1.0_fp16_original_8-bit_768x768/TextEncoder.mlmodelc/model.mil +0 -0
  5. sd_xl_turbo_1.0_fp16_original_8-bit_768x768/TextEncoder.mlmodelc/weights/weight.bin +3 -0
  6. sd_xl_turbo_1.0_fp16_original_8-bit_768x768/TextEncoder2.mlmodelc/analytics/coremldata.bin +3 -0
  7. sd_xl_turbo_1.0_fp16_original_8-bit_768x768/TextEncoder2.mlmodelc/coremldata.bin +3 -0
  8. sd_xl_turbo_1.0_fp16_original_8-bit_768x768/TextEncoder2.mlmodelc/metadata.json +85 -0
  9. sd_xl_turbo_1.0_fp16_original_8-bit_768x768/TextEncoder2.mlmodelc/model.mil +0 -0
  10. sd_xl_turbo_1.0_fp16_original_8-bit_768x768/TextEncoder2.mlmodelc/weights/weight.bin +3 -0
  11. sd_xl_turbo_1.0_fp16_original_8-bit_768x768/Unet.mlmodelc/analytics/coremldata.bin +3 -0
  12. sd_xl_turbo_1.0_fp16_original_8-bit_768x768/Unet.mlmodelc/coremldata.bin +3 -0
  13. sd_xl_turbo_1.0_fp16_original_8-bit_768x768/Unet.mlmodelc/metadata.json +125 -0
  14. sd_xl_turbo_1.0_fp16_original_8-bit_768x768/Unet.mlmodelc/model.mil +0 -0
  15. sd_xl_turbo_1.0_fp16_original_8-bit_768x768/Unet.mlmodelc/weights/weight.bin +3 -0
  16. sd_xl_turbo_1.0_fp16_original_8-bit_768x768/VAEDecoder.mlmodelc/analytics/coremldata.bin +3 -0
  17. sd_xl_turbo_1.0_fp16_original_8-bit_768x768/VAEDecoder.mlmodelc/coremldata.bin +3 -0
  18. sd_xl_turbo_1.0_fp16_original_8-bit_768x768/VAEDecoder.mlmodelc/metadata.json +76 -0
  19. sd_xl_turbo_1.0_fp16_original_8-bit_768x768/VAEDecoder.mlmodelc/model.mil +0 -0
  20. sd_xl_turbo_1.0_fp16_original_8-bit_768x768/VAEDecoder.mlmodelc/weights/weight.bin +3 -0
  21. sd_xl_turbo_1.0_fp16_original_8-bit_768x768/VAEEncoder.mlmodelc/analytics/coremldata.bin +3 -0
  22. sd_xl_turbo_1.0_fp16_original_8-bit_768x768/VAEEncoder.mlmodelc/coremldata.bin +3 -0
  23. sd_xl_turbo_1.0_fp16_original_8-bit_768x768/VAEEncoder.mlmodelc/metadata.json +76 -0
  24. sd_xl_turbo_1.0_fp16_original_8-bit_768x768/VAEEncoder.mlmodelc/model.mil +0 -0
  25. sd_xl_turbo_1.0_fp16_original_8-bit_768x768/VAEEncoder.mlmodelc/weights/weight.bin +3 -0
  26. sd_xl_turbo_1.0_fp16_original_8-bit_768x768/merges.txt +0 -0
  27. sd_xl_turbo_1.0_fp16_original_8-bit_768x768/vocab.json +0 -0
sd_xl_turbo_1.0_fp16_original_8-bit_768x768/TextEncoder.mlmodelc/analytics/coremldata.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a55efa9ca79d62d9ae78f0d7ef369a0b735275a53f9bff24cfa1097e613b3856
3
+ size 243
sd_xl_turbo_1.0_fp16_original_8-bit_768x768/TextEncoder.mlmodelc/coremldata.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a5089870313a0c637a12117377d75034c56781051c1d86c5bc56cb2cedbaa92
3
+ size 899
sd_xl_turbo_1.0_fp16_original_8-bit_768x768/TextEncoder.mlmodelc/metadata.json ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "shortDescription" : "Stable Diffusion generates images conditioned on text and\/or other images as input through the diffusion process. Please refer to https:\/\/arxiv.org\/abs\/2112.10752 for details.",
4
+ "metadataOutputVersion" : "3.0",
5
+ "outputSchema" : [
6
+ {
7
+ "hasShapeFlexibility" : "0",
8
+ "isOptional" : "0",
9
+ "dataType" : "Float32",
10
+ "formattedType" : "MultiArray (Float32 1 × 77 × 768)",
11
+ "shortDescription" : "Hidden states after the encoder layers",
12
+ "shape" : "[1, 77, 768]",
13
+ "name" : "hidden_embeds",
14
+ "type" : "MultiArray"
15
+ },
16
+ {
17
+ "hasShapeFlexibility" : "0",
18
+ "isOptional" : "0",
19
+ "dataType" : "Float32",
20
+ "formattedType" : "MultiArray (Float32 1 × 768)",
21
+ "shortDescription" : "The version of the `last_hidden_state` output after pooling",
22
+ "shape" : "[1, 768]",
23
+ "name" : "pooled_outputs",
24
+ "type" : "MultiArray"
25
+ }
26
+ ],
27
+ "version" : "sd_xl_turbo_1.0_fp16_diffusers",
28
+ "modelParameters" : [
29
+
30
+ ],
31
+ "author" : "Please refer to the Model Card available at huggingface.co\/sd_xl_turbo_1.0_fp16_diffusers",
32
+ "specificationVersion" : 7,
33
+ "storagePrecision" : "Mixed (Float16, Palettized (8 bits))",
34
+ "license" : "OpenRAIL++-M (https:\/\/huggingface.co\/stabilityai\/stable-diffusion-xl-base-1.0\/blob\/main\/LICENSE.md)",
35
+ "mlProgramOperationTypeHistogram" : {
36
+ "Ios16.cast" : 3,
37
+ "Ios16.mul" : 36,
38
+ "Ios16.layerNorm" : 25,
39
+ "Ios16.constexprLutToDense" : 86,
40
+ "Stack" : 1,
41
+ "Transpose" : 60,
42
+ "Ios16.sigmoid" : 12,
43
+ "Ios16.linear" : 72,
44
+ "Ios16.add" : 37,
45
+ "Ios16.matmul" : 24,
46
+ "Ios16.softmax" : 12,
47
+ "Ios16.gatherNd" : 1,
48
+ "Ios16.gather" : 1,
49
+ "Ios16.reshape" : 120,
50
+ "Ios16.reduceArgmax" : 1
51
+ },
52
+ "computePrecision" : "Mixed (Float16, Float32, Int32)",
53
+ "isUpdatable" : "0",
54
+ "availability" : {
55
+ "macOS" : "13.0",
56
+ "tvOS" : "16.0",
57
+ "visionOS" : "1.0",
58
+ "watchOS" : "9.0",
59
+ "iOS" : "16.0",
60
+ "macCatalyst" : "16.0"
61
+ },
62
+ "modelType" : {
63
+ "name" : "MLModelType_mlProgram"
64
+ },
65
+ "inputSchema" : [
66
+ {
67
+ "hasShapeFlexibility" : "0",
68
+ "isOptional" : "0",
69
+ "dataType" : "Float32",
70
+ "formattedType" : "MultiArray (Float32 1 × 77)",
71
+ "shortDescription" : "The token ids that represent the input text",
72
+ "shape" : "[1, 77]",
73
+ "name" : "input_ids",
74
+ "type" : "MultiArray"
75
+ }
76
+ ],
77
+ "userDefinedMetadata" : {
78
+ "com.github.apple.coremltools.source_dialect" : "TorchScript",
79
+ "com.github.apple.coremltools.source" : "torch==2.1.0",
80
+ "com.github.apple.coremltools.version" : "7.1"
81
+ },
82
+ "generatedClassName" : "Stable_Diffusion_version_sd_xl_turbo_1_0_fp16_diffusers_text_encoder",
83
+ "method" : "predict"
84
+ }
85
+ ]
sd_xl_turbo_1.0_fp16_original_8-bit_768x768/TextEncoder.mlmodelc/model.mil ADDED
The diff for this file is too large to render. See raw diff
 
sd_xl_turbo_1.0_fp16_original_8-bit_768x768/TextEncoder.mlmodelc/weights/weight.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00373606bfc0efcb07e34d9a9c75a8b6e47af93fdb1d136fb475d1bd6314f0b2
3
+ size 161158464
sd_xl_turbo_1.0_fp16_original_8-bit_768x768/TextEncoder2.mlmodelc/analytics/coremldata.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8efc36012c3188184082ae0fb2c0ec85dcb5c97c736e53d204c50cd1877a670f
3
+ size 243
sd_xl_turbo_1.0_fp16_original_8-bit_768x768/TextEncoder2.mlmodelc/coremldata.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a04f269abc1675f33a45afa72a04e98f571e2521809633be955fb5f612e23a5c
3
+ size 899
sd_xl_turbo_1.0_fp16_original_8-bit_768x768/TextEncoder2.mlmodelc/metadata.json ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "shortDescription" : "Stable Diffusion generates images conditioned on text and\/or other images as input through the diffusion process. Please refer to https:\/\/arxiv.org\/abs\/2112.10752 for details.",
4
+ "metadataOutputVersion" : "3.0",
5
+ "outputSchema" : [
6
+ {
7
+ "hasShapeFlexibility" : "0",
8
+ "isOptional" : "0",
9
+ "dataType" : "Float32",
10
+ "formattedType" : "MultiArray (Float32 1 × 77 × 1280)",
11
+ "shortDescription" : "Hidden states after the encoder layers",
12
+ "shape" : "[1, 77, 1280]",
13
+ "name" : "hidden_embeds",
14
+ "type" : "MultiArray"
15
+ },
16
+ {
17
+ "hasShapeFlexibility" : "0",
18
+ "isOptional" : "0",
19
+ "dataType" : "Float32",
20
+ "formattedType" : "MultiArray (Float32 1 × 1280)",
21
+ "shortDescription" : "The version of the `last_hidden_state` output after pooling",
22
+ "shape" : "[1, 1280]",
23
+ "name" : "pooled_outputs",
24
+ "type" : "MultiArray"
25
+ }
26
+ ],
27
+ "version" : "sd_xl_turbo_1.0_fp16_diffusers",
28
+ "modelParameters" : [
29
+
30
+ ],
31
+ "author" : "Please refer to the Model Card available at huggingface.co\/sd_xl_turbo_1.0_fp16_diffusers",
32
+ "specificationVersion" : 7,
33
+ "storagePrecision" : "Mixed (Float16, Palettized (8 bits))",
34
+ "license" : "OpenRAIL++-M (https:\/\/huggingface.co\/stabilityai\/stable-diffusion-xl-base-1.0\/blob\/main\/LICENSE.md)",
35
+ "mlProgramOperationTypeHistogram" : {
36
+ "Ios16.cast" : 3,
37
+ "Ios16.mul" : 32,
38
+ "Ios16.layerNorm" : 65,
39
+ "Ios16.constexprLutToDense" : 227,
40
+ "Stack" : 1,
41
+ "Transpose" : 160,
42
+ "Ios16.linear" : 193,
43
+ "Ios16.add" : 97,
44
+ "Ios16.matmul" : 64,
45
+ "Ios16.gelu" : 32,
46
+ "Ios16.softmax" : 32,
47
+ "Ios16.gatherNd" : 1,
48
+ "Ios16.gather" : 1,
49
+ "Ios16.reshape" : 320,
50
+ "Ios16.reduceArgmax" : 1
51
+ },
52
+ "computePrecision" : "Mixed (Float16, Float32, Int32)",
53
+ "isUpdatable" : "0",
54
+ "availability" : {
55
+ "macOS" : "13.0",
56
+ "tvOS" : "16.0",
57
+ "visionOS" : "1.0",
58
+ "watchOS" : "9.0",
59
+ "iOS" : "16.0",
60
+ "macCatalyst" : "16.0"
61
+ },
62
+ "modelType" : {
63
+ "name" : "MLModelType_mlProgram"
64
+ },
65
+ "inputSchema" : [
66
+ {
67
+ "hasShapeFlexibility" : "0",
68
+ "isOptional" : "0",
69
+ "dataType" : "Float32",
70
+ "formattedType" : "MultiArray (Float32 1 × 77)",
71
+ "shortDescription" : "The token ids that represent the input text",
72
+ "shape" : "[1, 77]",
73
+ "name" : "input_ids",
74
+ "type" : "MultiArray"
75
+ }
76
+ ],
77
+ "userDefinedMetadata" : {
78
+ "com.github.apple.coremltools.source_dialect" : "TorchScript",
79
+ "com.github.apple.coremltools.source" : "torch==2.1.0",
80
+ "com.github.apple.coremltools.version" : "7.1"
81
+ },
82
+ "generatedClassName" : "Stable_Diffusion_version_sd_xl_turbo_1_0_fp16_diffusers_text_encoder_2",
83
+ "method" : "predict"
84
+ }
85
+ ]
sd_xl_turbo_1.0_fp16_original_8-bit_768x768/TextEncoder2.mlmodelc/model.mil ADDED
The diff for this file is too large to render. See raw diff
 
sd_xl_turbo_1.0_fp16_original_8-bit_768x768/TextEncoder2.mlmodelc/weights/weight.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0984bb5fc3807cdaa09e7ab79ad964563c43ae19d7714ca8bb843f3af02d19a
3
+ size 758445824
sd_xl_turbo_1.0_fp16_original_8-bit_768x768/Unet.mlmodelc/analytics/coremldata.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b315e825c7dcd8f9a4b1c37fcc8234b831ce60d209c8a43bb01642247a33181d
3
+ size 243
sd_xl_turbo_1.0_fp16_original_8-bit_768x768/Unet.mlmodelc/coremldata.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d838cf666f1ee56b86e44b48faab9d68587ff7de77200bdf3f73186390ec5514
3
+ size 1651
sd_xl_turbo_1.0_fp16_original_8-bit_768x768/Unet.mlmodelc/metadata.json ADDED
@@ -0,0 +1,125 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "shortDescription" : "Stable Diffusion generates images conditioned on text or other images as input through the diffusion process. Please refer to https:\/\/arxiv.org\/abs\/2112.10752 for details.",
4
+ "metadataOutputVersion" : "3.0",
5
+ "outputSchema" : [
6
+ {
7
+ "hasShapeFlexibility" : "0",
8
+ "isOptional" : "0",
9
+ "dataType" : "Float32",
10
+ "formattedType" : "MultiArray (Float32 2 × 4 × 96 × 96)",
11
+ "shortDescription" : "Same shape and dtype as the `sample` input. The predicted noise to facilitate the reverse diffusion (denoising) process",
12
+ "shape" : "[2, 4, 96, 96]",
13
+ "name" : "noise_pred",
14
+ "type" : "MultiArray"
15
+ }
16
+ ],
17
+ "version" : "sd_xl_turbo_1.0_fp16_diffusers",
18
+ "modelParameters" : [
19
+
20
+ ],
21
+ "author" : "Please refer to the Model Card available at huggingface.co\/sd_xl_turbo_1.0_fp16_diffusers",
22
+ "specificationVersion" : 7,
23
+ "storagePrecision" : "Mixed (Float16, Palettized (8 bits))",
24
+ "license" : "OpenRAIL++-M (https:\/\/huggingface.co\/stabilityai\/stable-diffusion-xl-base-1.0\/blob\/main\/LICENSE.md)",
25
+ "mlProgramOperationTypeHistogram" : {
26
+ "UpsampleNearestNeighbor" : 2,
27
+ "Ios16.reduceMean" : 512,
28
+ "Ios16.sin" : 2,
29
+ "Ios16.softmax" : 140,
30
+ "Split" : 70,
31
+ "Ios16.add" : 722,
32
+ "Concat" : 14,
33
+ "Ios16.realDiv" : 46,
34
+ "Ios16.square" : 46,
35
+ "ExpandDims" : 6,
36
+ "Ios16.sub" : 256,
37
+ "Ios16.cast" : 1,
38
+ "Ios16.conv" : 794,
39
+ "Ios16.constexprLutToDense" : 870,
40
+ "Ios16.gelu" : 70,
41
+ "Ios16.matmul" : 280,
42
+ "Ios16.batchNorm" : 46,
43
+ "Ios16.reshape" : 676,
44
+ "Ios16.rsqrt" : 210,
45
+ "Ios16.silu" : 38,
46
+ "Ios16.sqrt" : 46,
47
+ "Ios16.mul" : 842,
48
+ "Ios16.cos" : 2,
49
+ "SliceByIndex" : 4
50
+ },
51
+ "computePrecision" : "Mixed (Float16, Float32, Int32)",
52
+ "isUpdatable" : "0",
53
+ "availability" : {
54
+ "macOS" : "13.0",
55
+ "tvOS" : "16.0",
56
+ "visionOS" : "1.0",
57
+ "watchOS" : "9.0",
58
+ "iOS" : "16.0",
59
+ "macCatalyst" : "16.0"
60
+ },
61
+ "modelType" : {
62
+ "name" : "MLModelType_mlProgram"
63
+ },
64
+ "inputSchema" : [
65
+ {
66
+ "hasShapeFlexibility" : "0",
67
+ "isOptional" : "0",
68
+ "dataType" : "Float16",
69
+ "formattedType" : "MultiArray (Float16 2 × 4 × 96 × 96)",
70
+ "shortDescription" : "The low resolution latent feature maps being denoised through reverse diffusion",
71
+ "shape" : "[2, 4, 96, 96]",
72
+ "name" : "sample",
73
+ "type" : "MultiArray"
74
+ },
75
+ {
76
+ "hasShapeFlexibility" : "0",
77
+ "isOptional" : "0",
78
+ "dataType" : "Float16",
79
+ "formattedType" : "MultiArray (Float16 2)",
80
+ "shortDescription" : "A value emitted by the associated scheduler object to condition the model on a given noise schedule",
81
+ "shape" : "[2]",
82
+ "name" : "timestep",
83
+ "type" : "MultiArray"
84
+ },
85
+ {
86
+ "hasShapeFlexibility" : "0",
87
+ "isOptional" : "0",
88
+ "dataType" : "Float16",
89
+ "formattedType" : "MultiArray (Float16 2 × 2048 × 1 × 77)",
90
+ "shortDescription" : "Output embeddings from the associated text_encoder model to condition to generated image on text. A maximum of 77 tokens (~40 words) are allowed. Longer text is truncated. Shorter text does not reduce computation.",
91
+ "shape" : "[2, 2048, 1, 77]",
92
+ "name" : "encoder_hidden_states",
93
+ "type" : "MultiArray"
94
+ },
95
+ {
96
+ "hasShapeFlexibility" : "0",
97
+ "isOptional" : "0",
98
+ "dataType" : "Float16",
99
+ "formattedType" : "MultiArray (Float16 2 × 6)",
100
+ "shortDescription" : "Additional embeddings that if specified are added to the embeddings that are passed along to the UNet blocks.",
101
+ "shape" : "[2, 6]",
102
+ "name" : "time_ids",
103
+ "type" : "MultiArray"
104
+ },
105
+ {
106
+ "hasShapeFlexibility" : "0",
107
+ "isOptional" : "0",
108
+ "dataType" : "Float16",
109
+ "formattedType" : "MultiArray (Float16 2 × 1280)",
110
+ "shortDescription" : "Additional embeddings from text_encoder_2 that if specified are added to the embeddings that are passed along to the UNet blocks.",
111
+ "shape" : "[2, 1280]",
112
+ "name" : "text_embeds",
113
+ "type" : "MultiArray"
114
+ }
115
+ ],
116
+ "userDefinedMetadata" : {
117
+ "com.github.apple.ml-stable-diffusion.version" : "1.1.0",
118
+ "com.github.apple.coremltools.source" : "torch==2.1.0",
119
+ "com.github.apple.coremltools.version" : "7.1",
120
+ "com.github.apple.coremltools.source_dialect" : "TorchScript"
121
+ },
122
+ "generatedClassName" : "Stable_Diffusion_version_sd_xl_turbo_1_0_fp16_diffusers_unet",
123
+ "method" : "predict"
124
+ }
125
+ ]
sd_xl_turbo_1.0_fp16_original_8-bit_768x768/Unet.mlmodelc/model.mil ADDED
The diff for this file is too large to render. See raw diff
 
sd_xl_turbo_1.0_fp16_original_8-bit_768x768/Unet.mlmodelc/weights/weight.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdd000dae185ca6003a7f1e185e77612fd2693780f9d72bae6e64d25bbe22b3f
3
+ size 2569006912
sd_xl_turbo_1.0_fp16_original_8-bit_768x768/VAEDecoder.mlmodelc/analytics/coremldata.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c25345199f0c0f64fed6ce9d4320101b84e1cb6d5e5b19eefbff701655302d3c
3
+ size 243
sd_xl_turbo_1.0_fp16_original_8-bit_768x768/VAEDecoder.mlmodelc/coremldata.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7dff312501d32b6b48a7e9509335143cdf202a0d306933f1562f61c7e036513a
3
+ size 848
sd_xl_turbo_1.0_fp16_original_8-bit_768x768/VAEDecoder.mlmodelc/metadata.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "shortDescription" : "Stable Diffusion generates images conditioned on text and\/or other images as input through the diffusion process. Please refer to https:\/\/arxiv.org\/abs\/2112.10752 for details.",
4
+ "metadataOutputVersion" : "3.0",
5
+ "outputSchema" : [
6
+ {
7
+ "hasShapeFlexibility" : "0",
8
+ "isOptional" : "0",
9
+ "dataType" : "Float32",
10
+ "formattedType" : "MultiArray (Float32 1 × 3 × 768 × 768)",
11
+ "shortDescription" : "Generated image normalized to range [-1, 1]",
12
+ "shape" : "[1, 3, 768, 768]",
13
+ "name" : "image",
14
+ "type" : "MultiArray"
15
+ }
16
+ ],
17
+ "version" : "sd_xl_turbo_1.0_fp16_diffusers",
18
+ "modelParameters" : [
19
+
20
+ ],
21
+ "author" : "Please refer to the Model Card available at huggingface.co\/sd_xl_turbo_1.0_fp16_diffusers",
22
+ "specificationVersion" : 7,
23
+ "storagePrecision" : "Float32",
24
+ "license" : "OpenRAIL++-M (https:\/\/huggingface.co\/stabilityai\/stable-diffusion-xl-base-1.0\/blob\/main\/LICENSE.md)",
25
+ "mlProgramOperationTypeHistogram" : {
26
+ "Ios16.mul" : 2,
27
+ "Ios16.sqrt" : 30,
28
+ "Ios16.sub" : 30,
29
+ "Transpose" : 6,
30
+ "UpsampleNearestNeighbor" : 3,
31
+ "Ios16.conv" : 36,
32
+ "Ios16.add" : 46,
33
+ "Ios16.linear" : 4,
34
+ "Ios16.matmul" : 2,
35
+ "Ios16.realDiv" : 30,
36
+ "Ios16.reduceMean" : 60,
37
+ "Ios16.softmax" : 1,
38
+ "Ios16.batchNorm" : 29,
39
+ "Ios16.square" : 30,
40
+ "Ios16.reshape" : 65,
41
+ "Ios16.silu" : 29
42
+ },
43
+ "computePrecision" : "Mixed (Float32, Int32)",
44
+ "isUpdatable" : "0",
45
+ "availability" : {
46
+ "macOS" : "13.0",
47
+ "tvOS" : "16.0",
48
+ "visionOS" : "1.0",
49
+ "watchOS" : "9.0",
50
+ "iOS" : "16.0",
51
+ "macCatalyst" : "16.0"
52
+ },
53
+ "modelType" : {
54
+ "name" : "MLModelType_mlProgram"
55
+ },
56
+ "inputSchema" : [
57
+ {
58
+ "hasShapeFlexibility" : "0",
59
+ "isOptional" : "0",
60
+ "dataType" : "Float32",
61
+ "formattedType" : "MultiArray (Float32 1 × 4 × 96 × 96)",
62
+ "shortDescription" : "The denoised latent embeddings from the unet model after the last step of reverse diffusion",
63
+ "shape" : "[1, 4, 96, 96]",
64
+ "name" : "z",
65
+ "type" : "MultiArray"
66
+ }
67
+ ],
68
+ "userDefinedMetadata" : {
69
+ "com.github.apple.coremltools.source_dialect" : "TorchScript",
70
+ "com.github.apple.coremltools.source" : "torch==2.1.0",
71
+ "com.github.apple.coremltools.version" : "7.1"
72
+ },
73
+ "generatedClassName" : "Stable_Diffusion_version_sd_xl_turbo_1_0_fp16_diffusers_vae_decoder",
74
+ "method" : "predict"
75
+ }
76
+ ]
sd_xl_turbo_1.0_fp16_original_8-bit_768x768/VAEDecoder.mlmodelc/model.mil ADDED
The diff for this file is too large to render. See raw diff
 
sd_xl_turbo_1.0_fp16_original_8-bit_768x768/VAEDecoder.mlmodelc/weights/weight.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4624515db60ee952cd045777e1912b47370c9d119b3ec7a6275e3c36f61792ba
3
+ size 197977216
sd_xl_turbo_1.0_fp16_original_8-bit_768x768/VAEEncoder.mlmodelc/analytics/coremldata.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ecf46261caf1a9aba81934bc49d4027034dd5b8ef0b44d0bfd464d5ae6fb22c
3
+ size 243
sd_xl_turbo_1.0_fp16_original_8-bit_768x768/VAEEncoder.mlmodelc/coremldata.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fe1c6f1110915466e5871c5f90eb46f15518343bee6b90c9daece6611d9c395
3
+ size 852
sd_xl_turbo_1.0_fp16_original_8-bit_768x768/VAEEncoder.mlmodelc/metadata.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "shortDescription" : "Stable Diffusion generates images conditioned on text and\/or other images as input through the diffusion process. Please refer to https:\/\/arxiv.org\/abs\/2112.10752 for details.",
4
+ "metadataOutputVersion" : "3.0",
5
+ "outputSchema" : [
6
+ {
7
+ "hasShapeFlexibility" : "0",
8
+ "isOptional" : "0",
9
+ "dataType" : "Float32",
10
+ "formattedType" : "MultiArray (Float32 1 × 8 × 96 × 96)",
11
+ "shortDescription" : "The latent embeddings from the unet model from the input image.",
12
+ "shape" : "[1, 8, 96, 96]",
13
+ "name" : "latent",
14
+ "type" : "MultiArray"
15
+ }
16
+ ],
17
+ "version" : "sd_xl_turbo_1.0_fp16_diffusers",
18
+ "modelParameters" : [
19
+
20
+ ],
21
+ "author" : "Please refer to the Model Card available at huggingface.co\/sd_xl_turbo_1.0_fp16_diffusers",
22
+ "specificationVersion" : 7,
23
+ "storagePrecision" : "Float32",
24
+ "license" : "OpenRAIL++-M (https:\/\/huggingface.co\/stabilityai\/stable-diffusion-xl-base-1.0\/blob\/main\/LICENSE.md)",
25
+ "mlProgramOperationTypeHistogram" : {
26
+ "Pad" : 3,
27
+ "Ios16.mul" : 2,
28
+ "Ios16.sqrt" : 22,
29
+ "Ios16.sub" : 22,
30
+ "Transpose" : 6,
31
+ "Ios16.conv" : 28,
32
+ "Ios16.add" : 34,
33
+ "Ios16.linear" : 4,
34
+ "Ios16.matmul" : 2,
35
+ "Ios16.realDiv" : 22,
36
+ "Ios16.reduceMean" : 44,
37
+ "Ios16.softmax" : 1,
38
+ "Ios16.batchNorm" : 21,
39
+ "Ios16.square" : 22,
40
+ "Ios16.reshape" : 49,
41
+ "Ios16.silu" : 21
42
+ },
43
+ "computePrecision" : "Mixed (Float32, Int32)",
44
+ "isUpdatable" : "0",
45
+ "availability" : {
46
+ "macOS" : "13.0",
47
+ "tvOS" : "16.0",
48
+ "visionOS" : "1.0",
49
+ "watchOS" : "9.0",
50
+ "iOS" : "16.0",
51
+ "macCatalyst" : "16.0"
52
+ },
53
+ "modelType" : {
54
+ "name" : "MLModelType_mlProgram"
55
+ },
56
+ "inputSchema" : [
57
+ {
58
+ "hasShapeFlexibility" : "0",
59
+ "isOptional" : "0",
60
+ "dataType" : "Float32",
61
+ "formattedType" : "MultiArray (Float32 1 × 3 × 768 × 768)",
62
+ "shortDescription" : "The input image to base the initial latents on normalized to range [-1, 1]",
63
+ "shape" : "[1, 3, 768, 768]",
64
+ "name" : "x",
65
+ "type" : "MultiArray"
66
+ }
67
+ ],
68
+ "userDefinedMetadata" : {
69
+ "com.github.apple.coremltools.source_dialect" : "TorchScript",
70
+ "com.github.apple.coremltools.source" : "torch==2.1.0",
71
+ "com.github.apple.coremltools.version" : "7.1"
72
+ },
73
+ "generatedClassName" : "Stable_Diffusion_version_sd_xl_turbo_1_0_fp16_diffusers_vae_encoder",
74
+ "method" : "predict"
75
+ }
76
+ ]
sd_xl_turbo_1.0_fp16_original_8-bit_768x768/VAEEncoder.mlmodelc/model.mil ADDED
The diff for this file is too large to render. See raw diff
 
sd_xl_turbo_1.0_fp16_original_8-bit_768x768/VAEEncoder.mlmodelc/weights/weight.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5918d2e81fbe1c50e5161ad8d892d03cbd47fabb29ff468941fc6c0da3bc555c
3
+ size 136668992
sd_xl_turbo_1.0_fp16_original_8-bit_768x768/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
sd_xl_turbo_1.0_fp16_original_8-bit_768x768/vocab.json ADDED
The diff for this file is too large to render. See raw diff