Nim is not communicating with Blender on Guided GenAI RTX

I followed all the required installation steps provided at this address:

After installation, when I tried to test the InstallNIMNode node, an error appeared, and the toggle system console displayed this error:

[SDN-INF]: !!! Exception during processing !!! Please install NVIDIA NIM first and try again.

[SDN-INF]: Traceback (most recent call last):
[SDN-INF]: File “C:\3D_GUIDED_GENAI_RTX_NVIDIA\3d-guided-genai-rtx\ComfyUI_windows_portable\ComfyUI\execution.py”, line 361, in execute
[SDN-ERR]:
File “C:\3D_GUIDED_GENAI_RTX_NVIDIA\3d-guided-genai-rtx\ComfyUI_windows_portable\ComfyUI\execution.py”, line 361, 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 "C:\3D_GUIDED_GENAI_RTX_NVIDIA\3d-guided-genai-rtx\ComfyUI_windows_portable\ComfyUI\execution.py", line 236, 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 "C:\3D_GUIDED_GENAI_RTX_NVIDIA\3d-guided-genai-rtx\ComfyUI_windows_portable\ComfyUI\execution.py", line 204, in _map_node_over_list 
process_inputs({}) 
~~~~~~~~~~~~~~~^^^^ 
File "C:\3D_GUIDED_GENAI_RTX_NVIDIA\3d-guided-genai-rtx\ComfyUI_windows_portable\ComfyUI\execution.py", line 197, in process_inputs 
results.append(getattr(obj, func)(**inputs)) 
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^ 
File "C:\3D_GUIDED_GENAI_RTX_NVIDIA\3d-guided-genai-rtx\ComfyUI_windows_portable\ComfyUI\custom_nodes\NIMnodes\__init__.py", line 228, in install_nim 
raise Exception("Please install NVIDIA NIM first and try again.")

[SDN-INF]: 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)
[SDN-ERR]: Please install NVIDIA NIM first and try again.

[SDN-INF]: ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[SDN-INF]: File "C:\3D_GUIDED_GENAI_RTX_NVIDIA\3d-guided-genai-rtx\ComfyUI_windows_portable\ComfyUI\execution.py", line 236, in get_output_data
[SDN-INF]: 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)
[SDN-INF]: File "C:\3D_GUIDED_GENAI_RTX_NVIDIA\3d-guided-genai-rtx\ComfyUI_windows_portable\ComfyUI\execution.py", line 204, in _map_node_over_list
[SDN-INF]: process_inputs({})
[SDN-INF]: ~~~~~~~~~~~~~~^^^^
[SDN-INF]: File "C:\3D_GUIDED_GENAI_RTX_NVIDIA\3d-guided-genai-rtx\ComfyUI_windows_portable\ComfyUI\execution.py", line 197, in process_inputs
[SDN-INF]: results.append(getattr(obj, func)(**inputs))
[SDN-INF]: ~~~~~~~~~~~~~~~~~~^^^^^^^^^^
[SDN-INF]: File "C:\3D_GUIDED_GENAI_RTX_NVIDIA\3d-guided-genai-rtx\ComfyUI_windows_portable\ComfyUI\custom_nodes\NIMnodes\__init__.py", line 228, in install_nim
[SDN-INF]: raise Exception("Please install NVIDIA NIM first and try again.")
[SDN-INF]: Exception: Please install NVIDIA NIM first and try again.
[SDN-INF]: Prompt executed in 30.93 seconds
[SDN-ERR]: Node Error Parse

I purchased the RTX 4090, and I'm looking forward to using 3D Guided GenAI
1 Like