diff --git a/README.md b/README.md index 893f3cd..58209d5 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,7 @@ sys.path.insert(0, './hy3dshape') sys.path.insert(0, './hy3dpaint') from textureGenPipeline import Hunyuan3DPaintPipeline from textureGenPipeline import Hunyuan3DPaintPipeline, Hunyuan3DPaintConfig +from hy3dshape.pipelines import Hunyuan3DDiTFlowMatchingPipeline # let's generate a mesh first shape_pipeline = Hunyuan3DDiTFlowMatchingPipeline.from_pretrained('tencent/Hunyuan3D-2.1')