I dont know what problem it is,can somebody help?
Author: HyellllCreated May 4, 2025Updated Jul 16, 2025
(pytorch_gpu) E:\IC-Light-main>C:/Users/hyel/anaconda3/envs/pytorch_gpu/python.exe e:/IC-Light-main/IC-Light-main/gradio_demo.py Traceback (most recent call last): File "e:\IC-Light-main\IC-Light-main\gradio_demo.py", line 55, in download_url_to_file(url='https://huggingface.co/lllyasviel/ic-light/resolve/main/iclight_sd15_fc.safetensors', dst=model_path) File "C:\Users\hyel\anaconda3\envs\pytorch_gpu\Lib\site-packages\torch\hub.py", line 726, in download_url_to_file f = open(tmp_dst, "w+b") ^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: './models/iclight_sd15_fc.safetensors.d126d92535514e73965ee334116c9548.partial'
after I run "gradio_demo.py",it come out
Source: lllyasviel/IC-Light