ArtiFixer / config.json
rdelutio's picture
Add ArtiFixer 1.3B variant to the model card (#4)
f96352a
Raw
History Blame Contribute Delete
768 Bytes
{
"model_name": "ArtiFixer",
"architecture": "ArtifixerTransformer",
"framework": "pytorch",
"weight_file": "artifixer-14b.pt",
"base_model": "Wan-AI/Wan2.1-T2V-14B-Diffusers",
"variants": {
"artifixer-14b": {
"weight_file": "artifixer-14b.pt",
"base_model": "Wan-AI/Wan2.1-T2V-14B-Diffusers"
},
"artifixer-1.3b": {
"weight_file": "artifixer-1.3b.pt",
"base_model": "Wan-AI/Wan2.1-T2V-1.3B-Diffusers"
}
},
"intended_use": "3D reconstruction enhancement and extension",
"download_counting_note": "This metadata file is included so Hugging Face Hub download statistics can count repository downloads through the default config.json query file. Model weights are stored in the .pt files listed under variants."
}