ModelSurge / sd-webui-comfyui

An extension to integrate ComfyUI workflows into the Webui's pipeline
MIT License
515 stars 32 forks source link

Some error related to Py files, even though A11 is v1.6 and ComfyUI is updated to the latest version. can't generate images and workflow, show up "keyerror comfyui" #183

Closed Thanh1122kkll closed 11 months ago

Thanh1122kkll commented 11 months ago
  File "D:\CHUONGTRINH\stable-diffusion-webui\webui\extensions\sd-webui-controlnet\scripts\batch_hijack.py", line 42, in processing_process_images_hijack
    return getattr(processing, '__controlnet_original_process_images_inner')(p, *args, **kwargs)
  File "D:\CHUONGTRINH\stable-diffusion-webui\webui\modules\processing.py", line 867, in process_images_inner
    samples_ddim = p.sample(conditioning=p.c, unconditional_conditioning=p.uc, seeds=p.seeds, subseeds=p.subseeds, subseed_strength=p.subseed_strength, prompts=p.prompts)
  File "D:\CHUONGTRINH\stable-diffusion-webui\webui\extensions\sd-webui-comfyui\lib_comfyui\webui\patches.py", line 113, in p_sample_patch
    batch_input=type_conversion.webui_latent_to_comfyui(x.to(device='cpu')),
  File "D:\CHUONGTRINH\stable-diffusion-webui\webui\extensions\sd-webui-comfyui\lib_comfyui\ipc\__init__.py", line 20, in wrapper
    res = current_callback_proxies[process_id].get(args=(function.__module__, function.__qualname__, args, kwargs))
KeyError: 'comfyui'
PladsElsker commented 11 months ago

Is your controlnet extension up to date?

ljleb commented 11 months ago

Closing for now as no response from OP. Will reopen if we get more information.