volotat / SD-CN-Animation

This script allows to automate video stylization task using StableDiffusion and ControlNet.
MIT License
806 stars 61 forks source link

Error when generate in Vid2vidFile raise URLError(err) urllib.error.URLError: <urlopen error [WinError 10060] #157

Open cccancc opened 1 year ago

cccancc commented 1 year ago

Could you pls help this error in Vid2vid?

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\lora train\sd-webui-aki-v4.1\extensions\SD-CN-Animation-0.9\scripts\base_ui.py", line 139, in process yield from vid2vid.start_process(args) File "C:\lora train\sd-webui-aki-v4.1\extensions\SD-CN-Animation-0.9\scripts\core\vid2vid.py", line 149, in start_process next_flow, prev_flow, occlusion_mask = RAFT_estimate_flow(prev_frame, curr_frame, device=device) File "C:\lora train\sd-webui-aki-v4.1\extensions\SD-CN-Animation-0.9\scripts\core\flow_utils.py", line 43, in RAFT_estimate_flow load_file_from_url(remote_model_path, file_name=model_path) File "C:\lora train\sd-webui-aki-v4.1\python\lib\site-packages\basicsr\utils\download_util.py", line 98, in load_file_from_url download_url_to_file(url, cached_file, hash_prefix=None, progress=progress) File "C:\lora train\sd-webui-aki-v4.1\python\lib\site-packages\torch\hub.py", line 611, in download_url_to_file u = urlopen(req) File "C:\lora train\sd-webui-aki-v4.1\python\lib\urllib\request.py", line 216, in urlopen return opener.open(url, data, timeout) File "C:\lora train\sd-webui-aki-v4.1\python\lib\urllib\request.py", line 519, in open response = self._open(req, data) File "C:\lora train\sd-webui-aki-v4.1\python\lib\urllib\request.py", line 536, in _open result = self._call_chain(self.handle_open, protocol, protocol + File "C:\lora train\sd-webui-aki-v4.1\python\lib\urllib\request.py", line 496, in _call_chain result = func(args) File "C:\lora train\sd-webui-aki-v4.1\python\lib\urllib\request.py", line 1391, in https_open return self.do_open(http.client.HTTPSConnection, req, File "C:\lora train\sd-webui-aki-v4.1\python\lib\urllib\request.py", line 1351, in do_open raise URLError(err) urllib.error.URLError: <urlopen error [WinError 10060]