1

Services/ComfyUI: Open port

This commit is contained in:
2026-03-23 01:46:01 +01:00
parent 48c77e9654
commit 002a7910dc
2 changed files with 9 additions and 0 deletions

View File

@ -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
];
};

View File

@ -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 = [