CoolFace
Modelpublic

LocalMuseAI/coreml-perfectdeliberate-v10-6bit

sourceHugging Faceotherupdated 2mo agoView on Hugging Face
0likes
metadata.json79 linesDownload Raw Back to VAEDecoder.mlmodelc
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" : "PerfectDeliberate V10 \/ Civitai version 3187704",18    "modelParameters" : [19 20    ],21    "author" : "Desync; Core ML conversion by LocalMuseAI",22    "specificationVersion" : 8,23    "storagePrecision" : "Float32",24    "license" : "Fair AI Public License 1.0-SD (https:\/\/freedevproject.org\/faipl-1.0-sd\/)",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      "Ios16.silu" : 2942    },43    "computePrecision" : "Mixed (Float32, Int32)",44    "stateSchema" : [45 46    ],47    "isUpdatable" : "0",48    "availability" : {49      "macOS" : "14.0",50      "tvOS" : "17.0",51      "visionOS" : "1.0",52      "watchOS" : "10.0",53      "iOS" : "17.0",54      "macCatalyst" : "17.0"55    },56    "modelType" : {57      "name" : "MLModelType_mlProgram"58    },59    "inputSchema" : [60      {61        "hasShapeFlexibility" : "0",62        "isOptional" : "0",63        "dataType" : "Float32",64        "formattedType" : "MultiArray (Float32 1 × 4 × 128 × 128)",65        "shortDescription" : "The denoised latent embeddings from the unet model after the last step of reverse diffusion",66        "shape" : "[1, 4, 128, 128]",67        "name" : "z",68        "type" : "MultiArray"69      }70    ],71    "userDefinedMetadata" : {72      "com.github.apple.coremltools.source_dialect" : "TorchScript",73      "com.github.apple.coremltools.source" : "torch==2.4.0",74      "com.github.apple.coremltools.version" : "8.0"75    },76    "generatedClassName" : "VAEDecoder",77    "method" : "predict"78  }79]