ssitu / ComfyUI_UltimateSDUpscale

ComfyUI nodes for the Ultimate Stable Diffusion Upscale script by Coyote-A.
GNU General Public License v3.0
866 stars 58 forks source link

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

Open SyncBAND opened 4 months ago

SyncBAND commented 4 months ago

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 commented 3 months ago

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 commented 2 months ago

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