Upload folder using huggingface_hub
Browse files- config.json +49 -0
- diffusion_pytorch_model.safetensors +3 -0
config.json
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "TraceAnything",
|
| 3 |
+
"_diffusers_version": "0.35.2",
|
| 4 |
+
"decoder_args": {
|
| 5 |
+
"attn_drop": 0.0,
|
| 6 |
+
"attn_implementation": "flash_attention",
|
| 7 |
+
"decoder_type": "fast3r",
|
| 8 |
+
"depth": 24,
|
| 9 |
+
"drop": 0.0,
|
| 10 |
+
"embed_dim": 1024,
|
| 11 |
+
"enc_embed_dim": 1024,
|
| 12 |
+
"mlp_ratio": 4.0,
|
| 13 |
+
"num_heads": 16,
|
| 14 |
+
"qkv_bias": true,
|
| 15 |
+
"random_image_idx_embedding": false
|
| 16 |
+
},
|
| 17 |
+
"encoder_args": {
|
| 18 |
+
"attn_implementation": "flash_attention",
|
| 19 |
+
"depth": 24,
|
| 20 |
+
"embed_dim": 1024,
|
| 21 |
+
"encoder_type": "croco",
|
| 22 |
+
"img_size": 512,
|
| 23 |
+
"mlp_ratio": 4,
|
| 24 |
+
"num_heads": 16,
|
| 25 |
+
"patch_embed_cls": "ManyAR_PatchEmbed",
|
| 26 |
+
"patch_size": 16,
|
| 27 |
+
"pos_embed": "RoPE100"
|
| 28 |
+
},
|
| 29 |
+
"head_args": {
|
| 30 |
+
"conf_mode": [
|
| 31 |
+
"exp",
|
| 32 |
+
1,
|
| 33 |
+
Infinity
|
| 34 |
+
],
|
| 35 |
+
"depth_mode": [
|
| 36 |
+
"exp",
|
| 37 |
+
-Infinity,
|
| 38 |
+
Infinity
|
| 39 |
+
],
|
| 40 |
+
"head_type": "dpt",
|
| 41 |
+
"landscape_only": true,
|
| 42 |
+
"output_mode": "pts3d",
|
| 43 |
+
"patch_size": 16,
|
| 44 |
+
"with_local_head": true
|
| 45 |
+
},
|
| 46 |
+
"poly_degree": 10,
|
| 47 |
+
"targeting_mechanism": "bspline_conf",
|
| 48 |
+
"whether_local": false
|
| 49 |
+
}
|
diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8dd1688edf9063dd15de9201f34cfd0dc91be03e28692352f2c1a85249911d12
|
| 3 |
+
size 2672511868
|