RedPinkRetro
RedPinkRetro
I placed the `compile_mesh_painter_auto_2019.bat` in _"D:\VER_13\_AI\ComfyUI_windows_portable_3D\ComfyUI\custom_nodes\ComfyUI-3D-Pack\Gen_3D_Modules\Hunyuan3D_2_1\hy3dpaint\DifferentiableRenderer"_ Then I opened Developer Command Prompt for VS 2019 and ran: ``` C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools>D:\VER_13\_AI\ComfyUI_windows_portable_3D\ComfyUI\custom_nodes\ComfyUI-3D-Pack\Gen_3D_Modules\Hunyuan3D_2_1\hy3dpaint\DifferentiableRenderer\compile_mesh_painter_auto_2019.bat ``` This is the result: > ------------------------------------------------------...
Unfortunately ended with the same result: > C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools>cd /d D:\VER_13\_AI\ComfyUI_windows_portable_3D\ComfyUI\custom_nodes\ComfyUI-3D-Pack\Gen_3D_Modules\Hunyuan3D_2_1\hy3dpaint\DifferentiableRenderer > > D:\VER_13\_AI\ComfyUI_windows_portable_3D\ComfyUI\custom_nodes\ComfyUI-3D-Pack\Gen_3D_Modules\Hunyuan3D_2_1\hy3dpaint\DifferentiableRenderer>compile_mesh_painter_auto_2019.bat > ------------------------------------------------------ > Auto-detecting python_embeded and pybind11 include path... > ------------------------------------------------------ > [ERROR]...
This is literally just github interpreting `\_` as an underscore outside of code fences 😄 I can guarantee the path is as follows `D:\VER_13\_AI\ComfyUI_windows_portable_3D\ComfyUI\custom_nodes\ComfyUI-3D-Pack\Gen_3D_Modules\Hunyuan3D_2_1\hy3dpaint\DifferentiableRenderer` 
This is still resulting in the same error so I resorted to entering the path manually and running it like this: ``` @echo off setlocal enabledelayedexpansion set PYTHON_EMBED="D:\VER_13\_AI\ComfyUI_windows_portable_3D\python_embeded" :found_python echo...
Yes, I have Windows 11 and Python 3.12.10 in this environment. Placing your provided **mesh_inpaint_processor.pyd** into ``` D:\VER_13\_AI\ComfyUI_windows_portable_3D\ComfyUI\custom_nodes\ComfyUI-3D-Pack\Gen_3D_Modules\Hunyuan3D_2_1\hy3dpaint\DifferentiableRenderer ``` allowed it to run without the `name 'meshVerticeInpaint' is not defined...
### This issue was caused by an outdated version in my case — Please check your installation version when encountering this display issue ! ~I encountered this issue today as...
@AlekPet Hi, upon checking the "Date modified" column of the custom node pack I found that none of the nodes have been updated via ComfyUI manager update process, so I...
Had a similar issue due to how on startup Comfy mixes up which workflow to load and which file to display, presumably picking the last one saved for the name...
@HerlanderCarvalho It's been around even longer. At least a month I would say, around the time the frontend devs announced the deprecation of the group node feature. I just forgot...
Running into the same issue