davidw0311 commited on
Commit
bc70286
1 Parent(s): 707bfa1

Upload 12 files

Browse files
absolute_reality_q6_se2/.DS_Store ADDED
Binary file (6.15 kB). View file
 
absolute_reality_q6_se2/Unet.mlmodelc/analytics/coremldata.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae8835c5645c6a52d663bca8ee4273af9e667decfe05e2f32c8b96e489392a0c
3
+ size 243
absolute_reality_q6_se2/Unet.mlmodelc/coremldata.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e93eb38afacee9d601c9e2d1b91427614a5b6af06c34a3877b9f22489a71853
3
+ size 1316
absolute_reality_q6_se2/Unet.mlmodelc/metadata.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 × 64 × 64)",
11
+ "shortDescription" : "Same shape and dtype as the `sample` input. The predicted noise to facilitate the reverse diffusion (denoising) process",
12
+ "shape" : "[2, 4, 64, 64]",
13
+ "name" : "noise_pred",
14
+ "type" : "MultiArray"
15
+ }
16
+ ],
17
+ "version" : "lykon\/absolutereality",
18
+ "modelParameters" : [
19
+
20
+ ],
21
+ "author" : "Please refer to the Model Card available at huggingface.co\/lykon\/absolutereality",
22
+ "specificationVersion" : 7,
23
+ "storagePrecision" : "Mixed (Float16, Palettized (6 bits))",
24
+ "license" : "OpenRAIL (https:\/\/huggingface.co\/spaces\/CompVis\/stable-diffusion-license)",
25
+ "mlProgramOperationTypeHistogram" : {
26
+ "Transpose" : 18,
27
+ "UpsampleNearestNeighbor" : 2,
28
+ "Ios16.reduceMean" : 110,
29
+ "Ios16.sin" : 1,
30
+ "Ios16.softmax" : 528,
31
+ "Split" : 9,
32
+ "Ios16.add" : 136,
33
+ "Concat" : 122,
34
+ "Ios16.realDiv" : 28,
35
+ "Ios16.square" : 28,
36
+ "ExpandDims" : 3,
37
+ "Ios16.sub" : 55,
38
+ "Ios16.cast" : 1,
39
+ "Ios16.conv" : 151,
40
+ "Ios16.constexprLutToDense" : 164,
41
+ "Ios16.einsum" : 1056,
42
+ "Ios16.gelu" : 9,
43
+ "Ios16.batchNorm" : 28,
44
+ "Ios16.reshape" : 74,
45
+ "Ios16.rsqrt" : 27,
46
+ "Ios16.silu" : 21,
47
+ "Ios16.sqrt" : 28,
48
+ "Ios16.mul" : 619,
49
+ "Ios16.cos" : 1,
50
+ "SliceByIndex" : 914
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" : "Float16",
70
+ "formattedType" : "MultiArray (Float16 2 × 4 × 64 × 64)",
71
+ "shortDescription" : "The low resolution latent feature maps being denoised through reverse diffusion",
72
+ "shape" : "[2, 4, 64, 64]",
73
+ "name" : "sample",
74
+ "type" : "MultiArray"
75
+ },
76
+ {
77
+ "hasShapeFlexibility" : "0",
78
+ "isOptional" : "0",
79
+ "dataType" : "Float16",
80
+ "formattedType" : "MultiArray (Float16 2)",
81
+ "shortDescription" : "A value emitted by the associated scheduler object to condition the model on a given noise schedule",
82
+ "shape" : "[2]",
83
+ "name" : "timestep",
84
+ "type" : "MultiArray"
85
+ },
86
+ {
87
+ "hasShapeFlexibility" : "0",
88
+ "isOptional" : "0",
89
+ "dataType" : "Float16",
90
+ "formattedType" : "MultiArray (Float16 2 × 768 × 1 × 77)",
91
+ "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.",
92
+ "shape" : "[2, 768, 1, 77]",
93
+ "name" : "encoder_hidden_states",
94
+ "type" : "MultiArray"
95
+ }
96
+ ],
97
+ "userDefinedMetadata" : {
98
+ "com.github.apple.ml-stable-diffusion.version" : "1.1.0",
99
+ "com.github.apple.coremltools.source" : "torch==2.2.2+cu121",
100
+ "com.github.apple.coremltools.version" : "7.1",
101
+ "com.github.apple.coremltools.source_dialect" : "TorchScript"
102
+ },
103
+ "generatedClassName" : "Unet",
104
+ "method" : "predict"
105
+ }
106
+ ]
absolute_reality_q6_se2/Unet.mlmodelc/model.mil ADDED
The diff for this file is too large to render. See raw diff
 
absolute_reality_q6_se2/Unet.mlmodelc/weights/weight.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96871ef3acc1f8b04ae4784f2d5b7269b5d763b85f5f529d465f2622a8775dcd
3
+ size 242804992
absolute_reality_se2_lcm_distilled/.DS_Store ADDED
Binary file (6.15 kB). View file
 
absolute_reality_se2_lcm_distilled/UNet.mlmodelc/analytics/coremldata.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52ee3a0d348e007e0057d66c32df2f3d7d08b4ee349c7a6551e399cdb32d7da6
3
+ size 243
absolute_reality_se2_lcm_distilled/UNet.mlmodelc/coremldata.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e93eb38afacee9d601c9e2d1b91427614a5b6af06c34a3877b9f22489a71853
3
+ size 1316
absolute_reality_se2_lcm_distilled/UNet.mlmodelc/metadata.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 × 64 × 64)",
11
+ "shortDescription" : "Same shape and dtype as the `sample` input. The predicted noise to facilitate the reverse diffusion (denoising) process",
12
+ "shape" : "[2, 4, 64, 64]",
13
+ "name" : "noise_pred",
14
+ "type" : "MultiArray"
15
+ }
16
+ ],
17
+ "version" : "lykon\/absolutereality",
18
+ "modelParameters" : [
19
+
20
+ ],
21
+ "author" : "Please refer to the Model Card available at huggingface.co\/lykon\/absolutereality",
22
+ "specificationVersion" : 7,
23
+ "storagePrecision" : "Mixed (Float16, Palettized (6 bits))",
24
+ "license" : "OpenRAIL (https:\/\/huggingface.co\/spaces\/CompVis\/stable-diffusion-license)",
25
+ "mlProgramOperationTypeHistogram" : {
26
+ "Transpose" : 18,
27
+ "UpsampleNearestNeighbor" : 2,
28
+ "Ios16.reduceMean" : 110,
29
+ "Ios16.sin" : 1,
30
+ "Ios16.softmax" : 528,
31
+ "Split" : 9,
32
+ "Ios16.add" : 136,
33
+ "Concat" : 122,
34
+ "Ios16.realDiv" : 28,
35
+ "Ios16.square" : 28,
36
+ "ExpandDims" : 3,
37
+ "Ios16.sub" : 55,
38
+ "Ios16.cast" : 1,
39
+ "Ios16.conv" : 151,
40
+ "Ios16.constexprLutToDense" : 164,
41
+ "Ios16.einsum" : 1056,
42
+ "Ios16.gelu" : 9,
43
+ "Ios16.batchNorm" : 28,
44
+ "Ios16.reshape" : 74,
45
+ "Ios16.rsqrt" : 27,
46
+ "Ios16.silu" : 21,
47
+ "Ios16.sqrt" : 28,
48
+ "Ios16.mul" : 619,
49
+ "Ios16.cos" : 1,
50
+ "SliceByIndex" : 914
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" : "Float16",
70
+ "formattedType" : "MultiArray (Float16 2 × 4 × 64 × 64)",
71
+ "shortDescription" : "The low resolution latent feature maps being denoised through reverse diffusion",
72
+ "shape" : "[2, 4, 64, 64]",
73
+ "name" : "sample",
74
+ "type" : "MultiArray"
75
+ },
76
+ {
77
+ "hasShapeFlexibility" : "0",
78
+ "isOptional" : "0",
79
+ "dataType" : "Float16",
80
+ "formattedType" : "MultiArray (Float16 2)",
81
+ "shortDescription" : "A value emitted by the associated scheduler object to condition the model on a given noise schedule",
82
+ "shape" : "[2]",
83
+ "name" : "timestep",
84
+ "type" : "MultiArray"
85
+ },
86
+ {
87
+ "hasShapeFlexibility" : "0",
88
+ "isOptional" : "0",
89
+ "dataType" : "Float16",
90
+ "formattedType" : "MultiArray (Float16 2 × 768 × 1 × 77)",
91
+ "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.",
92
+ "shape" : "[2, 768, 1, 77]",
93
+ "name" : "encoder_hidden_states",
94
+ "type" : "MultiArray"
95
+ }
96
+ ],
97
+ "userDefinedMetadata" : {
98
+ "com.github.apple.ml-stable-diffusion.version" : "1.1.0",
99
+ "com.github.apple.coremltools.source" : "torch==2.2.2+cu121",
100
+ "com.github.apple.coremltools.version" : "7.1",
101
+ "com.github.apple.coremltools.source_dialect" : "TorchScript"
102
+ },
103
+ "generatedClassName" : "UNet",
104
+ "method" : "predict"
105
+ }
106
+ ]
absolute_reality_se2_lcm_distilled/UNet.mlmodelc/model.mil ADDED
The diff for this file is too large to render. See raw diff
 
absolute_reality_se2_lcm_distilled/UNet.mlmodelc/weights/weight.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60df8e95ee4928f35bb2c2730b10d1c2218de303f89fc5417e33dee85d089763
3
+ size 242804992