From 002a7910dce5b473ee5fcd3646f6a8062feba490 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Mon, 23 Mar 2026 01:46:01 +0100 Subject: [PATCH] Services/ComfyUI: Open port --- system/nixinator/default.nix | 2 ++ system/services/comfyui.nix | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/system/nixinator/default.nix b/system/nixinator/default.nix index f3cb8850..1774fccb 100644 --- a/system/nixinator/default.nix +++ b/system/nixinator/default.nix @@ -124,6 +124,7 @@ # 31431 # Parsec 5173 # SvelteKit 8090 # PocketBase + 8188 # ComfyUI ]; allowedUDPPorts = [ @@ -134,6 +135,7 @@ # 31431 # Parsec 5173 # SvelteKit 8090 # PocketBase + 8188 # ComfyUI ]; }; diff --git a/system/services/comfyui.nix b/system/services/comfyui.nix index 292d7a27..6b3b6232 100644 --- a/system/services/comfyui.nix +++ b/system/services/comfyui.nix @@ -42,6 +42,13 @@ in { PUID = "1000"; PGID = "1000"; TZ = "Europe/Berlin"; + + # https://github.com/Comfy-Org/ComfyUI/blob/master/comfy/cli_args.py + # --use-sage-attention + # --lowvram + # --disable-pinned-memory + # --cache-none + # CLI_ARGS = "--lowvram --disable-pinned-memory --cache-none"; }; extraOptions = [