Hi,
Using the ComfyUI, I have a custom Module that requires me to install NDI Phython for it to work.
Using the Docker instance Console, I installed PIP and tried installing using ndi using
pip install ndi-python
but it keeps giving me the error bellow and the ComfyUI Module wont work.
Can someone point me out i the right di
Prestartup times for custom nodes:
0.0 seconds: /opt/stable-diffusion/05-comfy-ui/ComfyUI/custom_nodes/ComfyUI-Manager-main
Total VRAM 32365 MB, total RAM 128681 MB
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA RTX 5000 Ada Generation : cudaMallocAsync
VAE dtype: torch.bfloat16
Using pytorch cross attention
### Loading: ComfyUI-Manager (V1.6.4)
### ComfyUI Revision: 1804 [614b7e73] | Released on '2023-12-09'
Loading ComfyUI-NDI nodes begin----------
Traceback (most recent call last):
File "/opt/stable-diffusion/05-comfy-ui/ComfyUI/nodes.py", line 1800, in load_custom_node
module_spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 940, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/opt/stable-diffusion/05-comfy-ui/ComfyUI/custom_nodes/comfyui-NDI/__init__.py", line 13, in <module>
import NDIlib as ndi
File "/opt/stable-diffusion/05-comfy-ui/env/lib/python3.11/site-packages/NDIlib/__init__.py", line 7, in <module>
from .NDIlib import *
ModuleNotFoundError: No module named 'NDIlib.NDIlib'
Cannot import /opt/stable-diffusion/05-comfy-ui/ComfyUI/custom_nodes/comfyui-NDI module for custom nodes: No module named 'NDIlib.NDIlib'
Import times for custom nodes:
0.0 seconds: /opt/stable-diffusion/05-comfy-ui/ComfyUI/custom_nodes/ComfyUI_toyxyz_test_nodes-main
0.0 seconds: /opt/stable-diffusion/05-comfy-ui/ComfyUI/custom_nodes/ComfyUI_toyxyz_test_nodes
0.0 seconds (IMPORT FAILED): /opt/stable-diffusion/05-comfy-ui/ComfyUI/custom_nodes/comfyui-NDI
0.0 seconds: /opt/stable-diffusion/05-comfy-ui/ComfyUI/custom_nodes/ComfyUI-Custom-Scripts
0.0 seconds: /opt/stable-diffusion/05-comfy-ui/ComfyUI/custom_nodes/ComfyUi-NoodleWebcam
0.0 seconds: /opt/stable-diffusion/05-comfy-ui/ComfyUI/custom_nodes/ComfyUI-Manager-main
0.1 seconds: /opt/stable-diffusion/05-comfy-ui/ComfyUI/custom_nodes/Jovimetrix
Setting output directory to: /outputs/05-comfy-ui
Starting server
To see the GUI go to: http://0.0.0.0:9000
^C