Civitai · Arazzo Workflow
Civitai Batch Hash Reconciliation
Version 1.0.0
Resolve many file hashes to version ids in bulk, then enrich the first match with model detail.
View Spec
View on GitHub
AIArtificial IntelligenceImage GenerationVideo GenerationStable DiffusionSDXLFluxLoRAModel HostingCommunityGenerative AIArazzoWorkflows
Provider
Workflows
batch-hash-reconcile
Bulk-resolve file hashes to versions and enrich the first with model detail.
Posts a hash array to get version ids, posts it again to get full version records, and fetches the parent model for the first version.
1
resolveVersionIds
getModelVersionIdsByHashes
Post the hash array to resolve each hash to a model version id.
2
resolveVersions
getModelVersionsByHashes
Post the same hash array to resolve full model version records and capture the first version's model id.
3
enrichFirstModel
getModel
Fetch the parent model for the first resolved version to add catalog context.