Devserhii's picture
Publish CyberRealistic V8 Inpaint Core ML FP16
b76362e verified
Raw
History Blame Contribute Delete
2.71 kB
[
{
"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.",
"metadataOutputVersion" : "3.0",
"outputSchema" : [
{
"hasShapeFlexibility" : "0",
"isOptional" : "0",
"dataType" : "Float32",
"formattedType" : "MultiArray (Float32 1 × 3 × 512 × 512)",
"shortDescription" : "Generated image normalized to range [-1, 1]",
"shape" : "[1, 3, 512, 512]",
"name" : "image",
"type" : "MultiArray"
}
],
"version" : "vclansience\/SD_models@a461e57d5b2d1975670b27580cc03b6d460caf2c",
"modelParameters" : [
],
"author" : "Cyberdelia; Core ML FP16 conversion prepared for LocalMuse",
"specificationVersion" : 8,
"storagePrecision" : "Float16",
"license" : "See the original model terms at https:\/\/civitai.com\/models\/15003?modelVersionId=1464918 and https:\/\/huggingface.co\/spaces\/CompVis\/stable-diffusion-license",
"mlProgramOperationTypeHistogram" : {
"Ios17.mul" : 2,
"Ios17.sqrt" : 30,
"Ios17.square" : 30,
"Ios17.transpose" : 6,
"Ios17.sub" : 30,
"Ios17.linear" : 4,
"Ios17.conv" : 36,
"Ios17.matmul" : 2,
"Ios17.add" : 46,
"Ios17.realDiv" : 30,
"Ios16.reduceMean" : 60,
"Ios17.batchNorm" : 29,
"Ios16.softmax" : 1,
"UpsampleNearestNeighbor" : 3,
"Ios17.reshape" : 65,
"Ios17.cast" : 1,
"Ios16.silu" : 29
},
"computePrecision" : "Mixed (Float16, Float32, Int32)",
"stateSchema" : [
],
"isUpdatable" : "0",
"availability" : {
"macOS" : "14.0",
"tvOS" : "17.0",
"visionOS" : "1.0",
"watchOS" : "10.0",
"iOS" : "17.0",
"macCatalyst" : "17.0"
},
"modelType" : {
"name" : "MLModelType_mlProgram"
},
"inputSchema" : [
{
"hasShapeFlexibility" : "0",
"isOptional" : "0",
"dataType" : "Float16",
"formattedType" : "MultiArray (Float16 1 × 4 × 64 × 64)",
"shortDescription" : "The denoised latent embeddings from the unet model after the last step of reverse diffusion",
"shape" : "[1, 4, 64, 64]",
"name" : "z",
"type" : "MultiArray"
}
],
"userDefinedMetadata" : {
"com.github.apple.coremltools.source_dialect" : "TorchScript",
"com.github.apple.coremltools.source" : "torch==2.4.0",
"com.github.apple.coremltools.version" : "8.3.0"
},
"generatedClassName" : "Stable_Diffusion_version_vclansience_SD_models_vae_decoder",
"method" : "predict"
}
]