Services/ComfyUI: Open port
This commit is contained in:
@ -124,6 +124,7 @@
|
|||||||
# 31431 # Parsec
|
# 31431 # Parsec
|
||||||
5173 # SvelteKit
|
5173 # SvelteKit
|
||||||
8090 # PocketBase
|
8090 # PocketBase
|
||||||
|
8188 # ComfyUI
|
||||||
];
|
];
|
||||||
|
|
||||||
allowedUDPPorts = [
|
allowedUDPPorts = [
|
||||||
@ -134,6 +135,7 @@
|
|||||||
# 31431 # Parsec
|
# 31431 # Parsec
|
||||||
5173 # SvelteKit
|
5173 # SvelteKit
|
||||||
8090 # PocketBase
|
8090 # PocketBase
|
||||||
|
8188 # ComfyUI
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@ -4,7 +4,8 @@
|
|||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
comfyuiVersion = "cu128-slim-20260316";
|
# comfyuiVersion = "cu128-slim-20260316";
|
||||||
|
comfyuiVersion = "cu128-megapak-pt29-20260221";
|
||||||
in {
|
in {
|
||||||
virtualisation.oci-containers.containers = {
|
virtualisation.oci-containers.containers = {
|
||||||
comfyui = {
|
comfyui = {
|
||||||
@ -42,6 +43,13 @@ in {
|
|||||||
PUID = "1000";
|
PUID = "1000";
|
||||||
PGID = "1000";
|
PGID = "1000";
|
||||||
TZ = "Europe/Berlin";
|
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 = "--use-sage-attention";
|
||||||
};
|
};
|
||||||
|
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
|
|||||||
Reference in New Issue
Block a user