MyNixOS website logo
option

services.comfyui.extraArgs

Extra arguments to pass to the server. See comfyui --help for available args.

Flags set by the module are prepended with lib.mkBefore, so any user supplied flag wins over that.

Declarations
Type
list of string
Default
[ ]
Example
[
  "--enable-assets"
  "--preview-method=auto"
]