-
Notifications
You must be signed in to change notification settings - Fork 35
ComfyUI CLI arguments
Johnwl edited this page Jul 15, 2023
·
1 revision
sd-webui-comfyui starts ComfyUI automatically and forwards command line arguments.
For each ComfyUI argument, use the following mapping in the Webui:
Original Args | Webui Args |
---|---|
--[arg] |
--comfyui-[arg] |
Here are some examples of CLI argument mappings:
Original Args | Webui Args |
---|---|
--port |
--comfyui-port |
--listen |
--comfyui-listen |
--disable-xformers |
--comfyui-disable-xformers |
... | ... |
Use the appropriate ComfyUI arguments when configuring the extension.
You can find the definition for the ComfyUI arguments here.