huchenlei / ComfyUI-layerdiffuse

Layer Diffuse custom nodes
Apache License 2.0
1.41k stars 140 forks source link

[Bug]: LayeredDiffusionDecodeRGBA 🔗 LayeredDiffusionDiffApply 🔗 #66

Open pedroquintanilla opened 5 months ago

pedroquintanilla commented 5 months ago

What happened?

LayeredDiffusionDecodeRGBA 🔗 LayeredDiffusionDiffApply 🔗 Captura de pantalla (507) How can I solve this problem?

Steps to reproduce the problem

it stays there and I can't do anything anymore.

What should have happened?

it stays there and I can't do anything anymore.

Commit where the problem happens

ComfyUI: ComfyUI-layerdiffuse:

Sysinfo

windows

Console logs

File "E:\IA\ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\python_embeded\Lib\site-packages\aiohttp\web_app.py", line 543, in _handle
    resp = await handler(request)
           ^^^^^^^^^^^^^^^^^^^^^^
  File "E:\IA\ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\python_embeded\Lib\site-packages\aiohttp\web_middlewares.py", line 114, in impl
    return await handler(request)
           ^^^^^^^^^^^^^^^^^^^^^^
  File "E:\IA\ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\server.py", line 41, in cache_control
    response: web.Response = await handler(request)
                             ^^^^^^^^^^^^^^^^^^^^^^
  File "E:\IA\ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\server.py", line 53, in cors_middleware
    response = await handler(request)
               ^^^^^^^^^^^^^^^^^^^^^^
  File "E:\IA\ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\server.py", line 468, in post_prompt
    valid = execution.validate_prompt(prompt)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\IA\ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-floodgate\__init__.py", line 92, in hijack_validate
    gate_IDs:list = find_gate(prompt)
                    ^^^^^^^^^^^^^^^^^
  File "E:\IA\ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-floodgate\__init__.py", line 16, in find_gate
    if v["class_type"] == "FloodGate":
       ~^^^^^^^^^^^^^^
KeyError: 'class_type'

Workflow json file

layer_diffusion_diff_bg.json

Additional information

No response

huchenlei commented 5 months ago

This seems to be caused by comfyui-floodgate. You probably should file an issue there instead.

Tanglinling commented 4 months ago

I had the same problem after updating the version of comfyui.,It's estimated that it's incompatible.,Please ask if this plugin is still maintained.,Will it be updated., image

ZeroHackz commented 2 months ago

Same problem.