Receiving error since today in async_worker.py #1742
Replies: 2 comments
-
There is an error already before, too: Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
-
I assume you had merge conflicts when pulling the latest version. |
Beta Was this translation helpful? Give feedback.
-
Since today my installation crashes on Windows, see error msg below:
Traceback (most recent call last):
File "D:\fooocus2\Fooocus\modules\async_worker.py", line 823, in worker
handler(task)
File "D:\fooocus2\python_embeded\lib\site-packages\torch\utils_contextlib.py", line 115, in decorate_context
return func(*args, **kwargs)
File "D:\fooocus2\python_embeded\lib\site-packages\torch\utils_contextlib.py", line 115, in decorate_context
return func(*args, **kwargs)
File "D:\fooocus2\Fooocus\modules\async_worker.py", line 151, in handler
cn_tasks[cn_type].append([cn_img, cn_stop, cn_weight])
KeyError: None
Total time: 16.07 seconds
Beta Was this translation helpful? Give feedback.
All reactions