UranusITS commited on
Commit
b6e0ccf
·
verified ·
1 Parent(s): a4a6bf0

Upload folder using huggingface_hub

Browse files
ckpts/slat_decoder_gs.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_decoder_gs.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a32fc53a1fc2e8743fe320f7416a2297e8de02cb422cf77d50e79ceb86a8f1ae
3
+ size 341486240
ckpts/slat_decoder_mesh.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_decoder_mesh.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e095819d1360f81be981bb8abd98da57cc47ed5847c8d292d3c772a3487c29a
3
+ size 363718540
ckpts/slat_flow.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "SLatFlowModel",
3
+ "args": {
4
+ "resolution": 64,
5
+ "in_channels": 8,
6
+ "out_channels": 8,
7
+ "model_channels": 1280,
8
+ "cond_channels": 768,
9
+ "num_blocks": 28,
10
+ "num_heads": 16,
11
+ "mlp_ratio": 4,
12
+ "patch_size": 2,
13
+ "num_io_res_blocks": 3,
14
+ "io_block_channels": [256],
15
+ "pe_mode": "ape",
16
+ "qk_rms_norm": true,
17
+ "use_fp16": true,
18
+ "use_inpainting": true
19
+ }
20
+ }
ckpts/slat_flow.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc9a0f2f148ca8f27c616201f5ef93afd1586b3ddb495ddfba0779e09aecfd87
3
+ size 4293731864
ckpts/ss_coarse_flow.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "SparseStructureFlowModel",
3
+ "args": {
4
+ "resolution": 16,
5
+ "in_channels": 8,
6
+ "out_channels": 8,
7
+ "model_channels": 1280,
8
+ "cond_channels": 768,
9
+ "num_blocks": 28,
10
+ "num_heads": 16,
11
+ "mlp_ratio": 4,
12
+ "patch_size": 1,
13
+ "pe_mode": "ape",
14
+ "qk_rms_norm": true,
15
+ "qk_rms_norm_cross": true,
16
+ "use_fp16": true,
17
+ "use_inpainting": true
18
+ }
19
+ }
ckpts/ss_coarse_flow.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:839435c76799d73f0ed0ac64a8f1485afe58940d6bad88fa4b84760c02a3a32f
3
+ size 3922845568
ckpts/ss_fine_flow.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "SparseStructureFlowModel",
3
+ "args": {
4
+ "resolution": 16,
5
+ "in_channels": 8,
6
+ "out_channels": 8,
7
+ "model_channels": 1280,
8
+ "cond_channels": 768,
9
+ "num_blocks": 28,
10
+ "num_heads": 16,
11
+ "mlp_ratio": 4,
12
+ "patch_size": 1,
13
+ "pe_mode": "ape",
14
+ "qk_rms_norm": true,
15
+ "qk_rms_norm_cross": true,
16
+ "use_fp16": true,
17
+ "use_inpainting": true
18
+ }
19
+ }
ckpts/ss_fine_flow.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49597b9188fc8df3b51694b0b7d6d25d562954ad1745219ea701df9d873c56e3
3
+ size 3922845568
pipeline.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "WorldGrowPipeline",
3
+ "args": {
4
+ "models": {
5
+ "sparse_structure_encoder": "microsoft/TRELLIS-image-large/ckpts/ss_enc_conv3d_16l8_fp16",
6
+ "sparse_structure_decoder": "microsoft/TRELLIS-image-large/ckpts/ss_dec_conv3d_16l8_fp16",
7
+ "sparse_structure_coarse_flow_model": "ckpts/ss_coarse_flow",
8
+ "sparse_structure_fine_flow_model": "ckpts/ss_fine_flow",
9
+ "slat_flow_model": "ckpts/slat_flow",
10
+ "slat_decoder_gs": "ckpts/slat_decoder_gs",
11
+ "slat_decoder_mesh": "ckpts/slat_decoder_mesh"
12
+ },
13
+ "sparse_structure_sampler": {
14
+ "name": "FlowEulerInpaintingGuidanceIntervalSampler",
15
+ "args": {
16
+ "sigma_min": 1e-5
17
+ },
18
+ "params": {
19
+ "steps": 50,
20
+ "cfg_strength": 0.0,
21
+ "cfg_interval": [0.5, 1.0],
22
+ "rescale_t": 1.0
23
+ }
24
+ },
25
+ "slat_sampler": {
26
+ "name": "FlowEulerInpaintingGuidanceIntervalSampler",
27
+ "args": {
28
+ "sigma_min": 1e-5
29
+ },
30
+ "params": {
31
+ "steps": 50,
32
+ "cfg_strength": 0.0,
33
+ "cfg_interval": [0.5, 1.0],
34
+ "rescale_t": 1.0
35
+ }
36
+ },
37
+ "slat_normalization": {
38
+ "mean": [
39
+ -2.1687545776367188,
40
+ -0.004347046371549368,
41
+ -0.13352349400520325,
42
+ -0.08418072760105133,
43
+ -0.5271206498146057,
44
+ 0.7238689064979553,
45
+ -1.1414450407028198,
46
+ 1.2039363384246826
47
+ ],
48
+ "std": [
49
+ 2.377650737762451,
50
+ 2.386378288269043,
51
+ 2.124418020248413,
52
+ 2.1748552322387695,
53
+ 2.663944721221924,
54
+ 2.371192216873169,
55
+ 2.6217446327209473,
56
+ 2.684523105621338
57
+ ]
58
+ },
59
+ "text_cond_model": "openai/clip-vit-large-patch14",
60
+ "text_prompt": "A photorealistic 3D house mesh with a contemporary architectural style, featuring clean lines and a balanced mix of natural and industrial materials. Use large windows for natural lighting. Prioritize smooth mesh topology and modular components for adaptability, maintaining a cohesive modern aesthetic."
61
+ }
62
+ }