Comfy-Org / Comfy-Org/ComfyUI

TypeError: swizzle_execute() takes 9 positional arguments but 10 were given

Open
#10,124 4 comments 1 reaction 0 assignees View on GitHub
Dominant language
Python
Stars
133k
Forks
15.7k
Avg merge
1d 7h
Merged PRs (30d)
158

Description

When I update the confyui version, errors occur that were not present in lower versions. The workflow used is the basic SD1.5 text-to-image workflow from the template, with the following code:
To see the GUI go to: http://0.0.0.0:8188
Start Log Catchers...
[LogConsole] client [cb43a73858654264a4d78665867bc8e5], console [c9b909d7-577d-4be4-a33b-247917d4c98d], connected
FETCH ComfyRegistry Data: 10/98
[Crystools ERROR] Could not get GPU utilization. Unknown Error
[Crystools ERROR] Monitor of GPU is turning off.
FETCH ComfyRegistry Data: 15/98
FETCH ComfyRegistry Data: 20/98
FETCH ComfyRegistry Data: 25/98
FETCH ComfyRegistry Data: 30/98
FETCH ComfyRegistry Data: 35/98
FETCH ComfyRegistry Data: 40/98
FETCH ComfyRegistry Data: 45/98
FETCH ComfyRegistry Data: 50/98
FETCH ComfyRegistry Data: 55/98
FETCH ComfyRegistry Data: 60/98
FETCH ComfyRegistry Data: 65/98
FETCH ComfyRegistry Data: 70/98
FETCH ComfyRegistry Data: 75/98
FETCH ComfyRegistry Data: 80/98
FETCH ComfyRegistry Data: 85/98
FETCH ComfyRegistry Data: 90/98
[LogConsole] client [cb43a73858654264a4d78665867bc8e5], console [c9b909d7-577d-4be4-a33b-247917d4c98d], disconnected
[GLM_Nodes] 信息:从 'text_prompts.txt' 加载提示词成功。
[GLM_Nodes] 信息:从 'text_prompts.txt' 加载提示词成功。
[GLM_Nodes] 信息:从 'image_prompts.txt' 加载提示词成功。
[GLM_Nodes] 信息:从 'image_prompts.txt' 加载提示词成功。
FETCH ComfyRegistry Data: 95/98
[LogConsole] client [cb43a73858654264a4d78665867bc8e5], console [7449f00d-c35c-4359-a5a0-bdf45974f727], connected
FETCH ComfyRegistry Data [DONE]
[ComfyUI-Manager] default cache updated: https://api.comfy.org/nodes
FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json [DONE]
[ComfyUI-Manager] All startup tasks have been completed.
got prompt
Exception in thread Thread-11 (prompt_worker):
Traceback (most recent call last):
File "threading.py", line 1075, in _bootstrap_inner
File "threading.py", line 1012, in run
File "G:\ComfyUI\ComfyUI\main.py", line 194, in prompt_worker
e.execute(item[2], prompt_id, item[3], item[4])
File "G:\ComfyUI\ComfyUI\execution.py", line 649, in execute
asyncio.run(self.execute_async(prompt, prompt_id, extra_data, execute_outputs))
File "asyncio\runners.py", line 195, in run
File "asyncio\runners.py", line 118, in run
File "asyncio\base_events.py", line 691, in run_until_complete
File "G:\ComfyUI\ComfyUI\execution.py", line 695, in execute_async
result, error, ex = await execute(self.server, dynamic_prompt, self.caches, node_id, extra_data, executed, prompt_id, execution_list, pending_subgraph_results, pending_async_nodes)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: swizzle_execute() takes 9 positional arguments but 10 were given

What caused this, and how can it be resolved?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.