You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error occurred when executing LayeredDiffusionDecodeRGBA
Steps to reproduce the problem
//
What should have happened?
/
Commit where the problem happens
ComfyUI:
ComfyUI-layerdiffuse:
Sysinfo
AMD 6750GRE
Console logs
Error occurred when executing LayeredDiffusionDecodeRGBA:
File "J:\ComfyUI-aki-v1.2\execution.py", line 151, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "J:\ComfyUI-aki-v1.2\execution.py", line 81, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
File "J:\ComfyUI-aki-v1.2\execution.py", line 74, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "J:\ComfyUI-aki-v1.2\custom_nodes\ComfyUI-layerdiffuse-main\layered_diffusion.py", line 198, in decode
image, mask = super().decode(samples, images, sd_version, sub_batch_size)
File "J:\ComfyUI-aki-v1.2\custom_nodes\ComfyUI-layerdiffuse-main\layered_diffusion.py", line 152, in decode
model_path = load_file_from_url(
File "J:\ComfyUI-aki-v1.2\custom_nodes\ComfyUI-layerdiffuse-main\lib_layerdiffusion\utils.py", line 114, in load_file_from_url
download_url_to_file(url, cached_file, progress=progress)
File "", line 28, in download_url_to_file_wrapper_inner
File "J:\ComfyUI-aki-v1.2\python\lib\site-packages\torch\hub.py", line 620, in download_url_to_file
u = urlopen(req)
File "J:\ComfyUI-aki-v1.2\python\lib\urllib\request.py", line 216, in urlopen
return opener.open(url, data, timeout)
File "J:\ComfyUI-aki-v1.2\python\lib\urllib\request.py", line 519, in open
response = self._open(req, data)
File "J:\ComfyUI-aki-v1.2\python\lib\urllib\request.py", line 536, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File "J:\ComfyUI-aki-v1.2\python\lib\urllib\request.py", line 496, in _call_chain
result = func(*args)
File "J:\ComfyUI-aki-v1.2\python\lib\urllib\request.py", line 1391, in https_open
return self.do_open(http.client.HTTPSConnection, req,
File "J:\ComfyUI-aki-v1.2\python\lib\urllib\request.py", line 1351, in do_open
raise URLError(err)
What happened?
Error occurred when executing LayeredDiffusionDecodeRGBA
Steps to reproduce the problem
//
What should have happened?
/
Commit where the problem happens
ComfyUI:
ComfyUI-layerdiffuse:
Sysinfo
AMD 6750GRE
Console logs
Workflow json file
error2.json
Additional information
What should I do?
The text was updated successfully, but these errors were encountered: