Modly extension for Hunyuan3D Part workflows and AI-powered 3D asset generation.
Hunyuan3D-Part is a Modly model extension/adaptor for Tencent's Hunyuan3D-Part project. It exposes mesh-guided part decomposition in Modly through a managed model setup flow, using the upstream tencent/Hunyuan3D-Part assets and runtime components when they are available on the host.
This repository contains the Modly extension metadata, setup/readiness integration, runtime adapter code, and local tests for that adapter.
This repository does not include, vendor, or relicense Tencent Hunyuan3D-Part, its model weights, P3-SAM, X-Part, or their upstream dependencies. Those projects, assets, and models remain under their own licenses and terms.
The extension is an integration layer for Modly. It is not a standalone redistribution of the upstream model stack.
Requirements Modly with extension support. Managed Python setup through Modly/Electron. The extension declares python-root-setup-py with explicit managed setup owned by Electron. NVIDIA CUDA-capable hardware and compatible native dependencies for real inference. Upstream Hunyuan3D-Part weights and assets from tencent/Hunyuan3D-Part. Sufficient GPU memory for the selected pipeline and quality preset. The manifest currently declares a 24 GB VRAM target.
Read the full README on GitHub →