Skip to content

strange console output after installing the extension #234

@TITORDFOX

Description

@TITORDFOX

I'm using StabilyMatrix with ComfyUI and Stable diffusion-Forge-Classic.

After installing sd-webui-comfyui, I have some console output.

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "D:\Data\Packages\Stable Diffusion WebUI Forge - Classic\modules\scripts.py", line 847, in postprocess_batch_list
    script.postprocess_batch_list(p, pp, *script_args, **kwargs)
  File "D:\Data\Packages\Stable Diffusion WebUI Forge - Classic\extensions\sd-webui-comfyui\scripts\comfyui.py", line 57, in postprocess_batch_list
    iframe_requests.extend_infotext_with_comfyui_workflows(p, self.get_tab())
  File "D:\Data\Packages\Stable Diffusion WebUI Forge - Classic\extensions\sd-webui-comfyui\lib_comfyui\comfyui\iframe_requests.py", line 121, in extend_infotext_with_comfyui_workflows
    ComfyuiIFrameRequests.validate_amount_of_nodes_or_throw(
  File "D:\Data\Packages\Stable Diffusion WebUI Forge - Classic\extensions\sd-webui-comfyui\lib_comfyui\ipc\__init__.py", line 41, in wrapper
    return function(*args, **kwargs)
  File "D:\Data\Packages\Stable Diffusion WebUI Forge - Classic\extensions\sd-webui-comfyui\lib_comfyui\comfyui\iframe_requests.py", line 78, in validate_amount_of_nodes_or_throw
    workflow_graph = get_workflow_graph(workflow_type_id)
  File "D:\Data\Packages\Stable Diffusion WebUI Forge - Classic\extensions\sd-webui-comfyui\lib_comfyui\comfyui\iframe_requests.py", line 145, in get_workflow_graph
    return ComfyuiIFrameRequests.send(request='webui_serialize_graph', workflow_type=workflow_type_id)
  File "D:\Data\Packages\Stable Diffusion WebUI Forge - Classic\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))
  File "D:\Data\Packages\Stable Diffusion WebUI Forge - Classic\extensions\sd-webui-comfyui\lib_comfyui\ipc\callback.py", line 73, in get
    raise res.error from res
KeyError: 'b50c70a6-9ab4-4faf-a800-36cabc6db036'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions