Un1ess
Un1ess
same question i download 3dpack from comfyui-manager D:\ComfyUI_Build\python_embeded\python.exe D:\ComfyUI_Build\ComfyUI\custom_nodes\ComfyUI-3D-Pack\install.py Traceback (most recent call last): File "D:\ComfyUI_Build\ComfyUI\custom_nodes\ComfyUI-3D-Pack\install.py", line 28, in from shared_utils.log_utils import cstr ModuleNotFoundError: No module named 'shared_utils' During handling...
> Check your custom_nodes directory, explicitly set providers to ['TensorrtExecutionProvider', 'CUDAExecutionProvider', 'CPUExecutionProvider'] when initializing the InferenceSession. The issue should go away, just blanket set everything. I edit D:\ComfyUI_Build\ComfyUI\custom_nodes\ComfyUI-3D-Pack\Gen_3D_Modules\Unique3D\scripts\utils.py providers= ['CUDAExecutionProvider',...
> Check your custom_nodes directory, explicitly set providers to ['TensorrtExecutionProvider', 'CUDAExecutionProvider', 'CPUExecutionProvider'] when initializing the InferenceSession. The issue should go away, just blanket set everything.检查您的 custom_nodes 目录,在初始化 InferenceSession 时将提供程序明确设置为 ['TensorrtExecutionProvider',...