Skip to content

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.

Clone this wiki locally