feat: added comfy ui

This commit is contained in:
Nick 2025-07-18 18:17:26 -05:00
parent 2085a2de54
commit 47dd4e52e5
2 changed files with 73 additions and 1 deletions

View file

@ -0,0 +1,33 @@
{ moduleFunctions }:
let
inherit (moduleFunctions.instancesFunctions)
domain3
servicePath
sslPath
sopsPath
;
label = "ComfyUI";
name = "comfyui";
in
{
label = label;
name = name;
short = label;
sops = {
path0 = "${sopsPath}/${name}";
};
tags = [
name
"comfy"
"ui"
];
paths = {
path0 = "${servicePath}/${label}";
};
ports = {
port0 = 8188;
};
}