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

No such file or directory: ultimate-upscale.py #95

Open
SyncBAND opened this issue Jul 15, 2024 · 2 comments
Open

No such file or directory: ultimate-upscale.py #95

SyncBAND opened this issue Jul 15, 2024 · 2 comments

Comments

@SyncBAND
Copy link

Hi. I'm getting the following error after installing the package

  File "/app/ComfyUI/nodes.py", line 1931, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/app/ComfyUI/custom_nodes/ComfyUI_UltimateSDUpscale/__init__.py", line 32, in <module>
    from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
  File "/app/ComfyUI/custom_nodes/ComfyUI_UltimateSDUpscale/nodes.py", line 6, in <module>
    from usdu_patch import usdu
  File "/app/ComfyUI/custom_nodes/ComfyUI_UltimateSDUpscale/usdu_patch.py", line 2, in <module>
    from repositories import ultimate_upscale as usdu
  File "/app/ComfyUI/custom_nodes/ComfyUI_UltimateSDUpscale/repositories/__init__.py", line 14, in <module>
    spec.loader.exec_module(ultimate_upscale)
  File "<frozen importlib._bootstrap_external>", line 879, in exec_module
  File "<frozen importlib._bootstrap_external>", line 1016, in get_code
  File "<frozen importlib._bootstrap_external>", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: '/app/ComfyUI/custom_nodes/ComfyUI_UltimateSDUpscale/repositories/ultimate_sd_upscale/scripts/ultimate-upscale.py'```
@ssitu
Copy link
Owner

ssitu commented Jul 27, 2024

Make sure you add --recursive to your git clone command. Since you already have it installed then you'll want to try running git submodule update --init --recursive in the repo's folder instead.

@dfghsderftgerdf
Copy link

dfghsderftgerdf commented Sep 17, 2024

The above step did not work?

Make sure you add --recursive to your git clone command. Since you already have it installed then you'll want to try running git submodule update --init --recursive in the repo's folder instead.

Microsoft Windows [Version 10.0.19045.4894]
(c) Microsoft Corporation. All rights reserved.

D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale>git submodule update --init --recursive
0 [main] sh 1582 child_copy: dll data read copy failed, 0x1875000..0x1882010, done 0, windows pid 4128, Win32 error 299
0 [main] sh 1581 dofork: child -1 - forked process 4128 died unexpectedly, retry 0, exit code 0xC0000005, errno 11
C:/Program Files/Git/mingw64/libexec/git-core\git-submodule: fork: retry: Resource temporarily unavailable
0 [main] sh 1583 child_copy: dll data read copy failed, 0x1675000..0x1682010, done 0, windows pid 2896, Win32 error 299
1130511 [main] sh 1581 dofork: child -1 - forked process 2896 died unexpectedly, retry 0, exit code 0xC0000005, errno 11
C:/Program Files/Git/mingw64/libexec/git-core\git-submodule: fork: retry: Resource temporarily unavailable
3247839 [main] sh 1581 dofork: child -1 - forked process 13732 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
C:/Program Files/Git/mingw64/libexec/git-core\git-submodule: fork: retry: Resource temporarily unavailable
7358534 [main] sh 1581 dofork: child -1 - forked process 7560 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
C:/Program Files/Git/mingw64/libexec/git-core\git-submodule: fork: retry: Resource temporarily unavailable
15481017 [main] sh 1581 dofork: child -1 - forked process 5060 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
C:/Program Files/Git/mingw64/libexec/git-core\git-submodule: fork: Resource temporarily unavailable

D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale>

also ran it in the repositories folder same error

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

3 participants