Zeqiang Lai
commited on
Upload folder using huggingface_hub
Browse files
hunyuan3d-dit-v2-0-fast/config.yaml
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
guidance_embed: true
|
15 |
+
|
16 |
+
vae:
|
17 |
+
target: hy3dgen.shapegen.models.ShapeVAE
|
18 |
+
params:
|
19 |
+
num_latents: 3072
|
20 |
+
embed_dim: 64
|
21 |
+
num_freqs: 8
|
22 |
+
include_pi: false
|
23 |
+
heads: 16
|
24 |
+
width: 1024
|
25 |
+
num_decoder_layers: 16
|
26 |
+
qkv_bias: false
|
27 |
+
qk_norm: true
|
28 |
+
scale_factor: 0.9990943042622529
|
29 |
+
|
30 |
+
conditioner:
|
31 |
+
target: hy3dgen.shapegen.models.SingleImageEncoder
|
32 |
+
params:
|
33 |
+
main_image_encoder:
|
34 |
+
type: DinoImageEncoder # dino giant
|
35 |
+
kwargs:
|
36 |
+
config:
|
37 |
+
attention_probs_dropout_prob: 0.0
|
38 |
+
drop_path_rate: 0.0
|
39 |
+
hidden_act: gelu
|
40 |
+
hidden_dropout_prob: 0.0
|
41 |
+
hidden_size: 1536
|
42 |
+
image_size: 518
|
43 |
+
initializer_range: 0.02
|
44 |
+
layer_norm_eps: 1.e-6
|
45 |
+
layerscale_value: 1.0
|
46 |
+
mlp_ratio: 4
|
47 |
+
model_type: dinov2
|
48 |
+
num_attention_heads: 24
|
49 |
+
num_channels: 3
|
50 |
+
num_hidden_layers: 40
|
51 |
+
patch_size: 14
|
52 |
+
qkv_bias: true
|
53 |
+
torch_dtype: float32
|
54 |
+
use_swiglu_ffn: true
|
55 |
+
image_size: 518
|
56 |
+
|
57 |
+
scheduler:
|
58 |
+
target: hy3dgen.shapegen.schedulers.FlowMatchEulerDiscreteScheduler
|
59 |
+
params:
|
60 |
+
num_train_timesteps: 1000
|
61 |
+
|
62 |
+
image_processor:
|
63 |
+
target: hy3dgen.shapegen.preprocessors.ImageProcessorV2
|
64 |
+
params:
|
65 |
+
size: 512
|
66 |
+
border_ratio: 0.15
|
67 |
+
|
68 |
+
pipeline:
|
69 |
+
target: hy3dgen.shapegen.pipelines.Hunyuan3DDiTFlowMatchingPipeline
|
hunyuan3d-dit-v2-0-fast/model.fp16.ckpt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0feff0c6123794ba0d72e0a746075169dee66e86bce69193a99601cbfc3147a9
|
3 |
+
size 4931192715
|
hunyuan3d-dit-v2-0-fast/model.fp16.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fcf91f29922270b4cce5f266099b306c6e140f2a2382a81fc5e47752d4d41e85
|
3 |
+
size 4930777530
|