CoolFace
Modelpublic

LocalMuseAI/coreml-juggernaut-xl-v6-768-6bit

sourceHugging Facecreativeml-openrail-mupdated 2mo agoView on Hugging Face
0likes
metadata.json84 linesDownload Raw Back to TextEncoder2.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 × 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" : ".\/juggernautXL-v6-diffusers",28    "modelParameters" : [29 30    ],31    "author" : "Please refer to the Model Card available at huggingface.co\/.\/juggernautXL-v6-diffusers",32    "specificationVersion" : 7,33    "storagePrecision" : "Mixed (Float16, Palettized (8 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" : 227,40      "Stack" : 1,41      "Transpose" : 160,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" : 151    },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.version" : "7.0",79      "com.github.apple.coremltools.source" : "torch==2.0.1"80    },81    "generatedClassName" : "Stable_Diffusion_version___juggernautXL_v6_diffusers_text_encoder_2",82    "method" : "predict"83  }84]