Created by: Geekatplay Studio by Vladimir Chopine
Website: www.geekatplay.com
Patreon: https://www.patreon.com/c/geekatplay
YouTube: @geekatplay and @geekatplay-ru
Special Referral Link: https://www.hitem3d.ai/?sp_source=Geekatplay
Problem: You're seeing errors like:
ERROR: Failed to generate 3D model: Task creation failed: 余额不足Insufficient balance - Please add credits to your HiTem3D account
Solution:
-
Check Your Account Balance:
- Visit https://www.hitem3d.ai/?sp_source=Geekatplay
- Log into your account using the same credentials
- Check your credit balance and usage
-
Add Credits:
- Purchase a resource package from the developer platform
- Use the Geekatplay referral link for special offers
- Credits are consumed per 3D generation request
- Different resolutions and models consume different amounts
-
Test Your Account:
cd "ComfyUI/custom_nodes/comfyui-hitem3d" & "../../python_embeded/python.exe" check_balance.py
Problem: Invalid credentials or token errors
Solution:
-
Get Your API Keys:
- Visit https://www.hitem3d.ai/?sp_source=Geekatplay
- Register/Login to your account
- Go to API/Developer section to get your personal keys
- Access Key:
ak_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx - Secret Key:
sk_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
-
Update Configuration:
- Use the
HiTem3DConfigNodein ComfyUI - Or manually edit
config.json
- Use the
-
Test Credentials:
- Run the balance checker script above
- Check if you can obtain an access token
Problem: Generation takes too long and times out
Solution:
-
Increase Timeout:
- Default: 300 seconds (5 minutes)
- Try: 600 seconds (10 minutes) for complex models
- Maximum recommended: 1800 seconds (30 minutes)
-
Use Lower Settings:
- Resolution: Start with 512, then try 1024
- Generation Type: Try "geometry_only" first
- Face Count: Reduce to 500,000 for faster generation
Problem: Connection errors or API unreachable
Solution:
- Check Internet Connection
- Verify API Endpoint:
https://api.hitem3d.ai - Firewall: Ensure ComfyUI can access external APIs
- VPN: Some VPNs may block the API
Problem: Models don't download or save
Solution:
- Check Permissions: Ensure ComfyUI can write to the output directory
- Disk Space: Verify you have enough space for 3D models
- Path Issues: Check that output directory exists and is accessible
# Navigate to the custom node directory
cd "ComfyUI/custom_nodes/comfyui-hitem3d"
# Test API client import
& "../../python_embeded/python.exe" -c "from hitem3d_client import HiTem3DAPIClient; print('✅ Import successful')"
# Check account status
& "../../python_embeded/python.exe" check_balance.py- Load
examples/hitem3d_simple_workflow.json - Add a small test image (< 1MB)
- Use these settings for testing:
- Model:
hitem3dv1.5 - Resolution:
512 - Format:
glb - Generation Type:
geometry_only - Face Count:
500000 - Timeout:
600
- Model:
Look for specific error messages in the ComfyUI console output.
- 512³ resolution: ~1-2 credits
- 1024³ resolution: ~3-5 credits
- 1536³ resolution: ~8-12 credits
- Multi-view: May consume more credits
- Start with lower resolution (512)
- Use geometry_only for testing
- Single image instead of multi-view
- Test with small, simple objects first
- Get Credits: https://www.hitem3d.ai/?sp_source=Geekatplay
- Email: apicontact@hitem3d.ai
- Documentation: https://docs.hitem3d.ai/
- Creator: Geekatplay Studio by Vladimir Chopine
- Website: www.geekatplay.com
- YouTube: @geekatplay and @geekatplay-ru
- Patreon: https://www.patreon.com/c/geekatplay
- Check the
examples/README.mdfor workflow guidance - Verify all dependencies are installed
- Ensure ComfyUI is up to date
- 30010000: Insufficient balance
- 40010000: Invalid credentials
- 10031001: File size too large (> 20MB)
- 10031002: Invalid face count
- 10031003: Invalid resolution
- 50010001: Generation failed/timeout
Before reporting issues, verify:
- API credentials are correct
- Account has sufficient credits
- Test image is < 20MB
- Using supported image format (PNG, JPEG, JPG, WebP)
- ComfyUI can access the internet
- All dependencies are installed
- Using provided example workflows
If all items are checked and you still have issues, the problem is likely with the HiTem3D service or your account configuration.
Support Geekatplay Studio:
- Patreon: https://www.patreon.com/c/geekatplay
- YouTube: @geekatplay and @geekatplay-ru
- Website: www.geekatplay.com