feat: added comfy ui

This commit is contained in:
Nick 2025-07-18 21:29:20 -05:00
parent a1ce1f2508
commit 02eb4737b9

View file

@ -19,17 +19,17 @@ in
host = localhost; host = localhost;
user = service.name; user = service.name;
acceleration = "cuda"; acceleration = "cuda";
models = builtins.attrValues { # models = builtins.attrValues {
inherit (pkgs.nixified-ai) # inherit (pkgs.nixified-ai)
models # models
; # ;
}; # };
customNodes = builtins.attrValues { # customNodes = builtins.attrValues {
inherit (comfyui.pkgs) # inherit (comfyui.pkgs)
comfyui-gguf # comfyui-gguf
comfyui-impact-pack # comfyui-impact-pack
; # ;
}; # };
}; };
fileSystems."/var/lib/${service.name}" = { fileSystems."/var/lib/${service.name}" = {
device = service.paths.path0; device = service.paths.path0;