mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-12 07:10:52 +08:00
fix queue bug
This commit is contained in:
parent
94fa7a3b61
commit
6986e4c361
@ -56,6 +56,8 @@ class QueueItem:
|
||||
"""
|
||||
queue_tuple: QueueTuple
|
||||
completed: asyncio.Future | None
|
||||
def __lt__(self, other: QueueItem):
|
||||
return self.queue_tuple[0] < other.queue_tuple[0]
|
||||
|
||||
|
||||
def get_input_data(inputs, class_def, unique_id, outputs={}, prompt={}, extra_data={}):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user