This is a simple and clean workflow for Hunyuan 3D 2.0 Wrapper in ComfyUI by Kijai
https://github.com/kijai/ComfyUI-Hunyuan3DWrapper
Version 2.2 Update
Removed delight (again!) it's just not good, if you want it use the 2.1 version or add it to the new workflow.
Added the new Hy3D Instant-Meshes Remesh node to the workflow
You need to install the dependency for it to work
For ComfyUI portable run
python.exe -m pip install pynanoinstantmeshes from within the python_embeded directory
For ComfyUI venv
activate the comfyui venv and then run
pip install pynanoinstantmeshes
make sure you are installing the module to the venv and not your local installation of python.
Version 2.1 Updated with latest changes from repo
Added the option to turn on Delight with a toggle node within the texture sampling group.
Version 2.0 update
Turned off delight by default and updated with new features from the sample workflow that kijai provided.
If you want to use delight change the get_img_comp to get_delight in the Hy3D Sample MultiView node in the Texture sampling group and unmute the Delight group.
Description
Updated with latest changes from repo.
Added the option to enable Delight with a toggle node
FAQ
Comments (3)
Do you have hints loading the 3D nodes properly when it fails to?
The only thing that would prevent the nodes from loading is the dependencies. Check the command prompt for errors and see what dependencies were not installed properly. If you post the errors that you are getting in the github repo issues you can get help figuring out what's wrong.
@ncreature I finally only managed to get it to run as a standalone while I can't get the dependencies to work properly especially with comfy-3D and hun wrapper. The base hun 3d works thought but it makes a no cuda found error or something like that. Can't reproduce the error straight away right now.
So, at least I can enjoy the software now.
I still want to run SPAR3D but I hope that they release their model in a way that doesn't require an API key.
