You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to install the custom node with the ComfyUI Manager. All I get is this error message. Is there any way to resolve the issue?
`FETCH DATA from: C:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json [DONE]
[ERROR] An error occurred while retrieving information for the 'Florence2ModelLoader' node.
Traceback (most recent call last):
File "C:\AI\ComfyUI_windows_portable\ComfyUI\server.py", line 573, in get_object_info
out[x] = node_info(x)
^^^^^^^^^^^^
File "C:\AI\ComfyUI_windows_portable\ComfyUI\server.py", line 540, in node_info
info['input'] = obj_class.INPUT_TYPES()
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Florence2\nodes.py", line 150, in INPUT_TYPES
"model": ([item.name for item in Path(folder_paths.models_dir, "LLM").iterdir() if item.is_dir()], {"tooltip": "models are expected to be in Comfyui/models/LLM folder"}),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Florence2\nodes.py", line 150, in
"model": ([item.name for item in Path(folder_paths.models_dir, "LLM").iterdir() if item.is_dir()], {"tooltip": "models are expected to be in Comfyui/models/LLM folder"}),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "pathlib.py", line 931, in iterdir
FileNotFoundError: [WinError 3] Das System kann den angegebenen Pfad nicht finden: 'C:\AI\ComfyUI_windows_portable\ComfyUI\models\LLM'
[ERROR] An error occurred while retrieving information for the 'RifeTensorrt' node.
Traceback (most recent call last):
File "C:\AI\ComfyUI_windows_portable\ComfyUI\server.py", line 573, in get_object_info
out[x] = node_info(x)
^^^^^^^^^^^^
File "C:\AI\ComfyUI_windows_portable\ComfyUI\server.py", line 540, in node_info
info['input'] = obj_class.INPUT_TYPES()
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Rife-Tensorrt_init_.py", line 18, in INPUT_TYPES
"engine": (os.listdir(ENGINE_DIR),),
^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [WinError 3] Das System kann den angegebenen Pfad nicht finden: 'C:\AI\ComfyUI_windows_portable\ComfyUI\models\tensorrt\rife'
←[36;20m[comfy_mtb] | INFO -> Found multiple match, we will pick the last C:\AI\stable-diffusion-webui\models/SwinIR
['C:\AI\ComfyUI_windows_portable\ComfyUI\models\upscale_models', 'C:\AI\stable-diffusion-webui\models/ESRGAN', 'C:\AI\stable-diffusion-webui\models/RealESRGAN', 'C:\AI\stable-diffusion-webui\models/SwinIR']←[0m
[]
[]
FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json [DONE]
FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json [DONE]
FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json [DONE]
FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json [DONE]
FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json [DONE]
FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json [DONE]
FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json [DONE]
Install: ['https://github.com/Fannovel16/comfyui_controlnet_aux.git']
Download: git clone 'https://github.com/Fannovel16/comfyui_controlnet_aux.git'
[!]
Cmd('git') failed due to: exit code(128)
0it [00:00, ?it/s] cmdline: git clone -v --recursive --progress -- https://github.com/Fannovel16/comfyui_controlnet_aux.git C:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux`
The text was updated successfully, but these errors were encountered:
I am unable to install the custom node with the ComfyUI Manager. All I get is this error message. Is there any way to resolve the issue?
`FETCH DATA from: C:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json [DONE]
[ERROR] An error occurred while retrieving information for the 'Florence2ModelLoader' node.
Traceback (most recent call last):
File "C:\AI\ComfyUI_windows_portable\ComfyUI\server.py", line 573, in get_object_info
out[x] = node_info(x)
^^^^^^^^^^^^
File "C:\AI\ComfyUI_windows_portable\ComfyUI\server.py", line 540, in node_info
info['input'] = obj_class.INPUT_TYPES()
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Florence2\nodes.py", line 150, in INPUT_TYPES
"model": ([item.name for item in Path(folder_paths.models_dir, "LLM").iterdir() if item.is_dir()], {"tooltip": "models are expected to be in Comfyui/models/LLM folder"}),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Florence2\nodes.py", line 150, in
"model": ([item.name for item in Path(folder_paths.models_dir, "LLM").iterdir() if item.is_dir()], {"tooltip": "models are expected to be in Comfyui/models/LLM folder"}),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "pathlib.py", line 931, in iterdir
FileNotFoundError: [WinError 3] Das System kann den angegebenen Pfad nicht finden: 'C:\AI\ComfyUI_windows_portable\ComfyUI\models\LLM'
[ERROR] An error occurred while retrieving information for the 'RifeTensorrt' node.
Traceback (most recent call last):
File "C:\AI\ComfyUI_windows_portable\ComfyUI\server.py", line 573, in get_object_info
out[x] = node_info(x)
^^^^^^^^^^^^
File "C:\AI\ComfyUI_windows_portable\ComfyUI\server.py", line 540, in node_info
info['input'] = obj_class.INPUT_TYPES()
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Rife-Tensorrt_init_.py", line 18, in INPUT_TYPES
"engine": (os.listdir(ENGINE_DIR),),
^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [WinError 3] Das System kann den angegebenen Pfad nicht finden: 'C:\AI\ComfyUI_windows_portable\ComfyUI\models\tensorrt\rife'
←[36;20m[comfy_mtb] | INFO -> Found multiple match, we will pick the last C:\AI\stable-diffusion-webui\models/SwinIR
['C:\AI\ComfyUI_windows_portable\ComfyUI\models\upscale_models', 'C:\AI\stable-diffusion-webui\models/ESRGAN', 'C:\AI\stable-diffusion-webui\models/RealESRGAN', 'C:\AI\stable-diffusion-webui\models/SwinIR']←[0m
[]
[]
FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json [DONE]
FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json [DONE]
FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json [DONE]
FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json [DONE]
FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json [DONE]
FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json [DONE]
FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json [DONE]
Install: ['https://github.com/Fannovel16/comfyui_controlnet_aux.git']
Download: git clone 'https://github.com/Fannovel16/comfyui_controlnet_aux.git'
[!]
Cmd('git') failed due to: exit code(128)
0it [00:00, ?it/s] cmdline: git clone -v --recursive --progress -- https://github.com/Fannovel16/comfyui_controlnet_aux.git C:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux`
The text was updated successfully, but these errors were encountered: