DLL load failed while importing custom_rasterizer_kernel:
Hy3DRenderMultiView DLL load failed while importing custom_rasterizer_kernel: 지정된 프로시저를 찾을 수 없습니다.
how can I fix this??
raceback (most recent call last):
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 327, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 202, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 174, in map_node_over_list
process_inputs(input_dict, i)
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 163, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Hunyuan3DWrapper\nodes.py", line 492, in process
self.render = MeshRender(
^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Hunyuan3DWrapper\hy3dgen\texgen\differentiable_renderer\mesh_render.py", line 158, in init
import custom_rasterizer as cr
File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\custom_rasterizer_init.py", line 32, in
Just follow the instructions in this comment to the letter (this setup is specifically for ComfyUI so you might be able to skip some stuff and you should adapt it to your own setup's local python installation) : https://github.com/kijai/ComfyUI-Hunyuan3DWrapper/issues/92#issuecomment-2727135940
Warning : Also there might be an issue with the installation of cuda 12.6 where it gets stuck on nsight extention installation for whatever reason (you might not even need that part of cuda 12.6 but I don't know), in that case, just try to install cuda 12.8 instead, worked fine for me.
There will be a bunch of tricky things to install like Visual Studio Build Tools (if you're not sure what to choose, just download visual studio installer, after opening the installer, uncheck all of the stuff that you don't need then go to the Individual Components tab, search for "visual c++ x64 build tools latest" and it should be first result that you should put a checkmark on), but if you follow every instruction properly, it should work.