Update distributed_prompt_worker.py

This commit is contained in:
Benjamin Berman 2024-02-27 23:15:40 -08:00 committed by GitHub
parent cea0bc345d
commit e0e98a8783
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ from ..component_model.queue_types import ExecutionStatus
class DistributedPromptWorker: class DistributedPromptWorker:
""" """
A work in progress distributed prompt worker. A distributed prompt worker.
""" """
def __init__(self, embedded_comfy_client: Optional[EmbeddedComfyClient] = None, def __init__(self, embedded_comfy_client: Optional[EmbeddedComfyClient] = None,