From 4c17560020576dd28e11dc66ee3e5df534c9f3a5 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Mon, 23 Mar 2026 13:06:43 +0100 Subject: [PATCH] Services/Comfyui: Update launch args --- system/services/comfyui.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/services/comfyui.nix b/system/services/comfyui.nix index c0cf55ee..e1b004bc 100644 --- a/system/services/comfyui.nix +++ b/system/services/comfyui.nix @@ -45,11 +45,11 @@ in { TZ = "Europe/Berlin"; # https://github.com/Comfy-Org/ComfyUI/blob/master/comfy/cli_args.py - # --use-sage-attention + # --use-sage-attention # => OOM # --lowvram # --disable-pinned-memory # --cache-none - CLI_ARGS = "--use-sage-attention --cache-none --disable-pinned-memory"; + # CLI_ARGS = "--use-sage-attention"; }; extraOptions = [