-
Notifications
You must be signed in to change notification settings - Fork 206
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
Collection of Failed file downloading issues #264
Comments
@Layer-norm Can you test this commit? 36aee14, 9365529 I try to fix character limit issue by moving the cache folder to temp directory |
ok, wait a minute |
Fix custom model path, add custom temp path. Fix(#264)
Error occurred when executing LineArtPreprocessor: [Errno 2] No such file or directory: 'D:\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts\lllyasviel\Annotators\.huggingface\download\sk_model2.pth.30a534781061f34e83bb9406b4335da4ff2616c95d22a585c1245aa8363e74e0.incomplete' Could you please tell me how to solve it,thanks |
Same issue with Error occurred when executing Zoe_DepthAnythingPreprocessor: asking for ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts\LiheYoung\Depth-Anything\.huggingface\download\checkpoints_metric_depth\depth_anything_metric_depth_indoor.pt.e25a96605a2ea2dbbe57308d024e89a803fa87fe981bd51d4cee245f1de57977.incomplete |
I found that it doesn't work on windows11 because the filename is too long. It works well if the filename is of shorter size |
Same issue |
Error occurred when executing MeshGraphormer-DepthMapPreprocessor: [Errno 2] No such file or directory: 'D:\ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts\hr16\ControlNet-HandRefiner-pruned\.huggingface\download\hrnetv2_w64_imagenet_pretrained.pth.41ed675bcd1f4f4b62a49bad64901f08f8b67ed744b715da87738f926dae685c.incomplete' How can I fix this ? |
This issue is where users should post any issue related to preprocessor node not able to download file. This can be identified if you see
[Errno 2] No such file or directory:
in the error log. For example:The text was updated successfully, but these errors were encountered: