services.comfyui.extraArgs

NixOS option

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.

type: list of string
Default
[ ]
Example
[
  "--enable-assets"
  "--preview-method=auto"
]
declared in: nixos/modules/services/misc/comfyui.nixView source on NixOS/nixpkgs →