Skip to content

Error during installation process #5

@m00nk

Description

@m00nk

When I tried to install node via Manager I have got the error in the console. After restart ComfyUI I can add the Roop node, but it does not see any swap model. I have downloaded files inswapper_128.onnx and inswapper_128_fp16.onnx into models/insightface and models/roop folders - nothing helped.

The part of console log with the error message:

## ComfyUI-Manager: EXECUTE => ['/home/user/bin/gfx/ComfyUI/ComfyUI/venv/bin/python3', 'install.py']
[!] Traceback (most recent call last):
[!]   File "/home/user/bin/gfx/ComfyUI/ComfyUI/custom_nodes/ComfyUI_roop/install.py", line 26, in <module>
[!]     download(model_url, model_path)
[!]   File "/home/user/bin/gfx/ComfyUI/ComfyUI/custom_nodes/ComfyUI_roop/install.py", line 17, in download
[!]     request = urllib.request.urlopen(url)
[!]   File "/usr/lib/python3.10/urllib/request.py", line 216, in urlopen
[!]     return opener.open(url, data, timeout)
[!]   File "/usr/lib/python3.10/urllib/request.py", line 525, in open
[!]     response = meth(req, response)
[!]   File "/usr/lib/python3.10/urllib/request.py", line 634, in http_response
[!]     response = self.parent.error(
[!]   File "/usr/lib/python3.10/urllib/request.py", line 563, in error
[!]     return self._call_chain(*args)
[!]   File "/usr/lib/python3.10/urllib/request.py", line 496, in _call_chain
[!]     result = func(*args)
[!]   File "/usr/lib/python3.10/urllib/request.py", line 643, in http_error_default
[!]     raise HTTPError(req.full_url, code, msg, hdrs, fp)
[!] urllib.error.HTTPError: HTTP Error 401: Unauthorized
install script failed: https://github.com/ssitu/ComfyUI_roop

I use Linux Mint 21.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions