Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failed to load components #1392

Open
Neytiri7 opened this issue Jan 3, 2025 · 16 comments
Open

failed to load components #1392

Neytiri7 opened this issue Jan 3, 2025 · 16 comments

Comments

@Neytiri7
Copy link

Neytiri7 commented Jan 3, 2025

[ComfyUI-Manager] failed to load components
[WinError 3] 지정된 경로를 찾을 수 없습니다: 'W:\\SynologyDrive\\ComfyUI\\ComfyUI\\user\\default\\ComfyUI-Manager\\components'

That's how it appears when you start the browser without any messages.

@ltdrdata
Copy link
Owner

ltdrdata commented Jan 3, 2025

This is fixed, already.
Update to latest version.

@Neytiri7
Copy link
Author

Neytiri7 commented Jan 3, 2025

Even in the latest version, it's the same even if you erase and reinstall it, and update it.

스크린샷 2025-01-04 015509
스크린샷 2025-01-04 015619

@ltdrdata
Copy link
Owner

ltdrdata commented Jan 3, 2025

What is your Manager version number?

@Neytiri7
Copy link
Author

Neytiri7 commented Jan 3, 2025

What is your Subpack version number?

스크린샷 2025-01-04 021403

@ltdrdata
Copy link
Owner

ltdrdata commented Jan 3, 2025

For the nightly version, it may not display the version information correctly there.
Check the version on the about page.

image

@Neytiri7
Copy link
Author

Neytiri7 commented Jan 3, 2025

When installed as git, it is automatically installed as nightly version.
I updated it afterwards, and it was done without errors, and I get an error when I restart it.

So, I reinstalled the ComplyUI, and I also installed the manager with version 3.3.6.
I updated it afterwards, and an error occurs as below.

Update ComfyUI
Error handling request
Traceback (most recent call last):
  File "W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\comfyui-manager\glob\manager_server.py", line 1017, in update_comfyui
    res = core.update_path(repo_path)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\comfyui-manager\glob\manager_core.py", line 2127, in update_path
    switch_to_default_branch(repo)
  File "W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\comfyui-manager\glob\manager_core.py", line 1492, in switch_to_default_branch
    default_branch = repo.git.symbolic_ref('refs/remotes/origin/HEAD').replace('refs/remotes/origin/', '')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "W:\SynologyDrive\Comfy\python_embeded\Lib\site-packages\git\cmd.py", line 986, in <lambda>
    return lambda *args, **kwargs: self._call_process(name, *args, **kwargs)
                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "W:\SynologyDrive\Comfy\python_embeded\Lib\site-packages\git\cmd.py", line 1599, in _call_process
    return self.execute(call, **exec_kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "W:\SynologyDrive\Comfy\python_embeded\Lib\site-packages\git\cmd.py", line 1389, in execute
    raise GitCommandError(redacted_command, status, stderr_value, stdout_value)
git.exc.GitCommandError: Cmd('git') failed due to: exit code(128)
  cmdline: git symbolic-ref refs/remotes/origin/HEAD
  stderr: 'fatal: ref refs/remotes/origin/HEAD is not a symbolic ref'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "W:\SynologyDrive\Comfy\python_embeded\Lib\site-packages\aiohttp\web_protocol.py", line 480, in _handle_request
    resp = await request_handler(request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "W:\SynologyDrive\Comfy\python_embeded\Lib\site-packages\aiohttp\web_app.py", line 569, in _handle
    return await handler(request)
           ^^^^^^^^^^^^^^^^^^^^^^
  File "W:\SynologyDrive\Comfy\python_embeded\Lib\site-packages\aiohttp\web_middlewares.py", line 117, in impl
    return await handler(request)
           ^^^^^^^^^^^^^^^^^^^^^^
  File "W:\SynologyDrive\Comfy\ComfyUI\server.py", line 63, in cache_control
    response: web.Response = await handler(request)
                             ^^^^^^^^^^^^^^^^^^^^^^
  File "W:\SynologyDrive\Comfy\ComfyUI\server.py", line 141, in origin_only_middleware
    response = await handler(request)
               ^^^^^^^^^^^^^^^^^^^^^^
  File "W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\comfyui-manager\glob\manager_server.py", line 1026, in update_comfyui
    logging.error(f"ComfyUI update fail: {e}", file=sys.stderr)
  File "logging\__init__.py", line 2183, in error
  File "logging\__init__.py", line 1568, in error
TypeError: Logger._log() got an unexpected keyword argument 'file'
FETCH DATA from: W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\comfyui-manager\.cache\2233941102_nodes_page_1_limit_1000.json [DONE]
nightly_channel: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/cache
FETCH DATA from: W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\comfyui-manager\.cache\1514988643_custom-node-list.json [DONE]
FETCH DATA from: W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\comfyui-manager\.cache\2233941102_nodes_page_1_limit_1000.json [DONE]
nightly_channel: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/cache
FETCH DATA from: W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\comfyui-manager\.cache\1514988643_custom-node-list.json [DONE]

And, it was updated to 3.3.7 normally upon restart.
There are no components errors.

Even when I update it later, I'm worried that there's an error like that.

And, I think it should always be installed with the latest version, not the nightly version at the first installation.

@ltdrdata
Copy link
Owner

ltdrdata commented Jan 4, 2025

When installed as git, it is automatically installed as nightly version. I updated it afterwards, and it was done without errors, and I get an error when I restart it.

So, I reinstalled the ComplyUI, and I also installed the manager with version 3.3.6. I updated it afterwards, and an error occurs as below.

Update ComfyUI
Error handling request
Traceback (most recent call last):
  File "W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\comfyui-manager\glob\manager_server.py", line 1017, in update_comfyui
    res = core.update_path(repo_path)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\comfyui-manager\glob\manager_core.py", line 2127, in update_path
    switch_to_default_branch(repo)
  File "W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\comfyui-manager\glob\manager_core.py", line 1492, in switch_to_default_branch
    default_branch = repo.git.symbolic_ref('refs/remotes/origin/HEAD').replace('refs/remotes/origin/', '')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "W:\SynologyDrive\Comfy\python_embeded\Lib\site-packages\git\cmd.py", line 986, in <lambda>
    return lambda *args, **kwargs: self._call_process(name, *args, **kwargs)
                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "W:\SynologyDrive\Comfy\python_embeded\Lib\site-packages\git\cmd.py", line 1599, in _call_process
    return self.execute(call, **exec_kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "W:\SynologyDrive\Comfy\python_embeded\Lib\site-packages\git\cmd.py", line 1389, in execute
    raise GitCommandError(redacted_command, status, stderr_value, stdout_value)
git.exc.GitCommandError: Cmd('git') failed due to: exit code(128)
  cmdline: git symbolic-ref refs/remotes/origin/HEAD
  stderr: 'fatal: ref refs/remotes/origin/HEAD is not a symbolic ref'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "W:\SynologyDrive\Comfy\python_embeded\Lib\site-packages\aiohttp\web_protocol.py", line 480, in _handle_request
    resp = await request_handler(request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "W:\SynologyDrive\Comfy\python_embeded\Lib\site-packages\aiohttp\web_app.py", line 569, in _handle
    return await handler(request)
           ^^^^^^^^^^^^^^^^^^^^^^
  File "W:\SynologyDrive\Comfy\python_embeded\Lib\site-packages\aiohttp\web_middlewares.py", line 117, in impl
    return await handler(request)
           ^^^^^^^^^^^^^^^^^^^^^^
  File "W:\SynologyDrive\Comfy\ComfyUI\server.py", line 63, in cache_control
    response: web.Response = await handler(request)
                             ^^^^^^^^^^^^^^^^^^^^^^
  File "W:\SynologyDrive\Comfy\ComfyUI\server.py", line 141, in origin_only_middleware
    response = await handler(request)
               ^^^^^^^^^^^^^^^^^^^^^^
  File "W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\comfyui-manager\glob\manager_server.py", line 1026, in update_comfyui
    logging.error(f"ComfyUI update fail: {e}", file=sys.stderr)
  File "logging\__init__.py", line 2183, in error
  File "logging\__init__.py", line 1568, in error
TypeError: Logger._log() got an unexpected keyword argument 'file'
FETCH DATA from: W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\comfyui-manager\.cache\2233941102_nodes_page_1_limit_1000.json [DONE]
nightly_channel: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/cache
FETCH DATA from: W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\comfyui-manager\.cache\1514988643_custom-node-list.json [DONE]
FETCH DATA from: W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\comfyui-manager\.cache\2233941102_nodes_page_1_limit_1000.json [DONE]
nightly_channel: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/cache
FETCH DATA from: W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\comfyui-manager\.cache\1514988643_custom-node-list.json [DONE]

And, it was updated to 3.3.7 normally upon restart. There are no components errors.

Even when I update it later, I'm worried that there's an error like that.

And, I think it should always be installed with the latest version, not the nightly version at the first installation.

This is patched. Update to 3.3.9 and try again.

@Neytiri7
Copy link
Author

Neytiri7 commented Jan 4, 2025

The same error occurs in 3.3.9.
Of course, there is nothing wrong with driving the ComplyUI.
I get this error only for updates.

Update ComfyUI
[ComfyUI Manager] Failed to switch to the default branch (master or main)
Error handling request
Traceback (most recent call last):
  File "W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\comfyui-manager\glob\manager_server.py", line 1013, in update_comfyui
    res = core.update_path(repo_path)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\comfyui-manager\glob\manager_core.py", line 2159, in update_path
    current_branch = repo.active_branch
                     ^^^^^^^^^^^^^^^^^^
  File "W:\SynologyDrive\Comfy\python_embeded\Lib\site-packages\git\repo\base.py", line 1052, in active_branch
    return self.head.reference
           ^^^^^^^^^^^^^^^^^^^
  File "W:\SynologyDrive\Comfy\python_embeded\Lib\site-packages\git\refs\symbolic.py", line 413, in _get_reference
    raise TypeError("%s is a detached symbolic reference as it points to %r" % (self, sha))
TypeError: HEAD is a detached symbolic reference as it points to 'ee9547ba31f5f2c1de0211a09c3fb829bd8e25e6'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "W:\SynologyDrive\Comfy\python_embeded\Lib\site-packages\aiohttp\web_protocol.py", line 480, in _handle_request
    resp = await request_handler(request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "W:\SynologyDrive\Comfy\python_embeded\Lib\site-packages\aiohttp\web_app.py", line 569, in _handle
    return await handler(request)
           ^^^^^^^^^^^^^^^^^^^^^^
  File "W:\SynologyDrive\Comfy\python_embeded\Lib\site-packages\aiohttp\web_middlewares.py", line 117, in impl
    return await handler(request)
           ^^^^^^^^^^^^^^^^^^^^^^
  File "W:\SynologyDrive\Comfy\ComfyUI\server.py", line 63, in cache_control
    response: web.Response = await handler(request)
                             ^^^^^^^^^^^^^^^^^^^^^^
  File "W:\SynologyDrive\Comfy\ComfyUI\server.py", line 141, in origin_only_middleware
    response = await handler(request)
               ^^^^^^^^^^^^^^^^^^^^^^
  File "W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\comfyui-manager\glob\manager_server.py", line 1022, in update_comfyui
    logging.error(f"ComfyUI update fail: {e}", file=sys.stderr)
  File "logging\__init__.py", line 2183, in error
  File "logging\__init__.py", line 1568, in error
TypeError: Logger._log() got an unexpected keyword argument 'file'
FETCH DATA from: W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\comfyui-manager\.cache\2233941102_nodes_page_1_limit_1000.json [DONE]
nightly_channel: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/cache
FETCH DATA from: W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\comfyui-manager\.cache\1514988643_custom-node-list.json [DONE]
FETCH DATA from: W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\comfyui-manager\.cache\2233941102_nodes_page_1_limit_1000.json [DONE]
nightly_channel: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/cache
FETCH DATA from: W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\comfyui-manager\.cache\1514988643_custom-node-list.json [DONE]

There seem to be nodes that cannot be updated.

[ComfyUI-Manager] Starting dependency installation/(de)activation for the extension

Downloading https://storage.googleapis.com/comfy-registry/chrisgoringe/cg-image-picker/2.15.0/node.tar.gz to W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\CNR_temp_9ac8e178-c820-4fb8-b312-d58cca382d25.zip
100%|█████████████████████████████████████████████████████████████████████████████| 2.11M/2.11M [00:00<00:00, 60.2MB/s]
Extracted zip file to W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\cg-image-picker
'W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\cg-image-picker' is moved to 'W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\cg-image-picker'
[ERROR] Failed to execute install/(de)activation script: ['cg-image-picker', '#LAZY-CNR-SWITCH-SCRIPT', 'https://storage.googleapis.com/comfy-registry/chrisgoringe/cg-image-picker/2.15.0/node.tar.gz', 'W:\\SynologyDrive\\Comfy\\ComfyUI\\custom_nodes\\cg-image-picker', 'W:\\SynologyDrive\\Comfy\\ComfyUI\\custom_nodes\\cg-image-picker', False, 'W:\\SynologyDrive\\Comfy\\ComfyUI\\custom_nodes', 'W:\\SynologyDrive\\Comfy\\python_embeded\\python.exe']
 / [WinError 5] 액세스가 거부되었습니다: 'W:\\SynologyDrive\\Comfy\\ComfyUI\\custom_nodes\\cg-image-picker' -> 'W:\\SynologyDrive\\Comfy\\ComfyUI\\custom_nodes\\cg-image-picker'
Downloading https://storage.googleapis.com/comfy-registry/kosinkadink/comfyui-videohelpersuite/1.4.5/node.zip to W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\CNR_temp_067b0820-3364-46ac-be01-2efbbb4562ca.zip
100%|█████████████████████████████████████████████████████████████████████████████| 93.0k/93.0k [00:00<00:00, 15.5MB/s]
Extracted zip file to W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\comfyui-videohelpersuite
'W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\comfyui-videohelpersuite' is moved to 'W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\comfyui-videohelpersuite'
Install: pip packages for 'W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\comfyui-videohelpersuite'
Downloading https://storage.googleapis.com/comfy-registry/audioscavenger/save-image-extended-comfyui/2.64.0/node.zip to W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\CNR_temp_027930c4-7bb7-445f-b008-cd5749a39f40.zip
100%|███████████████████████████████████████████████████████████████████████████████| 368k/368k [00:00<00:00, 26.3MB/s]
Extracted zip file to W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\save-image-extended-comfyui
'W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\save-image-extended-comfyui' is moved to 'W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\save-image-extended-comfyui'
[ERROR] Failed to execute install/(de)activation script: ['save-image-extended-comfyui', '#LAZY-CNR-SWITCH-SCRIPT', 'https://storage.googleapis.com/comfy-registry/audioscavenger/save-image-extended-comfyui/2.64.0/node.zip', 'W:\\SynologyDrive\\Comfy\\ComfyUI\\custom_nodes\\save-image-extended-comfyui', 'W:\\SynologyDrive\\Comfy\\ComfyUI\\custom_nodes\\save-image-extended-comfyui', False, 'W:\\SynologyDrive\\Comfy\\ComfyUI\\custom_nodes', 'W:\\SynologyDrive\\Comfy\\python_embeded\\python.exe']
 / [WinError 5] 액세스가 거부되었습니다: 'W:\\SynologyDrive\\Comfy\\ComfyUI\\custom_nodes\\save-image-extended-comfyui' -> 'W:\\SynologyDrive\\Comfy\\ComfyUI\\custom_nodes\\save-image-extended-comfyui'
Install: pip packages for 'W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\comfyui-manager'
                 [SKIP] Downgrading pip package isn't allowed: huggingface-hub (cur=0.27.0)

[ComfyUI-Manager] Startup script completed.
#######################################################################

@ltdrdata
Copy link
Owner

ltdrdata commented Jan 4, 2025

The same error occurs in 3.3.9. Of course, there is nothing wrong with driving the ComplyUI. I get this error only for updates.

Update ComfyUI
[ComfyUI Manager] Failed to switch to the default branch (master or main)
Error handling request
Traceback (most recent call last):
  File "W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\comfyui-manager\glob\manager_server.py", line 1013, in update_comfyui
    res = core.update_path(repo_path)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\comfyui-manager\glob\manager_core.py", line 2159, in update_path
    current_branch = repo.active_branch
                     ^^^^^^^^^^^^^^^^^^
  File "W:\SynologyDrive\Comfy\python_embeded\Lib\site-packages\git\repo\base.py", line 1052, in active_branch
    return self.head.reference
           ^^^^^^^^^^^^^^^^^^^
  File "W:\SynologyDrive\Comfy\python_embeded\Lib\site-packages\git\refs\symbolic.py", line 413, in _get_reference
    raise TypeError("%s is a detached symbolic reference as it points to %r" % (self, sha))
TypeError: HEAD is a detached symbolic reference as it points to 'ee9547ba31f5f2c1de0211a09c3fb829bd8e25e6'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "W:\SynologyDrive\Comfy\python_embeded\Lib\site-packages\aiohttp\web_protocol.py", line 480, in _handle_request
    resp = await request_handler(request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "W:\SynologyDrive\Comfy\python_embeded\Lib\site-packages\aiohttp\web_app.py", line 569, in _handle
    return await handler(request)
           ^^^^^^^^^^^^^^^^^^^^^^
  File "W:\SynologyDrive\Comfy\python_embeded\Lib\site-packages\aiohttp\web_middlewares.py", line 117, in impl
    return await handler(request)
           ^^^^^^^^^^^^^^^^^^^^^^
  File "W:\SynologyDrive\Comfy\ComfyUI\server.py", line 63, in cache_control
    response: web.Response = await handler(request)
                             ^^^^^^^^^^^^^^^^^^^^^^
  File "W:\SynologyDrive\Comfy\ComfyUI\server.py", line 141, in origin_only_middleware
    response = await handler(request)
               ^^^^^^^^^^^^^^^^^^^^^^
  File "W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\comfyui-manager\glob\manager_server.py", line 1022, in update_comfyui
    logging.error(f"ComfyUI update fail: {e}", file=sys.stderr)
  File "logging\__init__.py", line 2183, in error
  File "logging\__init__.py", line 1568, in error
TypeError: Logger._log() got an unexpected keyword argument 'file'
FETCH DATA from: W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\comfyui-manager\.cache\2233941102_nodes_page_1_limit_1000.json [DONE]
nightly_channel: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/cache
FETCH DATA from: W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\comfyui-manager\.cache\1514988643_custom-node-list.json [DONE]
FETCH DATA from: W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\comfyui-manager\.cache\2233941102_nodes_page_1_limit_1000.json [DONE]
nightly_channel: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/cache
FETCH DATA from: W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\comfyui-manager\.cache\1514988643_custom-node-list.json [DONE]

There seem to be nodes that cannot be updated.

[ComfyUI-Manager] Starting dependency installation/(de)activation for the extension

Downloading https://storage.googleapis.com/comfy-registry/chrisgoringe/cg-image-picker/2.15.0/node.tar.gz to W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\CNR_temp_9ac8e178-c820-4fb8-b312-d58cca382d25.zip
100%|█████████████████████████████████████████████████████████████████████████████| 2.11M/2.11M [00:00<00:00, 60.2MB/s]
Extracted zip file to W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\cg-image-picker
'W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\cg-image-picker' is moved to 'W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\cg-image-picker'
[ERROR] Failed to execute install/(de)activation script: ['cg-image-picker', '#LAZY-CNR-SWITCH-SCRIPT', 'https://storage.googleapis.com/comfy-registry/chrisgoringe/cg-image-picker/2.15.0/node.tar.gz', 'W:\\SynologyDrive\\Comfy\\ComfyUI\\custom_nodes\\cg-image-picker', 'W:\\SynologyDrive\\Comfy\\ComfyUI\\custom_nodes\\cg-image-picker', False, 'W:\\SynologyDrive\\Comfy\\ComfyUI\\custom_nodes', 'W:\\SynologyDrive\\Comfy\\python_embeded\\python.exe']
 / [WinError 5] 액세스가 거부되었습니다: 'W:\\SynologyDrive\\Comfy\\ComfyUI\\custom_nodes\\cg-image-picker' -> 'W:\\SynologyDrive\\Comfy\\ComfyUI\\custom_nodes\\cg-image-picker'
Downloading https://storage.googleapis.com/comfy-registry/kosinkadink/comfyui-videohelpersuite/1.4.5/node.zip to W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\CNR_temp_067b0820-3364-46ac-be01-2efbbb4562ca.zip
100%|█████████████████████████████████████████████████████████████████████████████| 93.0k/93.0k [00:00<00:00, 15.5MB/s]
Extracted zip file to W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\comfyui-videohelpersuite
'W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\comfyui-videohelpersuite' is moved to 'W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\comfyui-videohelpersuite'
Install: pip packages for 'W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\comfyui-videohelpersuite'
Downloading https://storage.googleapis.com/comfy-registry/audioscavenger/save-image-extended-comfyui/2.64.0/node.zip to W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\CNR_temp_027930c4-7bb7-445f-b008-cd5749a39f40.zip
100%|███████████████████████████████████████████████████████████████████████████████| 368k/368k [00:00<00:00, 26.3MB/s]
Extracted zip file to W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\save-image-extended-comfyui
'W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\save-image-extended-comfyui' is moved to 'W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\save-image-extended-comfyui'
[ERROR] Failed to execute install/(de)activation script: ['save-image-extended-comfyui', '#LAZY-CNR-SWITCH-SCRIPT', 'https://storage.googleapis.com/comfy-registry/audioscavenger/save-image-extended-comfyui/2.64.0/node.zip', 'W:\\SynologyDrive\\Comfy\\ComfyUI\\custom_nodes\\save-image-extended-comfyui', 'W:\\SynologyDrive\\Comfy\\ComfyUI\\custom_nodes\\save-image-extended-comfyui', False, 'W:\\SynologyDrive\\Comfy\\ComfyUI\\custom_nodes', 'W:\\SynologyDrive\\Comfy\\python_embeded\\python.exe']
 / [WinError 5] 액세스가 거부되었습니다: 'W:\\SynologyDrive\\Comfy\\ComfyUI\\custom_nodes\\save-image-extended-comfyui' -> 'W:\\SynologyDrive\\Comfy\\ComfyUI\\custom_nodes\\save-image-extended-comfyui'
Install: pip packages for 'W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\comfyui-manager'
                 [SKIP] Downgrading pip package isn't allowed: huggingface-hub (cur=0.27.0)

[ComfyUI-Manager] Startup script completed.
#######################################################################

It seems that your ComfyUI installation/status is invalid.
Goto W:\SynologyDrive\Comfy\ComfyUI in cmd.

And execute

git branch -al
git status
type .git\config

What is displayed?

@Neytiri7
Copy link
Author

Neytiri7 commented Jan 6, 2025

image

@ltdrdata
Copy link
Owner

ltdrdata commented Jan 6, 2025

This is patched. Update and try again.

@Neytiri7
Copy link
Author

Neytiri7 commented Jan 6, 2025

No errors are displayed when updating
However, if you click Update, some custom node functions will not work.

pythongosssss/ComfyUI-Custom-Scripts#413
cubiq/ComfyUI_IPAdapter_plus#776

After the update, the CompyUI is reinstalled, and it only works fine if it is not updated, and when it is updated, some features do not work the same.

Upon update

FETCH DATA from: W:\SynologyDrive\Comfy\ComfyUI\user\default\ComfyUI-Manager\cache\1742899825_extension-node-map.json [DONE]
FETCH DATA from: W:\SynologyDrive\Comfy\ComfyUI\user\default\ComfyUI-Manager\cache\2233941102_nodes_page_1_limit_1000.json [DONE]
nightly_channel: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/cache
FETCH DATA from: W:\SynologyDrive\Comfy\ComfyUI\user\default\ComfyUI-Manager\cache\1514988643_custom-node-list.json [DONE]
FETCH DATA from: W:\SynologyDrive\Comfy\ComfyUI\user\default\ComfyUI-Manager\cache\746607195_github-stats.json [DONE]
FETCH DATA from: W:\SynologyDrive\Comfy\ComfyUI\user\default\ComfyUI-Manager\cache\832903789_extras.json [DONE]
FETCH DATA from: W:\SynologyDrive\Comfy\ComfyUI\user\default\ComfyUI-Manager\cache\1742899825_extension-node-map.json [DONE]
FETCH DATA from: W:\SynologyDrive\Comfy\ComfyUI\user\default\ComfyUI-Manager\cache\1742899825_extension-node-map.json [DONE]
FETCH DATA from: W:\SynologyDrive\Comfy\ComfyUI\user\default\ComfyUI-Manager\cache\2233941102_nodes_page_1_limit_1000.json [DONE]
nightly_channel: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/cache
FETCH DATA from: W:\SynologyDrive\Comfy\ComfyUI\user\default\ComfyUI-Manager\cache\1514988643_custom-node-list.json [DONE]
FETCH DATA from: W:\SynologyDrive\Comfy\ComfyUI\user\default\ComfyUI-Manager\cache\746607195_github-stats.json [DONE]
FETCH DATA from: W:\SynologyDrive\Comfy\ComfyUI\user\default\ComfyUI-Manager\cache\832903789_extras.json [DONE]
Update check done.

The cache log is being displayed.

#######################################################################
[ComfyUI-Manager] Starting dependency installation/(de)activation for the extension

[SKIP] Downgrading pip package isn't allowed: transformers (cur=4.47.1)
[SKIP] Downgrading pip package isn't allowed: tokenizers (cur=0.21.0)
[SKIP] Downgrading pip package isn't allowed: safetensors (cur=0.4.5)

## ComfyUI-Manager: EXECUTE => ['W:\\SynologyDrive\\Comfy\\python_embeded\\python.exe', '-m', 'pip', 'install', 'pyyaml']

## Execute install/(de)activation script for 'W:\SynologyDrive\Comfy\ComfyUI'
 [SKIP] Downgrading pip package isn't allowed: kornia (cur=0.7.4)
Downloading https://storage.googleapis.com/comfy-registry/chrisgoringe/cg-image-picker/2.15.0/node.tar.gz to W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\CNR_temp_c59987e2-dd6e-41a7-bebb-5788aca62c97.zip
100%|█████████████████████████████████████████████████████████████████████████████| 2.11M/2.11M [00:00<00:00, 77.8MB/s]
Extracted zip file to W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\cg-image-picker
[ERROR] Failed to execute install/(de)activation script: ['cg-image-picker', '#LAZY-CNR-SWITCH-SCRIPT', 'https://storage.googleapis.com/comfy-registry/chrisgoringe/cg-image-picker/2.15.0/node.tar.gz', 'W:\\SynologyDrive\\Comfy\\ComfyUI\\custom_nodes\\cg-image-picker', 'W:\\SynologyDrive\\Comfy\\ComfyUI\\custom_nodes\\cg-image-picker', False, 'W:\\SynologyDrive\\Comfy\\ComfyUI\\custom_nodes', 'W:\\SynologyDrive\\Comfy\\python_embeded\\python.exe']
 / [Errno 2] No such file or directory: 'W:\\SynologyDrive\\Comfy\\ComfyUI\\custom_nodes\\cg-image-picker\\.tracking'
Downloading https://storage.googleapis.com/comfy-registry/audioscavenger/save-image-extended-comfyui/2.64.0/node.zip to W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\CNR_temp_74cb031b-903f-43ab-acb1-ea9cde669bd1.zip
100%|███████████████████████████████████████████████████████████████████████████████| 368k/368k [00:00<00:00, 35.0MB/s]
Extracted zip file to W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\save-image-extended-comfyui
'W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\save-image-extended-comfyui' is moved to 'W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\save-image-extended-comfyui'
[ERROR] Failed to execute install/(de)activation script: ['save-image-extended-comfyui', '#LAZY-CNR-SWITCH-SCRIPT', 'https://storage.googleapis.com/comfy-registry/audioscavenger/save-image-extended-comfyui/2.64.0/node.zip', 'W:\\SynologyDrive\\Comfy\\ComfyUI\\custom_nodes\\save-image-extended-comfyui', 'W:\\SynologyDrive\\Comfy\\ComfyUI\\custom_nodes\\save-image-extended-comfyui', False, 'W:\\SynologyDrive\\Comfy\\ComfyUI\\custom_nodes', 'W:\\SynologyDrive\\Comfy\\python_embeded\\python.exe']
 / [WinError 5] Access is denied: 'W:\\SynologyDrive\\Comfy\\ComfyUI\\custom_nodes\\save-image-extended-comfyui' -> 'W:\\SynologyDrive\\Comfy\\ComfyUI\\custom_nodes\\save-image-extended-comfyui'

[ComfyUI-Manager] Startup script completed.
#######################################################################

Access denied, update fails.

@Neytiri7
Copy link
Author

Neytiri7 commented Jan 6, 2025

스크린샷 2025-01-07 021727

@ltdrdata
Copy link
Owner

ltdrdata commented Jan 6, 2025

Can you check the files of the following directory?

"W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\cg-image-picker"

Is the directory exists?
Are the files exist in the directory?

@ltdrdata
Copy link
Owner

ltdrdata commented Jan 6, 2025

Can you check the files of the following directory?

"W:\SynologyDrive\Comfy\ComfyUI\custom_nodes\cg-image-picker"

Is the directory there?
Are there files in the directory?

@Neytiri7
Copy link
Author

Neytiri7 commented Jan 7, 2025

As explained earlier, there is an error like that, but if you click the update again, it will not be updated or updated.

The custom node is also installed normally.
It also works normally.

pythongosssss/ComfyUI-Custom-Scripts#413
cubiq/ComfyUI_IPAdapter_plus#776

Once these two issues occur, they are not resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants