ComfyUI Extension: ComfyUI-Hunyuan3D-v3
Text-to-3D and Image-to-3D generation using Tencent Cloud Hunyuan 3D Global API. Supports PBR materials, face count control (40K-1.5M faces), and multiple generation types (Normal/LowPoly/Geometry/Sketch). Outputs industry-standard GLB format. Requires Tencent Cloud account with API access.
Custom Nodes (0)
README
ComfyUI-Hunyuan3D-v3
ComfyUI custom node for Text-to-3D and Image-to-3D generation using Tencent Cloud Hunyuan 3D Global API v3.
Features
- Text-to-3D: Create 3D models from text prompts
- Image-to-3D: Convert images to 3D models
- Advanced Options: PBR materials, face count control (40K-1.5M), generation types
- GLB Output: Industry-standard format
- Global API: ap-singapore region
Installation
Via ComfyUI Manager
- Open ComfyUI Manager
- Search "Hunyuan 3D"
- Install & Restart
Manual
cd ComfyUI/custom_nodes
git clone https://github.com/exedesign/Hunyuan-3D-v3.git
cd Hunyuan-3D-v3
pip install -r requirements.txt
Setup
- Get API keys: https://console.intl.cloud.tencent.com/ Access Management API Keys
- Activate Hunyuan 3D service (Console AI Services)
- Add billing info ( Paid API: ~$0.10-0.60 per request)
Quick Start
HunyuanConfig (SecretId, SecretKey) HunyuanTextTo3D Preview3D
Parameters
- enable_pbr: PBR materials (default: False)
- face_count: 40000-1500000 (default: 500000)
- generate_type: Normal/LowPoly/Geometry/Sketch
- polygon_type: triangle/quadrilateral
Output
- Format: GLB
- Location:
ComfyUI/models/3d_models/
Troubleshooting
ResourceInsufficient Error:
- Check account balance
- Add credits ($10+ recommended)
- Verify service activated
License
MIT - See LICENSE
Requires Tencent Cloud account with billing enabled