在ComfyUI中配置混元3d模型流程

张开发
2026/4/18 8:07:12 15 分钟阅读

分享文章

在ComfyUI中配置混元3d模型流程
下载链接https://huggingface.co/Kijai/Hunyuan3D-2_safetensors/tree/main下载后放到ComfyUI\models\diffusion_models目录下然后到 custom_nodes目录执行cmd复制git服务器上案例内容git clone https://github.com/kijai/ComfyUI-Hunyuan3DWrapper完成下面一步python_embeded\python.exe -m pip install -r ComfyUI\custom_nodes\ComfyUI-Hunyuan3DWrapper\requirements.txt用python.exe去安装这目录下所需要的文件ComfyUI\custom_nodes\ComfyUI-Hunyuan3DWrapper\requirements.txt匹配好。requirements.txt的内容在这个目录 ComfyUI目录进入 cmdpython\python.exe -m pip install -r ComfyUI\custom_nodes\ComfyUI-Hunyuan3DWrapper\requirements.txt顺利安装安装的过程出现了一个小问题豆包解决了万能的人工智能啊接着往下推进再执行python\python.exe -m pip install ComfyUI\custom_nodes\ComfyUI-Hunyuan3DWrapper\wheels\custom_rasterizer-0.1.0torch260.cuda126-cp312-cp312-win_amd64.whl一句话总结这是在给你的 ComfyUI 安装一个 3D 人脸 / 头部重建插件Hunyuan3D必需的依赖包模型、光栅组件让插件能正常运行、能生成 UV 贴图 / 3D 模型。运行ok下面再运行comyUI打开案例有一些节点丢失修复一下就好第一次运行这个地方会报红

更多文章