TypeError: handle_task_done() got an unexpected keyword argument 'status'
Open
Potential Bug
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 158
Description
When exporting images or previewing them, in this case from a video made with animated diffusion i get this error..
Requested to load AutoencoderKL
Loading 1 new model
Exception in thread Thread-6:
Traceback (most recent call last):
File "/usr/lib/python3.9/threading.py", line 980, in _bootstrap_inner
self.run()
File "/usr/lib/python3.9/threading.py", line 917, in run
self._target(*self._args, **self._kwargs)
File "/notebooks/ComfyUI/main.py", line 113, in prompt_worker
q.task_done(item_id,
TypeError: handle_task_done() got an unexpected keyword argument 'status'
Contributor guide
Assessment
This issue has not been assessed yet.