Instructions to use tencent/Hunyuan3D-2mini with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Hunyuan3D-2
How to use tencent/Hunyuan3D-2mini with Hunyuan3D-2:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Update hunyuan3d-dit-v2-mini-turbo/config.yaml
Browse files
hunyuan3d-dit-v2-mini-turbo/config.yaml
CHANGED
|
@@ -55,9 +55,10 @@ conditioner:
|
|
| 55 |
image_size: 518
|
| 56 |
|
| 57 |
scheduler:
|
| 58 |
-
target: hy3dgen.shapegen.schedulers.
|
| 59 |
params:
|
| 60 |
num_train_timesteps: 1000
|
|
|
|
| 61 |
|
| 62 |
image_processor:
|
| 63 |
target: hy3dgen.shapegen.preprocessors.ImageProcessorV2
|
|
|
|
| 55 |
image_size: 518
|
| 56 |
|
| 57 |
scheduler:
|
| 58 |
+
target: hy3dgen.shapegen.schedulers.ConsistencyFlowMatchEulerDiscreteScheduler
|
| 59 |
params:
|
| 60 |
num_train_timesteps: 1000
|
| 61 |
+
pcm_timesteps: 100
|
| 62 |
|
| 63 |
image_processor:
|
| 64 |
target: hy3dgen.shapegen.preprocessors.ImageProcessorV2
|