Skip to content
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

LayerDiffusion LayeredDiffusionDecodeRGBA error #96

Open
liyeliye321 opened this issue Jul 13, 2024 · 0 comments
Open

LayerDiffusion LayeredDiffusionDecodeRGBA error #96

liyeliye321 opened this issue Jul 13, 2024 · 0 comments

Comments

@liyeliye321
Copy link

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

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)

Workflow json file

error2.json

Additional information

What should I do?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant