Add files using upload-large-folder tool
Browse files- TextEncoder.mlmodelc/analytics/coremldata.bin +3 -0
- TextEncoder.mlmodelc/coremldata.bin +3 -0
- TextEncoder.mlmodelc/metadata.json +89 -0
- TextEncoder.mlmodelc/model.mil +0 -0
- TextEncoder.mlmodelc/weights/weight.bin +3 -0
- UnetChunk1.mlmodelc/analytics/coremldata.bin +3 -0
- UnetChunk1.mlmodelc/coremldata.bin +3 -0
- UnetChunk1.mlmodelc/metadata.json +223 -0
- UnetChunk1.mlmodelc/model.mil +0 -0
- UnetChunk1.mlmodelc/weights/weight.bin +3 -0
- UnetChunk2.mlmodelc/analytics/coremldata.bin +3 -0
- UnetChunk2.mlmodelc/coremldata.bin +3 -0
- UnetChunk2.mlmodelc/metadata.json +211 -0
- UnetChunk2.mlmodelc/model.mil +0 -0
- UnetChunk2.mlmodelc/weights/weight.bin +3 -0
- VAEDecoder.mlmodelc/analytics/coremldata.bin +3 -0
- VAEDecoder.mlmodelc/coremldata.bin +3 -0
- VAEDecoder.mlmodelc/metadata.json +80 -0
- VAEDecoder.mlmodelc/model.mil +0 -0
- VAEDecoder.mlmodelc/weights/weight.bin +3 -0
- VAEEncoder.mlmodelc/analytics/coremldata.bin +3 -0
- VAEEncoder.mlmodelc/coremldata.bin +3 -0
- VAEEncoder.mlmodelc/metadata.json +80 -0
- VAEEncoder.mlmodelc/model.mil +0 -0
- VAEEncoder.mlmodelc/weights/weight.bin +3 -0
- merges.txt +0 -0
- vocab.json +0 -0
TextEncoder.mlmodelc/analytics/coremldata.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4717b90a621b3f1d421a524a577e2fab6e6b2f5feaf23e7ccb432ad79998fa62
|
| 3 |
+
size 243
|
TextEncoder.mlmodelc/coremldata.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4b63d6811cd3e150830ddfcec828889330a71c44de5b0e8032ea4af6329364df
|
| 3 |
+
size 923
|
TextEncoder.mlmodelc/metadata.json
ADDED
|
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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" : "The token embeddings as encoded by the Transformer model",
|
| 12 |
+
"shape" : "[1, 77, 768]",
|
| 13 |
+
"name" : "last_hidden_state",
|
| 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" : "cyberdelia\/CyberRealistic@99827f96edd717dacb28c68560680c201c55df05",
|
| 28 |
+
"modelParameters" : [
|
| 29 |
+
|
| 30 |
+
],
|
| 31 |
+
"author" : "Cyberdelia; Core ML FP16 conversion prepared for LocalMuse",
|
| 32 |
+
"specificationVersion" : 8,
|
| 33 |
+
"storagePrecision" : "Float16",
|
| 34 |
+
"license" : "See the original model terms at https:\/\/huggingface.co\/spaces\/CompVis\/stable-diffusion-license",
|
| 35 |
+
"mlProgramOperationTypeHistogram" : {
|
| 36 |
+
"Ios17.mul" : 36,
|
| 37 |
+
"Ios17.reduceArgmax" : 1,
|
| 38 |
+
"Ios17.linear" : 72,
|
| 39 |
+
"Ios17.transpose" : 48,
|
| 40 |
+
"Select" : 1,
|
| 41 |
+
"Ios17.matmul" : 24,
|
| 42 |
+
"Stack" : 1,
|
| 43 |
+
"Ios17.gatherNd" : 1,
|
| 44 |
+
"Ios16.sigmoid" : 12,
|
| 45 |
+
"Ios17.gather" : 1,
|
| 46 |
+
"Ios17.add" : 38,
|
| 47 |
+
"Ios16.softmax" : 12,
|
| 48 |
+
"Ios17.greaterEqual" : 1,
|
| 49 |
+
"Ios17.reshape" : 48,
|
| 50 |
+
"Ios17.layerNorm" : 25,
|
| 51 |
+
"Ios17.cast" : 4
|
| 52 |
+
},
|
| 53 |
+
"computePrecision" : "Mixed (Float16, Float32, Int32, UInt16)",
|
| 54 |
+
"stateSchema" : [
|
| 55 |
+
|
| 56 |
+
],
|
| 57 |
+
"isUpdatable" : "0",
|
| 58 |
+
"availability" : {
|
| 59 |
+
"macOS" : "14.0",
|
| 60 |
+
"tvOS" : "17.0",
|
| 61 |
+
"visionOS" : "1.0",
|
| 62 |
+
"watchOS" : "10.0",
|
| 63 |
+
"iOS" : "17.0",
|
| 64 |
+
"macCatalyst" : "17.0"
|
| 65 |
+
},
|
| 66 |
+
"modelType" : {
|
| 67 |
+
"name" : "MLModelType_mlProgram"
|
| 68 |
+
},
|
| 69 |
+
"inputSchema" : [
|
| 70 |
+
{
|
| 71 |
+
"hasShapeFlexibility" : "0",
|
| 72 |
+
"isOptional" : "0",
|
| 73 |
+
"dataType" : "Float32",
|
| 74 |
+
"formattedType" : "MultiArray (Float32 1 × 77)",
|
| 75 |
+
"shortDescription" : "The token ids that represent the input text",
|
| 76 |
+
"shape" : "[1, 77]",
|
| 77 |
+
"name" : "input_ids",
|
| 78 |
+
"type" : "MultiArray"
|
| 79 |
+
}
|
| 80 |
+
],
|
| 81 |
+
"userDefinedMetadata" : {
|
| 82 |
+
"com.github.apple.coremltools.source_dialect" : "TorchScript",
|
| 83 |
+
"com.github.apple.coremltools.source" : "torch==2.4.0",
|
| 84 |
+
"com.github.apple.coremltools.version" : "8.3.0"
|
| 85 |
+
},
|
| 86 |
+
"generatedClassName" : "Stable_Diffusion_version_cyberdelia_CyberRealistic_text_encoder",
|
| 87 |
+
"method" : "predict"
|
| 88 |
+
}
|
| 89 |
+
]
|
TextEncoder.mlmodelc/model.mil
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
TextEncoder.mlmodelc/weights/weight.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34282c566c38d844bd88ed4343d597c40a17646b2b043ba56293a64a34fcc787
|
| 3 |
+
size 246145536
|
UnetChunk1.mlmodelc/analytics/coremldata.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:faf1e38399bd87de4bceb4ff98ac236a312307417d5c94dbaa6693d14919cf42
|
| 3 |
+
size 243
|
UnetChunk1.mlmodelc/coremldata.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8936ff68a1e0ad118fac09a34f3ebe7d72d53552f0ff58e7aba9faf4cb838f1a
|
| 3 |
+
size 909
|
UnetChunk1.mlmodelc/metadata.json
ADDED
|
@@ -0,0 +1,223 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"metadataOutputVersion" : "3.0",
|
| 4 |
+
"storagePrecision" : "Float16",
|
| 5 |
+
"outputSchema" : [
|
| 6 |
+
{
|
| 7 |
+
"hasShapeFlexibility" : "0",
|
| 8 |
+
"isOptional" : "0",
|
| 9 |
+
"dataType" : "Float32",
|
| 10 |
+
"formattedType" : "MultiArray (Float32 2 × 320 × 32 × 32)",
|
| 11 |
+
"shortDescription" : "",
|
| 12 |
+
"shape" : "[2, 320, 32, 32]",
|
| 13 |
+
"name" : "input_63_cast_fp16",
|
| 14 |
+
"type" : "MultiArray"
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"hasShapeFlexibility" : "0",
|
| 18 |
+
"isOptional" : "0",
|
| 19 |
+
"dataType" : "Float32",
|
| 20 |
+
"formattedType" : "MultiArray (Float32 2 × 640 × 32 × 32)",
|
| 21 |
+
"shortDescription" : "",
|
| 22 |
+
"shape" : "[2, 640, 32, 32]",
|
| 23 |
+
"name" : "input_89_cast_fp16",
|
| 24 |
+
"type" : "MultiArray"
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"hasShapeFlexibility" : "0",
|
| 28 |
+
"isOptional" : "0",
|
| 29 |
+
"dataType" : "Float32",
|
| 30 |
+
"formattedType" : "MultiArray (Float32 2 × 640 × 32 × 32)",
|
| 31 |
+
"shortDescription" : "",
|
| 32 |
+
"shape" : "[2, 640, 32, 32]",
|
| 33 |
+
"name" : "input_115_cast_fp16",
|
| 34 |
+
"type" : "MultiArray"
|
| 35 |
+
},
|
| 36 |
+
{
|
| 37 |
+
"hasShapeFlexibility" : "0",
|
| 38 |
+
"isOptional" : "0",
|
| 39 |
+
"dataType" : "Float32",
|
| 40 |
+
"formattedType" : "MultiArray (Float32 2 × 1280 × 1 × 1)",
|
| 41 |
+
"shortDescription" : "",
|
| 42 |
+
"shape" : "[2, 1280, 1, 1]",
|
| 43 |
+
"name" : "input_15_cast_fp16",
|
| 44 |
+
"type" : "MultiArray"
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"hasShapeFlexibility" : "0",
|
| 48 |
+
"isOptional" : "0",
|
| 49 |
+
"dataType" : "Float32",
|
| 50 |
+
"formattedType" : "MultiArray (Float32 2 × 1280 × 8 × 8)",
|
| 51 |
+
"shortDescription" : "",
|
| 52 |
+
"shape" : "[2, 1280, 8, 8]",
|
| 53 |
+
"name" : "input_171_cast_fp16",
|
| 54 |
+
"type" : "MultiArray"
|
| 55 |
+
},
|
| 56 |
+
{
|
| 57 |
+
"hasShapeFlexibility" : "0",
|
| 58 |
+
"isOptional" : "0",
|
| 59 |
+
"dataType" : "Float32",
|
| 60 |
+
"formattedType" : "MultiArray (Float32 2 × 320 × 64 × 64)",
|
| 61 |
+
"shortDescription" : "",
|
| 62 |
+
"shape" : "[2, 320, 64, 64]",
|
| 63 |
+
"name" : "input_61_cast_fp16",
|
| 64 |
+
"type" : "MultiArray"
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"hasShapeFlexibility" : "0",
|
| 68 |
+
"isOptional" : "0",
|
| 69 |
+
"dataType" : "Float32",
|
| 70 |
+
"formattedType" : "MultiArray (Float32 2 × 2560 × 8 × 8)",
|
| 71 |
+
"shortDescription" : "",
|
| 72 |
+
"shape" : "[2, 2560, 8, 8]",
|
| 73 |
+
"name" : "input_253_cast_fp16",
|
| 74 |
+
"type" : "MultiArray"
|
| 75 |
+
},
|
| 76 |
+
{
|
| 77 |
+
"hasShapeFlexibility" : "0",
|
| 78 |
+
"isOptional" : "0",
|
| 79 |
+
"dataType" : "Float32",
|
| 80 |
+
"formattedType" : "MultiArray (Float32 2 × 640 × 16 × 16)",
|
| 81 |
+
"shortDescription" : "",
|
| 82 |
+
"shape" : "[2, 640, 16, 16]",
|
| 83 |
+
"name" : "input_117_cast_fp16",
|
| 84 |
+
"type" : "MultiArray"
|
| 85 |
+
},
|
| 86 |
+
{
|
| 87 |
+
"hasShapeFlexibility" : "0",
|
| 88 |
+
"isOptional" : "0",
|
| 89 |
+
"dataType" : "Float32",
|
| 90 |
+
"formattedType" : "MultiArray (Float32 2 × 320 × 64 × 64)",
|
| 91 |
+
"shortDescription" : "",
|
| 92 |
+
"shape" : "[2, 320, 64, 64]",
|
| 93 |
+
"name" : "input_7_cast_fp16",
|
| 94 |
+
"type" : "MultiArray"
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"hasShapeFlexibility" : "0",
|
| 98 |
+
"isOptional" : "0",
|
| 99 |
+
"dataType" : "Float32",
|
| 100 |
+
"formattedType" : "MultiArray (Float32 2 × 1280 × 16 × 16)",
|
| 101 |
+
"shortDescription" : "",
|
| 102 |
+
"shape" : "[2, 1280, 16, 16]",
|
| 103 |
+
"name" : "input_169_cast_fp16",
|
| 104 |
+
"type" : "MultiArray"
|
| 105 |
+
},
|
| 106 |
+
{
|
| 107 |
+
"hasShapeFlexibility" : "0",
|
| 108 |
+
"isOptional" : "0",
|
| 109 |
+
"dataType" : "Float32",
|
| 110 |
+
"formattedType" : "MultiArray (Float32 2 × 1280 × 8 × 8)",
|
| 111 |
+
"shortDescription" : "",
|
| 112 |
+
"shape" : "[2, 1280, 8, 8]",
|
| 113 |
+
"name" : "hidden_states_149_cast_fp16",
|
| 114 |
+
"type" : "MultiArray"
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"hasShapeFlexibility" : "0",
|
| 118 |
+
"isOptional" : "0",
|
| 119 |
+
"dataType" : "Float32",
|
| 120 |
+
"formattedType" : "MultiArray (Float32 2 × 320 × 64 × 64)",
|
| 121 |
+
"shortDescription" : "",
|
| 122 |
+
"shape" : "[2, 320, 64, 64]",
|
| 123 |
+
"name" : "input_35_cast_fp16",
|
| 124 |
+
"type" : "MultiArray"
|
| 125 |
+
},
|
| 126 |
+
{
|
| 127 |
+
"hasShapeFlexibility" : "0",
|
| 128 |
+
"isOptional" : "0",
|
| 129 |
+
"dataType" : "Float32",
|
| 130 |
+
"formattedType" : "MultiArray (Float32 2 × 1280 × 16 × 16)",
|
| 131 |
+
"shortDescription" : "",
|
| 132 |
+
"shape" : "[2, 1280, 16, 16]",
|
| 133 |
+
"name" : "input_143_cast_fp16",
|
| 134 |
+
"type" : "MultiArray"
|
| 135 |
+
}
|
| 136 |
+
],
|
| 137 |
+
"version" : "cyberdelia\/CyberRealistic@99827f96edd717dacb28c68560680c201c55df05",
|
| 138 |
+
"modelParameters" : [
|
| 139 |
+
|
| 140 |
+
],
|
| 141 |
+
"author" : "Cyberdelia; Core ML FP16 conversion prepared for LocalMuse",
|
| 142 |
+
"specificationVersion" : 8,
|
| 143 |
+
"license" : "See the original model terms at https:\/\/huggingface.co\/spaces\/CompVis\/stable-diffusion-license",
|
| 144 |
+
"mlProgramOperationTypeHistogram" : {
|
| 145 |
+
"Ios17.square" : 31,
|
| 146 |
+
"Ios17.cos" : 1,
|
| 147 |
+
"Ios17.reshape" : 76,
|
| 148 |
+
"Ios16.reduceMean" : 62,
|
| 149 |
+
"Ios16.softmax" : 368,
|
| 150 |
+
"Ios17.sin" : 1,
|
| 151 |
+
"Ios17.transpose" : 14,
|
| 152 |
+
"Split" : 7,
|
| 153 |
+
"Ios17.expandDims" : 3,
|
| 154 |
+
"Ios17.add" : 82,
|
| 155 |
+
"Ios17.sliceByIndex" : 658,
|
| 156 |
+
"Ios17.layerNorm" : 21,
|
| 157 |
+
"Ios17.batchNorm" : 31,
|
| 158 |
+
"Ios17.sqrt" : 31,
|
| 159 |
+
"Ios17.sub" : 31,
|
| 160 |
+
"Ios17.conv" : 129,
|
| 161 |
+
"Ios16.einsum" : 736,
|
| 162 |
+
"Ios17.realDiv" : 31,
|
| 163 |
+
"Ios17.concat" : 82,
|
| 164 |
+
"Ios16.silu" : 26,
|
| 165 |
+
"Ios16.gelu" : 7,
|
| 166 |
+
"Ios17.cast" : 13,
|
| 167 |
+
"Ios17.mul" : 376
|
| 168 |
+
},
|
| 169 |
+
"computePrecision" : "Mixed (Float16, Float32, Int32)",
|
| 170 |
+
"stateSchema" : [
|
| 171 |
+
|
| 172 |
+
],
|
| 173 |
+
"isUpdatable" : "0",
|
| 174 |
+
"availability" : {
|
| 175 |
+
"macOS" : "14.0",
|
| 176 |
+
"tvOS" : "17.0",
|
| 177 |
+
"visionOS" : "1.0",
|
| 178 |
+
"watchOS" : "10.0",
|
| 179 |
+
"iOS" : "17.0",
|
| 180 |
+
"macCatalyst" : "17.0"
|
| 181 |
+
},
|
| 182 |
+
"modelType" : {
|
| 183 |
+
"name" : "MLModelType_mlProgram"
|
| 184 |
+
},
|
| 185 |
+
"inputSchema" : [
|
| 186 |
+
{
|
| 187 |
+
"hasShapeFlexibility" : "0",
|
| 188 |
+
"isOptional" : "0",
|
| 189 |
+
"dataType" : "Float16",
|
| 190 |
+
"formattedType" : "MultiArray (Float16 2 × 4 × 64 × 64)",
|
| 191 |
+
"shortDescription" : "",
|
| 192 |
+
"shape" : "[2, 4, 64, 64]",
|
| 193 |
+
"name" : "sample",
|
| 194 |
+
"type" : "MultiArray"
|
| 195 |
+
},
|
| 196 |
+
{
|
| 197 |
+
"hasShapeFlexibility" : "0",
|
| 198 |
+
"isOptional" : "0",
|
| 199 |
+
"dataType" : "Float16",
|
| 200 |
+
"formattedType" : "MultiArray (Float16 2)",
|
| 201 |
+
"shortDescription" : "",
|
| 202 |
+
"shape" : "[2]",
|
| 203 |
+
"name" : "timestep",
|
| 204 |
+
"type" : "MultiArray"
|
| 205 |
+
},
|
| 206 |
+
{
|
| 207 |
+
"hasShapeFlexibility" : "0",
|
| 208 |
+
"isOptional" : "0",
|
| 209 |
+
"dataType" : "Float16",
|
| 210 |
+
"formattedType" : "MultiArray (Float16 2 × 768 × 1 × 77)",
|
| 211 |
+
"shortDescription" : "",
|
| 212 |
+
"shape" : "[2, 768, 1, 77]",
|
| 213 |
+
"name" : "encoder_hidden_states",
|
| 214 |
+
"type" : "MultiArray"
|
| 215 |
+
}
|
| 216 |
+
],
|
| 217 |
+
"userDefinedMetadata" : {
|
| 218 |
+
|
| 219 |
+
},
|
| 220 |
+
"generatedClassName" : "Stable_Diffusion_version_cyberdelia_CyberRealistic_unet_chunk1",
|
| 221 |
+
"method" : "predict"
|
| 222 |
+
}
|
| 223 |
+
]
|
UnetChunk1.mlmodelc/model.mil
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
UnetChunk1.mlmodelc/weights/weight.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1696bc5818598a52c66160ae65603e1c116d3115904cf0f7c2ccab614a805112
|
| 3 |
+
size 887569600
|
UnetChunk2.mlmodelc/analytics/coremldata.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9942fa0e763a59f6fa55acf849fd3a27508c9216a8d1598ac06fa3963e6bef69
|
| 3 |
+
size 243
|
UnetChunk2.mlmodelc/coremldata.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6cb990a1989fc1035c522935c331ece7d7ceb1cb3a3b8ab4589d4fe972161ac3
|
| 3 |
+
size 890
|
UnetChunk2.mlmodelc/metadata.json
ADDED
|
@@ -0,0 +1,211 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"metadataOutputVersion" : "3.0",
|
| 4 |
+
"storagePrecision" : "Float16",
|
| 5 |
+
"outputSchema" : [
|
| 6 |
+
{
|
| 7 |
+
"hasShapeFlexibility" : "0",
|
| 8 |
+
"isOptional" : "0",
|
| 9 |
+
"dataType" : "Float32",
|
| 10 |
+
"formattedType" : "MultiArray (Float32 2 × 4 × 64 × 64)",
|
| 11 |
+
"shortDescription" : "",
|
| 12 |
+
"shape" : "[2, 4, 64, 64]",
|
| 13 |
+
"name" : "noise_pred",
|
| 14 |
+
"type" : "MultiArray"
|
| 15 |
+
}
|
| 16 |
+
],
|
| 17 |
+
"version" : "cyberdelia\/CyberRealistic@99827f96edd717dacb28c68560680c201c55df05",
|
| 18 |
+
"modelParameters" : [
|
| 19 |
+
|
| 20 |
+
],
|
| 21 |
+
"author" : "Cyberdelia; Core ML FP16 conversion prepared for LocalMuse",
|
| 22 |
+
"specificationVersion" : 8,
|
| 23 |
+
"license" : "See the original model terms at https:\/\/huggingface.co\/spaces\/CompVis\/stable-diffusion-license",
|
| 24 |
+
"mlProgramOperationTypeHistogram" : {
|
| 25 |
+
"Ios17.square" : 30,
|
| 26 |
+
"UpsampleNearestNeighbor" : 3,
|
| 27 |
+
"Ios17.reshape" : 78,
|
| 28 |
+
"Ios16.reduceMean" : 60,
|
| 29 |
+
"Ios16.softmax" : 528,
|
| 30 |
+
"Ios17.transpose" : 18,
|
| 31 |
+
"Split" : 9,
|
| 32 |
+
"Ios17.add" : 87,
|
| 33 |
+
"Ios17.sliceByIndex" : 912,
|
| 34 |
+
"Ios17.layerNorm" : 27,
|
| 35 |
+
"Ios17.batchNorm" : 30,
|
| 36 |
+
"Ios17.sqrt" : 30,
|
| 37 |
+
"Ios17.sub" : 30,
|
| 38 |
+
"Ios17.conv" : 153,
|
| 39 |
+
"Ios16.einsum" : 1056,
|
| 40 |
+
"Ios17.realDiv" : 30,
|
| 41 |
+
"Ios17.concat" : 124,
|
| 42 |
+
"Ios17.cast" : 14,
|
| 43 |
+
"Ios16.silu" : 21,
|
| 44 |
+
"Ios16.gelu" : 9,
|
| 45 |
+
"Ios17.mul" : 537
|
| 46 |
+
},
|
| 47 |
+
"computePrecision" : "Mixed (Float16, Float32, Int32)",
|
| 48 |
+
"stateSchema" : [
|
| 49 |
+
|
| 50 |
+
],
|
| 51 |
+
"isUpdatable" : "0",
|
| 52 |
+
"availability" : {
|
| 53 |
+
"macOS" : "14.0",
|
| 54 |
+
"tvOS" : "17.0",
|
| 55 |
+
"visionOS" : "1.0",
|
| 56 |
+
"watchOS" : "10.0",
|
| 57 |
+
"iOS" : "17.0",
|
| 58 |
+
"macCatalyst" : "17.0"
|
| 59 |
+
},
|
| 60 |
+
"modelType" : {
|
| 61 |
+
"name" : "MLModelType_mlProgram"
|
| 62 |
+
},
|
| 63 |
+
"inputSchema" : [
|
| 64 |
+
{
|
| 65 |
+
"hasShapeFlexibility" : "0",
|
| 66 |
+
"isOptional" : "0",
|
| 67 |
+
"dataType" : "Float16",
|
| 68 |
+
"formattedType" : "MultiArray (Float16 2 × 768 × 1 × 77)",
|
| 69 |
+
"shortDescription" : "",
|
| 70 |
+
"shape" : "[2, 768, 1, 77]",
|
| 71 |
+
"name" : "encoder_hidden_states",
|
| 72 |
+
"type" : "MultiArray"
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"hasShapeFlexibility" : "0",
|
| 76 |
+
"isOptional" : "0",
|
| 77 |
+
"dataType" : "Float32",
|
| 78 |
+
"formattedType" : "MultiArray (Float32 2 × 1280 × 8 × 8)",
|
| 79 |
+
"shortDescription" : "",
|
| 80 |
+
"shape" : "[2, 1280, 8, 8]",
|
| 81 |
+
"name" : "hidden_states_149_cast_fp16",
|
| 82 |
+
"type" : "MultiArray"
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"hasShapeFlexibility" : "0",
|
| 86 |
+
"isOptional" : "0",
|
| 87 |
+
"dataType" : "Float32",
|
| 88 |
+
"formattedType" : "MultiArray (Float32 2 × 640 × 16 × 16)",
|
| 89 |
+
"shortDescription" : "",
|
| 90 |
+
"shape" : "[2, 640, 16, 16]",
|
| 91 |
+
"name" : "input_117_cast_fp16",
|
| 92 |
+
"type" : "MultiArray"
|
| 93 |
+
},
|
| 94 |
+
{
|
| 95 |
+
"hasShapeFlexibility" : "0",
|
| 96 |
+
"isOptional" : "0",
|
| 97 |
+
"dataType" : "Float32",
|
| 98 |
+
"formattedType" : "MultiArray (Float32 2 × 320 × 64 × 64)",
|
| 99 |
+
"shortDescription" : "",
|
| 100 |
+
"shape" : "[2, 320, 64, 64]",
|
| 101 |
+
"name" : "input_7_cast_fp16",
|
| 102 |
+
"type" : "MultiArray"
|
| 103 |
+
},
|
| 104 |
+
{
|
| 105 |
+
"hasShapeFlexibility" : "0",
|
| 106 |
+
"isOptional" : "0",
|
| 107 |
+
"dataType" : "Float32",
|
| 108 |
+
"formattedType" : "MultiArray (Float32 2 × 640 × 32 × 32)",
|
| 109 |
+
"shortDescription" : "",
|
| 110 |
+
"shape" : "[2, 640, 32, 32]",
|
| 111 |
+
"name" : "input_115_cast_fp16",
|
| 112 |
+
"type" : "MultiArray"
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"hasShapeFlexibility" : "0",
|
| 116 |
+
"isOptional" : "0",
|
| 117 |
+
"dataType" : "Float32",
|
| 118 |
+
"formattedType" : "MultiArray (Float32 2 × 1280 × 16 × 16)",
|
| 119 |
+
"shortDescription" : "",
|
| 120 |
+
"shape" : "[2, 1280, 16, 16]",
|
| 121 |
+
"name" : "input_143_cast_fp16",
|
| 122 |
+
"type" : "MultiArray"
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"hasShapeFlexibility" : "0",
|
| 126 |
+
"isOptional" : "0",
|
| 127 |
+
"dataType" : "Float32",
|
| 128 |
+
"formattedType" : "MultiArray (Float32 2 × 640 × 32 × 32)",
|
| 129 |
+
"shortDescription" : "",
|
| 130 |
+
"shape" : "[2, 640, 32, 32]",
|
| 131 |
+
"name" : "input_89_cast_fp16",
|
| 132 |
+
"type" : "MultiArray"
|
| 133 |
+
},
|
| 134 |
+
{
|
| 135 |
+
"hasShapeFlexibility" : "0",
|
| 136 |
+
"isOptional" : "0",
|
| 137 |
+
"dataType" : "Float32",
|
| 138 |
+
"formattedType" : "MultiArray (Float32 2 × 1280 × 8 × 8)",
|
| 139 |
+
"shortDescription" : "",
|
| 140 |
+
"shape" : "[2, 1280, 8, 8]",
|
| 141 |
+
"name" : "input_171_cast_fp16",
|
| 142 |
+
"type" : "MultiArray"
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"hasShapeFlexibility" : "0",
|
| 146 |
+
"isOptional" : "0",
|
| 147 |
+
"dataType" : "Float32",
|
| 148 |
+
"formattedType" : "MultiArray (Float32 2 × 320 × 32 × 32)",
|
| 149 |
+
"shortDescription" : "",
|
| 150 |
+
"shape" : "[2, 320, 32, 32]",
|
| 151 |
+
"name" : "input_63_cast_fp16",
|
| 152 |
+
"type" : "MultiArray"
|
| 153 |
+
},
|
| 154 |
+
{
|
| 155 |
+
"hasShapeFlexibility" : "0",
|
| 156 |
+
"isOptional" : "0",
|
| 157 |
+
"dataType" : "Float32",
|
| 158 |
+
"formattedType" : "MultiArray (Float32 2 × 320 × 64 × 64)",
|
| 159 |
+
"shortDescription" : "",
|
| 160 |
+
"shape" : "[2, 320, 64, 64]",
|
| 161 |
+
"name" : "input_61_cast_fp16",
|
| 162 |
+
"type" : "MultiArray"
|
| 163 |
+
},
|
| 164 |
+
{
|
| 165 |
+
"hasShapeFlexibility" : "0",
|
| 166 |
+
"isOptional" : "0",
|
| 167 |
+
"dataType" : "Float32",
|
| 168 |
+
"formattedType" : "MultiArray (Float32 2 × 1280 × 1 × 1)",
|
| 169 |
+
"shortDescription" : "",
|
| 170 |
+
"shape" : "[2, 1280, 1, 1]",
|
| 171 |
+
"name" : "input_15_cast_fp16",
|
| 172 |
+
"type" : "MultiArray"
|
| 173 |
+
},
|
| 174 |
+
{
|
| 175 |
+
"hasShapeFlexibility" : "0",
|
| 176 |
+
"isOptional" : "0",
|
| 177 |
+
"dataType" : "Float32",
|
| 178 |
+
"formattedType" : "MultiArray (Float32 2 × 2560 × 8 × 8)",
|
| 179 |
+
"shortDescription" : "",
|
| 180 |
+
"shape" : "[2, 2560, 8, 8]",
|
| 181 |
+
"name" : "input_253_cast_fp16",
|
| 182 |
+
"type" : "MultiArray"
|
| 183 |
+
},
|
| 184 |
+
{
|
| 185 |
+
"hasShapeFlexibility" : "0",
|
| 186 |
+
"isOptional" : "0",
|
| 187 |
+
"dataType" : "Float32",
|
| 188 |
+
"formattedType" : "MultiArray (Float32 2 × 1280 × 16 × 16)",
|
| 189 |
+
"shortDescription" : "",
|
| 190 |
+
"shape" : "[2, 1280, 16, 16]",
|
| 191 |
+
"name" : "input_169_cast_fp16",
|
| 192 |
+
"type" : "MultiArray"
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"hasShapeFlexibility" : "0",
|
| 196 |
+
"isOptional" : "0",
|
| 197 |
+
"dataType" : "Float32",
|
| 198 |
+
"formattedType" : "MultiArray (Float32 2 × 320 × 64 × 64)",
|
| 199 |
+
"shortDescription" : "",
|
| 200 |
+
"shape" : "[2, 320, 64, 64]",
|
| 201 |
+
"name" : "input_35_cast_fp16",
|
| 202 |
+
"type" : "MultiArray"
|
| 203 |
+
}
|
| 204 |
+
],
|
| 205 |
+
"userDefinedMetadata" : {
|
| 206 |
+
|
| 207 |
+
},
|
| 208 |
+
"generatedClassName" : "Stable_Diffusion_version_cyberdelia_CyberRealistic_unet_chunk2",
|
| 209 |
+
"method" : "predict"
|
| 210 |
+
}
|
| 211 |
+
]
|
UnetChunk2.mlmodelc/model.mil
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
UnetChunk2.mlmodelc/weights/weight.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4cc161e3f66ce6dd004868fc1b9c829ff83f231a842e98fe0eacc6aad006e561
|
| 3 |
+
size 831567872
|
VAEDecoder.mlmodelc/analytics/coremldata.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7904c17a33a74d03a963c75a99c14a88b35046d1f219332c65328cb6fd7c7022
|
| 3 |
+
size 243
|
VAEDecoder.mlmodelc/coremldata.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ebd6ac4a0185ca7173be1eda1086c28b4ccd01ed5d1e632e7537e084c195c6f
|
| 3 |
+
size 850
|
VAEDecoder.mlmodelc/metadata.json
ADDED
|
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 × 512 × 512)",
|
| 11 |
+
"shortDescription" : "Generated image normalized to range [-1, 1]",
|
| 12 |
+
"shape" : "[1, 3, 512, 512]",
|
| 13 |
+
"name" : "image",
|
| 14 |
+
"type" : "MultiArray"
|
| 15 |
+
}
|
| 16 |
+
],
|
| 17 |
+
"version" : "cyberdelia\/CyberRealistic@99827f96edd717dacb28c68560680c201c55df05",
|
| 18 |
+
"modelParameters" : [
|
| 19 |
+
|
| 20 |
+
],
|
| 21 |
+
"author" : "Cyberdelia; Core ML FP16 conversion prepared for LocalMuse",
|
| 22 |
+
"specificationVersion" : 8,
|
| 23 |
+
"storagePrecision" : "Float16",
|
| 24 |
+
"license" : "See the original model terms at https:\/\/huggingface.co\/spaces\/CompVis\/stable-diffusion-license",
|
| 25 |
+
"mlProgramOperationTypeHistogram" : {
|
| 26 |
+
"Ios17.mul" : 2,
|
| 27 |
+
"Ios17.sqrt" : 30,
|
| 28 |
+
"Ios17.square" : 30,
|
| 29 |
+
"Ios17.transpose" : 6,
|
| 30 |
+
"Ios17.sub" : 30,
|
| 31 |
+
"Ios17.linear" : 4,
|
| 32 |
+
"Ios17.conv" : 36,
|
| 33 |
+
"Ios17.matmul" : 2,
|
| 34 |
+
"Ios17.add" : 46,
|
| 35 |
+
"Ios17.realDiv" : 30,
|
| 36 |
+
"Ios16.reduceMean" : 60,
|
| 37 |
+
"Ios17.batchNorm" : 29,
|
| 38 |
+
"Ios16.softmax" : 1,
|
| 39 |
+
"UpsampleNearestNeighbor" : 3,
|
| 40 |
+
"Ios17.reshape" : 65,
|
| 41 |
+
"Ios17.cast" : 1,
|
| 42 |
+
"Ios16.silu" : 29
|
| 43 |
+
},
|
| 44 |
+
"computePrecision" : "Mixed (Float16, Float32, Int32)",
|
| 45 |
+
"stateSchema" : [
|
| 46 |
+
|
| 47 |
+
],
|
| 48 |
+
"isUpdatable" : "0",
|
| 49 |
+
"availability" : {
|
| 50 |
+
"macOS" : "14.0",
|
| 51 |
+
"tvOS" : "17.0",
|
| 52 |
+
"visionOS" : "1.0",
|
| 53 |
+
"watchOS" : "10.0",
|
| 54 |
+
"iOS" : "17.0",
|
| 55 |
+
"macCatalyst" : "17.0"
|
| 56 |
+
},
|
| 57 |
+
"modelType" : {
|
| 58 |
+
"name" : "MLModelType_mlProgram"
|
| 59 |
+
},
|
| 60 |
+
"inputSchema" : [
|
| 61 |
+
{
|
| 62 |
+
"hasShapeFlexibility" : "0",
|
| 63 |
+
"isOptional" : "0",
|
| 64 |
+
"dataType" : "Float16",
|
| 65 |
+
"formattedType" : "MultiArray (Float16 1 × 4 × 64 × 64)",
|
| 66 |
+
"shortDescription" : "The denoised latent embeddings from the unet model after the last step of reverse diffusion",
|
| 67 |
+
"shape" : "[1, 4, 64, 64]",
|
| 68 |
+
"name" : "z",
|
| 69 |
+
"type" : "MultiArray"
|
| 70 |
+
}
|
| 71 |
+
],
|
| 72 |
+
"userDefinedMetadata" : {
|
| 73 |
+
"com.github.apple.coremltools.version" : "8.3.0",
|
| 74 |
+
"com.github.apple.coremltools.source_dialect" : "TorchScript",
|
| 75 |
+
"com.github.apple.coremltools.source" : "torch==2.4.0"
|
| 76 |
+
},
|
| 77 |
+
"generatedClassName" : "Stable_Diffusion_version_cyberdelia_CyberRealistic_vae_decoder",
|
| 78 |
+
"method" : "predict"
|
| 79 |
+
}
|
| 80 |
+
]
|
VAEDecoder.mlmodelc/model.mil
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
VAEDecoder.mlmodelc/weights/weight.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c82c58d79c8f612c14437df9b7d354c68c66061242f2e9d9cbfedd1e2b2264e
|
| 3 |
+
size 98993280
|
VAEEncoder.mlmodelc/analytics/coremldata.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:036348f533993b0bb9921a6aec5524dd4c6139aa519729ea681d6ab5b78ca2c7
|
| 3 |
+
size 243
|
VAEEncoder.mlmodelc/coremldata.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:680b8fb7c607649392aff57485ba9d981056191bf1e89d46bdd987ccddc7de4f
|
| 3 |
+
size 854
|
VAEEncoder.mlmodelc/metadata.json
ADDED
|
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 × 64 × 64)",
|
| 11 |
+
"shortDescription" : "The latent embeddings from the unet model from the input image.",
|
| 12 |
+
"shape" : "[1, 8, 64, 64]",
|
| 13 |
+
"name" : "latent",
|
| 14 |
+
"type" : "MultiArray"
|
| 15 |
+
}
|
| 16 |
+
],
|
| 17 |
+
"version" : "cyberdelia\/CyberRealistic@99827f96edd717dacb28c68560680c201c55df05",
|
| 18 |
+
"modelParameters" : [
|
| 19 |
+
|
| 20 |
+
],
|
| 21 |
+
"author" : "Cyberdelia; Core ML FP16 conversion prepared for LocalMuse",
|
| 22 |
+
"specificationVersion" : 8,
|
| 23 |
+
"storagePrecision" : "Float16",
|
| 24 |
+
"license" : "See the original model terms at https:\/\/huggingface.co\/spaces\/CompVis\/stable-diffusion-license",
|
| 25 |
+
"mlProgramOperationTypeHistogram" : {
|
| 26 |
+
"Pad" : 3,
|
| 27 |
+
"Ios17.mul" : 2,
|
| 28 |
+
"Ios17.sqrt" : 22,
|
| 29 |
+
"Ios17.square" : 22,
|
| 30 |
+
"Ios17.transpose" : 6,
|
| 31 |
+
"Ios17.sub" : 22,
|
| 32 |
+
"Ios17.linear" : 4,
|
| 33 |
+
"Ios17.conv" : 28,
|
| 34 |
+
"Ios17.matmul" : 2,
|
| 35 |
+
"Ios17.add" : 34,
|
| 36 |
+
"Ios17.realDiv" : 22,
|
| 37 |
+
"Ios16.reduceMean" : 44,
|
| 38 |
+
"Ios17.batchNorm" : 21,
|
| 39 |
+
"Ios16.softmax" : 1,
|
| 40 |
+
"Ios17.reshape" : 49,
|
| 41 |
+
"Ios17.cast" : 1,
|
| 42 |
+
"Ios16.silu" : 21
|
| 43 |
+
},
|
| 44 |
+
"computePrecision" : "Mixed (Float16, Float32, Int32)",
|
| 45 |
+
"stateSchema" : [
|
| 46 |
+
|
| 47 |
+
],
|
| 48 |
+
"isUpdatable" : "0",
|
| 49 |
+
"availability" : {
|
| 50 |
+
"macOS" : "14.0",
|
| 51 |
+
"tvOS" : "17.0",
|
| 52 |
+
"visionOS" : "1.0",
|
| 53 |
+
"watchOS" : "10.0",
|
| 54 |
+
"iOS" : "17.0",
|
| 55 |
+
"macCatalyst" : "17.0"
|
| 56 |
+
},
|
| 57 |
+
"modelType" : {
|
| 58 |
+
"name" : "MLModelType_mlProgram"
|
| 59 |
+
},
|
| 60 |
+
"inputSchema" : [
|
| 61 |
+
{
|
| 62 |
+
"hasShapeFlexibility" : "0",
|
| 63 |
+
"isOptional" : "0",
|
| 64 |
+
"dataType" : "Float16",
|
| 65 |
+
"formattedType" : "MultiArray (Float16 1 × 3 × 512 × 512)",
|
| 66 |
+
"shortDescription" : "The input image to base the initial latents on normalized to range [-1, 1]",
|
| 67 |
+
"shape" : "[1, 3, 512, 512]",
|
| 68 |
+
"name" : "x",
|
| 69 |
+
"type" : "MultiArray"
|
| 70 |
+
}
|
| 71 |
+
],
|
| 72 |
+
"userDefinedMetadata" : {
|
| 73 |
+
"com.github.apple.coremltools.source_dialect" : "TorchScript",
|
| 74 |
+
"com.github.apple.coremltools.source" : "torch==2.4.0",
|
| 75 |
+
"com.github.apple.coremltools.version" : "8.3.0"
|
| 76 |
+
},
|
| 77 |
+
"generatedClassName" : "Stable_Diffusion_version_cyberdelia_CyberRealistic_vae_encoder",
|
| 78 |
+
"method" : "predict"
|
| 79 |
+
}
|
| 80 |
+
]
|
VAEEncoder.mlmodelc/model.mil
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
VAEEncoder.mlmodelc/weights/weight.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:71bf826e5ee1b455462aff0b34e3a469f5f58955ae715708962b1d81db92dc64
|
| 3 |
+
size 68338112
|
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|