feat: testing comfy

This commit is contained in:
Nick 2025-08-03 21:44:31 -05:00
parent 87642b8d02
commit 5e9eebe0c0

View file

@ -75,6 +75,7 @@ in
serviceConfig = {
Type = "simple";
ExecStartPre = "${pkgs.coreutils}/bin/mkdir -p /var/lib/comfyui/custom_nodes";
ExecStart = "${cfg.package}/bin/comfyui --port ${toString cfg.port} --listen ${cfg.host}";
Restart = "on-failure";
User = "comfyui";