JeffreyXiang
commited on
Upload pipeline.json with huggingface_hub
Browse files- pipeline.json +60 -0
pipeline.json
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "TrellisImageTo3DPipeline",
|
3 |
+
"args": {
|
4 |
+
"models": {
|
5 |
+
"sparse_structure_decoder": "ckpts/ss_dec_conv3d_16l8_fp16",
|
6 |
+
"sparse_structure_flow_model": "ckpts/ss_flow_img_dit_L_16l8_fp16",
|
7 |
+
"slat_decoder_gs": "ckpts/slat_dec_gs_swin8_B_64l8gs32_fp16",
|
8 |
+
"slat_decoder_rf": "ckpts/slat_dec_rf_swin8_B_64l8r16_fp16",
|
9 |
+
"slat_decoder_mesh": "ckpts/slat_dec_mesh_swin8_B_64l8m256c_fp16",
|
10 |
+
"slat_flow_model": "ckpts/slat_flow_img_dit_L_64l8p2_fp16"
|
11 |
+
},
|
12 |
+
"sparse_structure_sampler": {
|
13 |
+
"name": "FlowEulerGuidanceIntervalSampler",
|
14 |
+
"args": {
|
15 |
+
"sigma_min": 1e-5
|
16 |
+
},
|
17 |
+
"params": {
|
18 |
+
"steps": 25,
|
19 |
+
"cfg_strength": 5.0,
|
20 |
+
"cfg_interval": [0.5, 0.95],
|
21 |
+
"rescale_t": 3.0
|
22 |
+
}
|
23 |
+
},
|
24 |
+
"slat_sampler": {
|
25 |
+
"name": "FlowEulerGuidanceIntervalSampler",
|
26 |
+
"args": {
|
27 |
+
"sigma_min": 1e-5
|
28 |
+
},
|
29 |
+
"params": {
|
30 |
+
"steps": 25,
|
31 |
+
"cfg_strength": 5.0,
|
32 |
+
"cfg_interval": [0.5, 0.95],
|
33 |
+
"rescale_t": 3.0
|
34 |
+
}
|
35 |
+
},
|
36 |
+
"slat_normalization": {
|
37 |
+
"mean": [
|
38 |
+
-2.1687545776367188,
|
39 |
+
-0.004347046371549368,
|
40 |
+
-0.13352349400520325,
|
41 |
+
-0.08418072760105133,
|
42 |
+
-0.5271206498146057,
|
43 |
+
0.7238689064979553,
|
44 |
+
-1.1414450407028198,
|
45 |
+
1.2039363384246826
|
46 |
+
],
|
47 |
+
"std": [
|
48 |
+
2.377650737762451,
|
49 |
+
2.386378288269043,
|
50 |
+
2.124418020248413,
|
51 |
+
2.1748552322387695,
|
52 |
+
2.663944721221924,
|
53 |
+
2.371192216873169,
|
54 |
+
2.6217446327209473,
|
55 |
+
2.684523105621338
|
56 |
+
]
|
57 |
+
},
|
58 |
+
"image_cond_model": "dinov2_vitl14_reg"
|
59 |
+
}
|
60 |
+
}
|