Huiwenshi commited on
Commit
68db296
·
verified ·
1 Parent(s): 42f2cb6

Upload folder using huggingface_hub

Browse files
hunyuan3d-dit-v2-0/config.yaml ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model:
2
+ target: hy3dgen.shapegen.models.Hunyuan3DDiT
3
+ params:
4
+ in_channels: 64
5
+ context_in_dim: 1536
6
+ hidden_size: 1024
7
+ mlp_ratio: 4.0
8
+ num_heads: 16
9
+ depth: 16
10
+ depth_single_blocks: 32
11
+ axes_dim: [ 64 ]
12
+ theta: 10000
13
+ qkv_bias: True
14
+
15
+ vae:
16
+ target: hy3dgen.shapegen.models.ShapeVAE
17
+ params:
18
+ num_latents: 3072
19
+ embed_dim: 64
20
+ num_freqs: 8
21
+ include_pi: false
22
+ heads: 16
23
+ width: 1024
24
+ num_decoder_layers: 16
25
+ qkv_bias: false
26
+ qk_norm: true
27
+ scale_factor: 0.9990943042622529
28
+
29
+ conditioner:
30
+ target: hy3dgen.shapegen.models.SingleImageEncoder
31
+ params:
32
+ main_image_encoder:
33
+ type: DinoImageEncoder # dino giant
34
+ kwargs:
35
+ config:
36
+ attention_probs_dropout_prob: 0.0
37
+ drop_path_rate: 0.0
38
+ hidden_act: gelu
39
+ hidden_dropout_prob: 0.0
40
+ hidden_size: 1536
41
+ image_size: 518
42
+ initializer_range: 0.02
43
+ layer_norm_eps: 1.e-6
44
+ layerscale_value: 1.0
45
+ mlp_ratio: 4
46
+ model_type: dinov2
47
+ num_attention_heads: 24
48
+ num_channels: 3
49
+ num_hidden_layers: 40
50
+ patch_size: 14
51
+ qkv_bias: true
52
+ torch_dtype: float32
53
+ use_swiglu_ffn: true
54
+ image_size: 518
55
+
56
+ scheduler:
57
+ target: hy3dgen.shapegen.schedulers.FlowMatchEulerDiscreteScheduler
58
+ params:
59
+ num_train_timesteps: 1000
60
+
61
+ image_processor:
62
+ target: hy3dgen.shapegen.preprocessors.ImageProcessorV2
63
+ params:
64
+ size: 512
65
+ border_ratio: 0.15
66
+
67
+ pipeline:
68
+ target: hy3dgen.shapegen.pipelines.Hunyuan3DDiTFlowMatchingPipeline
hunyuan3d-dit-v2-0/model.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39c2a6bf54f5674f2001b763d8e15b773fbda24604b3911544d09846496bc972
3
+ size 4928568095
hunyuan3d-dit-v2-0/model_fp16.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39c2a6bf54f5674f2001b763d8e15b773fbda24604b3911544d09846496bc972
3
+ size 4928568095