Civitai · Arazzo Workflow
Civitai Identify a Model From a File Hash
Version 1.0.0
Resolve a local model file's hash to its model version, then load the parent model.
View Spec
View on GitHub
AIArtificial IntelligenceImage GenerationVideo GenerationStable DiffusionSDXLFluxLoRAModel HostingCommunityGenerative AIArazzoWorkflows
Provider
Workflows
model-version-by-hash
Resolve a file hash to a model version and its parent model.
Looks up a model version by file hash, fetches the parent model for catalog context, and reloads the version detail for files and AIR.
1
lookupByHash
getModelVersionByHash
Resolve the model version that owns the file matching the supplied hash.
2
getParentModel
getModel
Fetch the parent model for the resolved version to expose name, type, creator, and tags.
3
reloadVersion
getModelVersion
Reload the model version detail to expose the full file list, hashes, and download URL for the matched file.