JeffreyXiang
commited on
Commit
•
2476b8d
1
Parent(s):
9b5c239
Upload folder using huggingface_hub
Browse files- ckpts/slat_dec_gs_swin8_B_64l8gs32_fp16.json +31 -0
- ckpts/slat_dec_gs_swin8_B_64l8gs32_fp16.safetensors +3 -0
- ckpts/slat_dec_mesh_swin8_B_64l8m256c_fp16.json +17 -0
- ckpts/slat_dec_mesh_swin8_B_64l8m256c_fp16.safetensors +3 -0
- ckpts/slat_dec_rf_swin8_B_64l8r16_fp16.json +18 -0
- ckpts/slat_dec_rf_swin8_B_64l8r16_fp16.safetensors +3 -0
- ckpts/slat_enc_swin8_B_64l8_fp16.json +15 -0
- ckpts/slat_enc_swin8_B_64l8_fp16.safetensors +3 -0
- ckpts/slat_flow_img_dit_L_64l8p2_fp16.json +19 -0
- ckpts/slat_flow_img_dit_L_64l8p2_fp16.safetensors +3 -0
- ckpts/ss_dec_conv3d_16l8_fp16.json +12 -0
- ckpts/ss_dec_conv3d_16l8_fp16.safetensors +3 -0
- ckpts/ss_enc_conv3d_16l8_fp16.json +12 -0
- ckpts/ss_enc_conv3d_16l8_fp16.safetensors +3 -0
- ckpts/ss_flow_img_dit_L_16l8_fp16.json +17 -0
- ckpts/ss_flow_img_dit_L_16l8_fp16.safetensors +3 -0
ckpts/slat_dec_gs_swin8_B_64l8gs32_fp16.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "SLatGaussianDecoder",
|
3 |
+
"args": {
|
4 |
+
"resolution": 64,
|
5 |
+
"model_channels": 768,
|
6 |
+
"latent_channels": 8,
|
7 |
+
"num_blocks": 12,
|
8 |
+
"num_heads": 12,
|
9 |
+
"mlp_ratio": 4,
|
10 |
+
"attn_mode": "swin",
|
11 |
+
"window_size": 8,
|
12 |
+
"use_fp16": true,
|
13 |
+
"representation_config": {
|
14 |
+
"lr": {
|
15 |
+
"_xyz": 1.0,
|
16 |
+
"_features_dc": 1.0,
|
17 |
+
"_opacity": 1.0,
|
18 |
+
"_scaling": 1.0,
|
19 |
+
"_rotation": 0.1
|
20 |
+
},
|
21 |
+
"perturb_offset": true,
|
22 |
+
"voxel_size": 1.5,
|
23 |
+
"num_gaussians": 32,
|
24 |
+
"2d_filter_kernel_size": 0.1,
|
25 |
+
"3d_filter_kernel_size": 9e-4,
|
26 |
+
"scaling_bias": 4e-3,
|
27 |
+
"opacity_bias": 0.1,
|
28 |
+
"scaling_activation": "softplus"
|
29 |
+
}
|
30 |
+
}
|
31 |
+
}
|
ckpts/slat_dec_gs_swin8_B_64l8gs32_fp16.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:38c84bcef5ce0af1f48b1b5558dabc7575a13346043c41a7e0610f1fa619a161
|
3 |
+
size 171450952
|
ckpts/slat_dec_mesh_swin8_B_64l8m256c_fp16.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "SLatMeshDecoder",
|
3 |
+
"args": {
|
4 |
+
"resolution": 64,
|
5 |
+
"model_channels": 768,
|
6 |
+
"latent_channels": 8,
|
7 |
+
"num_blocks": 12,
|
8 |
+
"num_heads": 12,
|
9 |
+
"mlp_ratio": 4,
|
10 |
+
"attn_mode": "swin",
|
11 |
+
"window_size": 8,
|
12 |
+
"use_fp16": true,
|
13 |
+
"representation_config": {
|
14 |
+
"use_color": true
|
15 |
+
}
|
16 |
+
}
|
17 |
+
}
|
ckpts/slat_dec_mesh_swin8_B_64l8m256c_fp16.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e87aba94b5786407eb06d0502c1ed0885a0027a3f2b8537bfe15b0a92c01859
|
3 |
+
size 181903412
|
ckpts/slat_dec_rf_swin8_B_64l8r16_fp16.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "SLatRadianceFieldDecoder",
|
3 |
+
"args": {
|
4 |
+
"resolution": 64,
|
5 |
+
"model_channels": 768,
|
6 |
+
"latent_channels": 8,
|
7 |
+
"num_blocks": 12,
|
8 |
+
"num_heads": 12,
|
9 |
+
"mlp_ratio": 4,
|
10 |
+
"attn_mode": "swin",
|
11 |
+
"window_size": 8,
|
12 |
+
"use_fp16": true,
|
13 |
+
"representation_config": {
|
14 |
+
"rank": 16,
|
15 |
+
"dim": 8
|
16 |
+
}
|
17 |
+
}
|
18 |
+
}
|
ckpts/slat_dec_rf_swin8_B_64l8r16_fp16.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:737da6578d01948016b7c39786113af0d64a46f7922f6b8b5e698b84643be514
|
3 |
+
size 171450488
|
ckpts/slat_enc_swin8_B_64l8_fp16.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "SLatEncoder",
|
3 |
+
"args": {
|
4 |
+
"resolution": 64,
|
5 |
+
"in_channels": 1024,
|
6 |
+
"model_channels": 768,
|
7 |
+
"latent_channels": 8,
|
8 |
+
"num_blocks": 12,
|
9 |
+
"num_heads": 12,
|
10 |
+
"mlp_ratio": 4,
|
11 |
+
"attn_mode": "swin",
|
12 |
+
"window_size": 8,
|
13 |
+
"use_fp16": true
|
14 |
+
}
|
15 |
+
}
|
ckpts/slat_enc_swin8_B_64l8_fp16.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21dceac6bee917ab6458ff52c9757ba89a779d03031c7bd17f9e7f0103bfd436
|
3 |
+
size 173242816
|
ckpts/slat_flow_img_dit_L_64l8p2_fp16.json
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "SLatFlowModel",
|
3 |
+
"args": {
|
4 |
+
"resolution": 64,
|
5 |
+
"in_channels": 8,
|
6 |
+
"out_channels": 8,
|
7 |
+
"model_channels": 1024,
|
8 |
+
"cond_channels": 1024,
|
9 |
+
"num_blocks": 24,
|
10 |
+
"num_heads": 16,
|
11 |
+
"mlp_ratio": 4,
|
12 |
+
"patch_size": 2,
|
13 |
+
"num_io_res_blocks": 2,
|
14 |
+
"io_block_channels": [128],
|
15 |
+
"pe_mode": "ape",
|
16 |
+
"qk_rms_norm": true,
|
17 |
+
"use_fp16": true
|
18 |
+
}
|
19 |
+
}
|
ckpts/slat_flow_img_dit_L_64l8p2_fp16.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:693fb2a58ad497bd222007301eeec49d14d60f8c12d2f2f00c221fa747b4c66c
|
3 |
+
size 1203755136
|
ckpts/ss_dec_conv3d_16l8_fp16.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
{
|
3 |
+
"name": "SparseStructureDecoder",
|
4 |
+
"args": {
|
5 |
+
"out_channels": 1,
|
6 |
+
"latent_channels": 8,
|
7 |
+
"num_res_blocks": 2,
|
8 |
+
"num_res_blocks_middle": 2,
|
9 |
+
"channels": [512, 128, 32],
|
10 |
+
"use_fp16": true
|
11 |
+
}
|
12 |
+
}
|
ckpts/ss_dec_conv3d_16l8_fp16.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c76d4a40519aa2d711cc263a8404105231ac26db31d946bed48b84fee79009a
|
3 |
+
size 147591972
|
ckpts/ss_enc_conv3d_16l8_fp16.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
{
|
3 |
+
"name": "SparseStructureEncoder",
|
4 |
+
"args": {
|
5 |
+
"in_channels": 1,
|
6 |
+
"latent_channels": 8,
|
7 |
+
"num_res_blocks": 2,
|
8 |
+
"num_res_blocks_middle": 2,
|
9 |
+
"channels": [32, 128, 512],
|
10 |
+
"use_fp16": true
|
11 |
+
}
|
12 |
+
}
|
ckpts/ss_enc_conv3d_16l8_fp16.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:107874eeaa0feb82f51b19db5da7db534fb7e7f19e5a122b9ff1bc2e258bfc6d
|
3 |
+
size 119068016
|
ckpts/ss_flow_img_dit_L_16l8_fp16.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "SparseStructureFlowModel",
|
3 |
+
"args": {
|
4 |
+
"resolution": 16,
|
5 |
+
"in_channels": 8,
|
6 |
+
"out_channels": 8,
|
7 |
+
"model_channels": 1024,
|
8 |
+
"cond_channels": 1024,
|
9 |
+
"num_blocks": 24,
|
10 |
+
"num_heads": 16,
|
11 |
+
"mlp_ratio": 4,
|
12 |
+
"patch_size": 1,
|
13 |
+
"pe_mode": "ape",
|
14 |
+
"qk_rms_norm": true,
|
15 |
+
"use_fp16": true
|
16 |
+
}
|
17 |
+
}
|
ckpts/ss_flow_img_dit_L_16l8_fp16.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96dc6bfd4136fd950af564dd16b4ae533c9ba6af8f26c670646b2a9f2789b1db
|
3 |
+
size 1130770840
|