Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- SplitEinsum-Resources-6bit/.DS_Store +0 -0
- SplitEinsum-Resources-6bit/TextEncoder.mlmodelc/analytics/coremldata.bin +3 -0
- SplitEinsum-Resources-6bit/TextEncoder.mlmodelc/coremldata.bin +3 -0
- SplitEinsum-Resources-6bit/TextEncoder.mlmodelc/metadata.json +85 -0
- SplitEinsum-Resources-6bit/TextEncoder.mlmodelc/model.mil +0 -0
- SplitEinsum-Resources-6bit/TextEncoder.mlmodelc/weights/weight.bin +3 -0
- SplitEinsum-Resources-6bit/TextEncoder2.mlmodelc/analytics/coremldata.bin +3 -0
- SplitEinsum-Resources-6bit/TextEncoder2.mlmodelc/coremldata.bin +3 -0
- SplitEinsum-Resources-6bit/TextEncoder2.mlmodelc/metadata.json +85 -0
- SplitEinsum-Resources-6bit/TextEncoder2.mlmodelc/model.mil +0 -0
- SplitEinsum-Resources-6bit/TextEncoder2.mlmodelc/weights/weight.bin +3 -0
- SplitEinsum-Resources-6bit/Unet.mlmodelc/analytics/coremldata.bin +3 -0
- SplitEinsum-Resources-6bit/Unet.mlmodelc/coremldata.bin +3 -0
- SplitEinsum-Resources-6bit/Unet.mlmodelc/metadata.json +126 -0
- SplitEinsum-Resources-6bit/Unet.mlmodelc/model.mil +3 -0
- SplitEinsum-Resources-6bit/Unet.mlmodelc/weights/weight.bin +3 -0
- SplitEinsum-Resources-6bit/VAEDecoder.mlmodelc/analytics/coremldata.bin +3 -0
- SplitEinsum-Resources-6bit/VAEDecoder.mlmodelc/coremldata.bin +3 -0
- SplitEinsum-Resources-6bit/VAEDecoder.mlmodelc/metadata.json +76 -0
- SplitEinsum-Resources-6bit/VAEDecoder.mlmodelc/model.mil +0 -0
- SplitEinsum-Resources-6bit/VAEDecoder.mlmodelc/weights/weight.bin +3 -0
- SplitEinsum-Resources-6bit/merges.txt +0 -0
- SplitEinsum-Resources-6bit/vocab.json +0 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
SplitEinsum-Resources-6bit/Unet.mlmodelc/model.mil filter=lfs diff=lfs merge=lfs -text
|
SplitEinsum-Resources-6bit/.DS_Store
ADDED
Binary file (6.15 kB). View file
|
|
SplitEinsum-Resources-6bit/TextEncoder.mlmodelc/analytics/coremldata.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:afaea5f815b06316d3391aff2ce2dd2db0bdaf478da44be111431de938b3c79e
|
3 |
+
size 243
|
SplitEinsum-Resources-6bit/TextEncoder.mlmodelc/coremldata.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be7efdc22bd13a2c9788435333bd495965ed8df0f59c4b6e2fd001d87a9b0a85
|
3 |
+
size 889
|
SplitEinsum-Resources-6bit/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" : "dataautogpt3\/ProteusV0.5",
|
28 |
+
"modelParameters" : [
|
29 |
+
|
30 |
+
],
|
31 |
+
"author" : "Please refer to the Model Card available at huggingface.co\/dataautogpt3\/ProteusV0.5",
|
32 |
+
"specificationVersion" : 7,
|
33 |
+
"storagePrecision" : "Mixed (Float16, Palettized (6 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" : 74,
|
40 |
+
"Stack" : 1,
|
41 |
+
"Transpose" : 48,
|
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.2.0",
|
80 |
+
"com.github.apple.coremltools.version" : "8.0b1"
|
81 |
+
},
|
82 |
+
"generatedClassName" : "Stable_Diffusion_version_dataautogpt3_ProteusV0_5_text_encoder",
|
83 |
+
"method" : "predict"
|
84 |
+
}
|
85 |
+
]
|
SplitEinsum-Resources-6bit/TextEncoder.mlmodelc/model.mil
ADDED
The diff for this file is too large to render.
See raw diff
|
|
SplitEinsum-Resources-6bit/TextEncoder.mlmodelc/weights/weight.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b8df0ca9e2721e30170509aee80bdbf99e5c3b1277f4eb8e8e1a891d91cd56b
|
3 |
+
size 139910080
|
SplitEinsum-Resources-6bit/TextEncoder2.mlmodelc/analytics/coremldata.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c78f8deb8722cc315f4bd1d30002de7541a0da5dd91d484d2be22dbbe44db724
|
3 |
+
size 243
|
SplitEinsum-Resources-6bit/TextEncoder2.mlmodelc/coremldata.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:013db2dee63ec35e8242f1789a10282b50d6ec41c5847ab565097f89327cd308
|
3 |
+
size 889
|
SplitEinsum-Resources-6bit/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" : "dataautogpt3\/ProteusV0.5",
|
28 |
+
"modelParameters" : [
|
29 |
+
|
30 |
+
],
|
31 |
+
"author" : "Please refer to the Model Card available at huggingface.co\/dataautogpt3\/ProteusV0.5",
|
32 |
+
"specificationVersion" : 7,
|
33 |
+
"storagePrecision" : "Mixed (Float16, Palettized (6 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" : 195,
|
40 |
+
"Stack" : 1,
|
41 |
+
"Transpose" : 128,
|
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.2.0",
|
80 |
+
"com.github.apple.coremltools.version" : "8.0b1"
|
81 |
+
},
|
82 |
+
"generatedClassName" : "Stable_Diffusion_version_dataautogpt3_ProteusV0_5_text_encoder_2",
|
83 |
+
"method" : "predict"
|
84 |
+
}
|
85 |
+
]
|
SplitEinsum-Resources-6bit/TextEncoder2.mlmodelc/model.mil
ADDED
The diff for this file is too large to render.
See raw diff
|
|
SplitEinsum-Resources-6bit/TextEncoder2.mlmodelc/weights/weight.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:531f1be591e2cb7c741a0ed341419f8b9bb2e273764b9813922c33f13dff031c
|
3 |
+
size 600794240
|
SplitEinsum-Resources-6bit/Unet.mlmodelc/analytics/coremldata.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:69c68b4bd4f620eadcc87b6864f13056e7c12726c9b969ddd760b9df36a3312d
|
3 |
+
size 243
|
SplitEinsum-Resources-6bit/Unet.mlmodelc/coremldata.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f230deae11fbc4ec62acd40cf237831a36360fc55c31c5000158dad79026cd62
|
3 |
+
size 1645
|
SplitEinsum-Resources-6bit/Unet.mlmodelc/metadata.json
ADDED
@@ -0,0 +1,126 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 × 128 × 128)",
|
11 |
+
"shortDescription" : "Same shape and dtype as the `sample` input. The predicted noise to facilitate the reverse diffusion (denoising) process",
|
12 |
+
"shape" : "[2, 4, 128, 128]",
|
13 |
+
"name" : "noise_pred",
|
14 |
+
"type" : "MultiArray"
|
15 |
+
}
|
16 |
+
],
|
17 |
+
"version" : "dataautogpt3\/ProteusV0.5",
|
18 |
+
"modelParameters" : [
|
19 |
+
|
20 |
+
],
|
21 |
+
"author" : "Please refer to the Model Card available at huggingface.co\/dataautogpt3\/ProteusV0.5",
|
22 |
+
"specificationVersion" : 7,
|
23 |
+
"storagePrecision" : "Mixed (Float16, Palettized (6 bits))",
|
24 |
+
"license" : "OpenRAIL++-M (https:\/\/huggingface.co\/stabilityai\/stable-diffusion-xl-base-1.0\/blob\/main\/LICENSE.md)",
|
25 |
+
"mlProgramOperationTypeHistogram" : {
|
26 |
+
"Transpose" : 140,
|
27 |
+
"UpsampleNearestNeighbor" : 2,
|
28 |
+
"Ios16.reduceMean" : 92,
|
29 |
+
"Ios16.sin" : 2,
|
30 |
+
"Ios16.softmax" : 2600,
|
31 |
+
"Split" : 70,
|
32 |
+
"Ios16.add" : 302,
|
33 |
+
"Concat" : 154,
|
34 |
+
"Ios16.realDiv" : 46,
|
35 |
+
"Ios16.square" : 46,
|
36 |
+
"ExpandDims" : 6,
|
37 |
+
"Ios16.sub" : 46,
|
38 |
+
"Ios16.cast" : 1,
|
39 |
+
"Ios16.conv" : 794,
|
40 |
+
"Ios16.constexprLutToDense" : 794,
|
41 |
+
"Ios16.einsum" : 5200,
|
42 |
+
"Ios16.gelu" : 70,
|
43 |
+
"Ios16.batchNorm" : 46,
|
44 |
+
"Ios16.layerNorm" : 210,
|
45 |
+
"Ios16.reshape" : 116,
|
46 |
+
"Ios16.silu" : 38,
|
47 |
+
"Ios16.sqrt" : 46,
|
48 |
+
"Ios16.mul" : 2672,
|
49 |
+
"Ios16.cos" : 2,
|
50 |
+
"SliceByIndex" : 7804
|
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 × 128 × 128)",
|
71 |
+
"shortDescription" : "The low resolution latent feature maps being denoised through reverse diffusion",
|
72 |
+
"shape" : "[2, 4, 128, 128]",
|
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 × 2048 × 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, 2048, 1, 77]",
|
93 |
+
"name" : "encoder_hidden_states",
|
94 |
+
"type" : "MultiArray"
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"hasShapeFlexibility" : "0",
|
98 |
+
"isOptional" : "0",
|
99 |
+
"dataType" : "Float16",
|
100 |
+
"formattedType" : "MultiArray (Float16 2 × 6)",
|
101 |
+
"shortDescription" : "Additional embeddings that if specified are added to the embeddings that are passed along to the UNet blocks.",
|
102 |
+
"shape" : "[2, 6]",
|
103 |
+
"name" : "time_ids",
|
104 |
+
"type" : "MultiArray"
|
105 |
+
},
|
106 |
+
{
|
107 |
+
"hasShapeFlexibility" : "0",
|
108 |
+
"isOptional" : "0",
|
109 |
+
"dataType" : "Float16",
|
110 |
+
"formattedType" : "MultiArray (Float16 2 × 1280)",
|
111 |
+
"shortDescription" : "Additional embeddings from text_encoder_2 that if specified are added to the embeddings that are passed along to the UNet blocks.",
|
112 |
+
"shape" : "[2, 1280]",
|
113 |
+
"name" : "text_embeds",
|
114 |
+
"type" : "MultiArray"
|
115 |
+
}
|
116 |
+
],
|
117 |
+
"userDefinedMetadata" : {
|
118 |
+
"com.github.apple.ml-stable-diffusion.version" : "1.1.0",
|
119 |
+
"com.github.apple.coremltools.source" : "torch==2.2.0",
|
120 |
+
"com.github.apple.coremltools.version" : "8.0b1",
|
121 |
+
"com.github.apple.coremltools.source_dialect" : "TorchScript"
|
122 |
+
},
|
123 |
+
"generatedClassName" : "Stable_Diffusion_version_dataautogpt3_ProteusV0_5_unet",
|
124 |
+
"method" : "predict"
|
125 |
+
}
|
126 |
+
]
|
SplitEinsum-Resources-6bit/Unet.mlmodelc/model.mil
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fddd21395384e5dee7df829f11e2c5798ee10fa94346c30a4fff6cd53bb554ed
|
3 |
+
size 10540861
|
SplitEinsum-Resources-6bit/Unet.mlmodelc/weights/weight.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:634752501e4b44f77d89c6e4da02c0de1cfaadb2cd459901cf5f20ce398f2ad9
|
3 |
+
size 1927869120
|
SplitEinsum-Resources-6bit/VAEDecoder.mlmodelc/analytics/coremldata.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1676517ed2ae4eb4cd61db463c900bc4990603f2ea8a99e7baeb72e926ecc3a9
|
3 |
+
size 243
|
SplitEinsum-Resources-6bit/VAEDecoder.mlmodelc/coremldata.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:33faa89b861d4ddda6b4ee86b48e0cd0edaee8b96e0198c8f0dbab8674f01fcb
|
3 |
+
size 840
|
SplitEinsum-Resources-6bit/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 × 1024 × 1024)",
|
11 |
+
"shortDescription" : "Generated image normalized to range [-1, 1]",
|
12 |
+
"shape" : "[1, 3, 1024, 1024]",
|
13 |
+
"name" : "image",
|
14 |
+
"type" : "MultiArray"
|
15 |
+
}
|
16 |
+
],
|
17 |
+
"version" : "dataautogpt3\/ProteusV0.5",
|
18 |
+
"modelParameters" : [
|
19 |
+
|
20 |
+
],
|
21 |
+
"author" : "Please refer to the Model Card available at huggingface.co\/dataautogpt3\/ProteusV0.5",
|
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 × 128 × 128)",
|
62 |
+
"shortDescription" : "The denoised latent embeddings from the unet model after the last step of reverse diffusion",
|
63 |
+
"shape" : "[1, 4, 128, 128]",
|
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.2.0",
|
71 |
+
"com.github.apple.coremltools.version" : "8.0b1"
|
72 |
+
},
|
73 |
+
"generatedClassName" : "Stable_Diffusion_version_dataautogpt3_ProteusV0_5_vae_decoder",
|
74 |
+
"method" : "predict"
|
75 |
+
}
|
76 |
+
]
|
SplitEinsum-Resources-6bit/VAEDecoder.mlmodelc/model.mil
ADDED
The diff for this file is too large to render.
See raw diff
|
|
SplitEinsum-Resources-6bit/VAEDecoder.mlmodelc/weights/weight.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:349102bf16f8683a8dee99e79fcd1061e4456a560d9efcd8bb688b4b49ac91b5
|
3 |
+
size 197977216
|
SplitEinsum-Resources-6bit/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
SplitEinsum-Resources-6bit/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|