We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 693c721 + 4ab443c commit 4e33b67Copy full SHA for 4e33b67
1 file changed
Gen_3D_Modules/Hunyuan3D_V2/hy3dgen/texgen/pipelines.py
@@ -52,7 +52,7 @@ def __init__(self, light_remover_ckpt_path, multiview_ckpt_path, subfolder_name)
52
53
class Hunyuan3DPaintPipeline:
54
@classmethod
55
- def from_pretrained(cls, model_path, subfolder='hunyuan3d-paint-v2-0-turbo'):
+ def from_pretrained(cls, model_path, subfolder='hunyuan3d-paint-v2-0-turbo', **kwargs):
56
delight_model_path = os.path.join(model_path, 'hunyuan3d-delight-v2-0')
57
multiview_model_path = os.path.join(model_path, subfolder)
58
0 commit comments