Add Hub download counting config

#3
by rdelutio - opened
Files changed (1) hide show
  1. config.json +9 -0
config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "ArtiFixer",
3
+ "architecture": "ArtifixerTransformer",
4
+ "framework": "pytorch",
5
+ "weight_file": "artifixer-14b.pt",
6
+ "base_model": "Wan-AI/Wan2.1-T2V-14B-Diffusers",
7
+ "intended_use": "3D reconstruction enhancement and extension",
8
+ "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 artifixer-14b.pt."
9
+ }