mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 06:40:48 +08:00
Specify worker,frontend as default roles
This commit is contained in:
parent
54d419d855
commit
d5bcaa515c
@ -125,6 +125,7 @@ parser.add_argument(
|
||||
'--distributed-queue-roles',
|
||||
action='append',
|
||||
choices=['worker', 'frontend'],
|
||||
default=["worker", "frontend"],
|
||||
help='Specifies one or more roles for the distributed queue. Acceptable values are "worker" or "frontend", or both by writing the flag twice with each role. Prompters will start the web UI and connect to the provided AMQP URL to submit prompts; workers will pull requests off the AMQP URL.'
|
||||
)
|
||||
parser.add_argument("--distributed-queue-name", type=str, default="comfyui",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user