This commit is contained in:
SyncTwin GmbH
2025-06-22 00:43:59 +00:00
committed by Michael Wagner
parent 2d201ec442
commit 0506243637
10 changed files with 1088 additions and 343 deletions

View File

@@ -38,7 +38,7 @@ class Hunyuan3DPaintConfig:
def __init__(self, max_num_view, resolution):
self.device = "cuda"
self.multiview_cfg_path = "cfgs/hunyuan-paint-pbr.yaml"
self.multiview_cfg_path = "hy3dpaint/cfgs/hunyuan-paint-pbr.yaml"
self.custom_pipeline = "hunyuanpaintpbr"
self.multiview_pretrained_path = "tencent/Hunyuan3D-2.1"
self.dino_ckpt_path = "facebook/dinov2-giant"