Comfy-Org / Comfy-Org/Nvidia_RTX_Nodes_ComfyUI
ModuleNotFoundError: No module named 'nvvfx'
- Dominant language
- Python
- Stars
- 620
- Forks
- 38
- PR merge metrics
- No merged PRs in 30d
Description
Has anyone encountered this problem ?
Traceback (most recent call last):
File "D:\ComfyUI-Easy-Install\ComfyUI-Easy-Install\ComfyUI\nodes.py", line 2212, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 999, in exec_module
File "", line 488, in callwith_frames_removed
File "D:\ComfyUI-Easy-Install\ComfyUI-Easy-Install\ComfyUI\custom_nodes\comfyui_nvidia_rtx_nodes\__init__.py", line 2, in
import nvvfx
ModuleNotFoundError: No module named 'nvvfx
Contributor guide
No contributing guide indexed for this repository
Research direction
The traceback identifies ComfyUI/nodes.py:2212 and custom_nodes/comfyui_nvidia_rtx_nodes/__init__.py:2; start by reproducing the custom-node load and checking why the nvvfx import is unavailable. Done means the node loads without ModuleNotFoundError, with the relevant installation or compatibility behavior verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100