Update hunyuan3d-dit-v2-mini-turbo/config.yaml
Browse files
hunyuan3d-dit-v2-mini-turbo/config.yaml
CHANGED
|
@@ -16,7 +16,7 @@ model:
|
|
| 16 |
vae:
|
| 17 |
target: hy3dgen.shapegen.models.ShapeVAE
|
| 18 |
params:
|
| 19 |
-
num_latents:
|
| 20 |
embed_dim: 64
|
| 21 |
num_freqs: 8
|
| 22 |
include_pi: false
|
|
@@ -52,7 +52,7 @@ conditioner:
|
|
| 52 |
qkv_bias: true
|
| 53 |
torch_dtype: float32
|
| 54 |
use_swiglu_ffn: true
|
| 55 |
-
image_size:
|
| 56 |
|
| 57 |
scheduler:
|
| 58 |
target: hy3dgen.shapegen.schedulers.ConsistencyFlowMatchEulerDiscreteScheduler
|
|
@@ -63,7 +63,7 @@ scheduler:
|
|
| 63 |
image_processor:
|
| 64 |
target: hy3dgen.shapegen.preprocessors.ImageProcessorV2
|
| 65 |
params:
|
| 66 |
-
size:
|
| 67 |
border_ratio: 0.15
|
| 68 |
|
| 69 |
pipeline:
|
|
|
|
| 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
|
|
|
|
| 52 |
qkv_bias: true
|
| 53 |
torch_dtype: float32
|
| 54 |
use_swiglu_ffn: true
|
| 55 |
+
image_size: 1022
|
| 56 |
|
| 57 |
scheduler:
|
| 58 |
target: hy3dgen.shapegen.schedulers.ConsistencyFlowMatchEulerDiscreteScheduler
|
|
|
|
| 63 |
image_processor:
|
| 64 |
target: hy3dgen.shapegen.preprocessors.ImageProcessorV2
|
| 65 |
params:
|
| 66 |
+
size: 1022
|
| 67 |
border_ratio: 0.15
|
| 68 |
|
| 69 |
pipeline:
|