CoolFace
Modelpublic

LocalMuseAI/coreml-perfectdeliberate-v10-6bit

sourceHugging Faceotherupdated 2mo agoView on Hugging Face
0likes
PROVENANCE.json82 linesDownload Raw Back to root
1{2  "schemaVersion": 1,3  "modelId": "perfectdeliberate_v10_coreml",4  "displayName": "PerfectDeliberate V10",5  "family": "SDXL",6  "architecture": "Illustrious",7  "variant": "standard",8  "source": {9    "provider": "Civitai",10    "creator": "Desync",11    "modelId": 24350,12    "modelVersionId": 3187704,13    "url": "https://civitai.com/models/24350/perfectdeliberate?modelVersionId=3187704",14    "downloadURL": "https://civitai.com/api/download/models/3187704",15    "fileName": "perfectdeliberate_v10.safetensors",16    "sizeBytes": 7105347928,17    "sha256": "cbba6875a194e16a0f9e7a812289221fb437d0ebdddf0d99a6876fd0e903ad8e"18  },19  "configuration": {20    "repository": "stabilityai/stable-diffusion-xl-base-1.0",21    "revision": "462165984030d82259a11f4367a4eed129e94a7b"22  },23  "conversion": {24    "converter": "apple/ml-stable-diffusion",25    "converterRevision": "e12202c1f6405b83918b58a5d097cd61e3e1f702",26    "minimumDeploymentTarget": "iOS17",27    "computeUnit": "CPU_AND_NE",28    "attentionImplementation": "SPLIT_EINSUM",29    "resolution": "1024x1024",30    "latentShape": [1, 4, 128, 128],31    "classifierFreeGuidanceUNetInputShape": [2, 4, 128, 128],32    "classifierFreeGuidanceUNetOutputShape": [2, 4, 128, 128],33    "unetWeightBits": 6,34    "textEncoderWeightBits": 16,35    "textEncoder2WeightBits": 8,36    "vaeWeightBits": 16,37    "unetChunkCount": 238  },39  "finiteValueRepair": {40    "required": true,41    "reason": "The source checkpoint contains non-finite values only in the unused final CLIP-L transformer layer 11. LocalMuse consumes layer 10 for SDXL conditioning and pooled conditioning from OpenCLIP-bigG.",42    "repairedTensorCount": 6,43    "repairedValueCount": 7077888,44    "replacementSource": {45      "repository": "stabilityai/stable-diffusion-xl-base-1.0",46      "revision": "462165984030d82259a11f4367a4eed129e94a7b",47      "relativePath": "text_encoder/model.fp16.safetensors",48      "sizeBytes": 246144152,49      "sha256": "660c6f5b1abae9dc498ac2d21e1347d2abdb0cf6c0c0c8576cd796491d9a6cdd"50    }51  },52  "verification": {53    "sourceUNetToReferencePyTorchPSNRdB": 124.4,54    "coreMLUNetToReferencePyTorchPSNRdB": 48.0,55    "vaeDecoderPSNRdB": 107.9,56    "vaeEncoderPSNRdB": 101.5,57    "textEncoderPSNRdB": 50.1,58    "textEncoder2PSNRdB": 55.9,59    "compiledPredictionSmokeTest": "passed",60    "compiledOutputsFinite": true,61    "tokenizerMergesLineEndings": "LF"62  },63  "recommendedSettings": {64    "resolution": "1024x1024",65    "sampler": "DPM++ 2M Karras",66    "steps": {67      "minimum": 20,68      "default": 30,69      "maximum": 5070    },71    "cfgScale": {72      "minimum": 5.0,73      "default": 7.0,74      "maximum": 8.075    }76  },77  "license": {78    "name": "Fair AI Public License 1.0-SD",79    "url": "https://freedevproject.org/faipl-1.0-sd/"80  }81}82