From 09746f6f7d4ec04d1f7391273b29a775bf863d7e Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 29 Jul 2025 16:33:49 -0500 Subject: [PATCH] feat: comfyui-test --- systems/ceres/config/comfyui.nix | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/systems/ceres/config/comfyui.nix b/systems/ceres/config/comfyui.nix index 503dbde..6837a84 100755 --- a/systems/ceres/config/comfyui.nix +++ b/systems/ceres/config/comfyui.nix @@ -21,21 +21,21 @@ in enable = true; openFirewall = true; host = localhost; - package = pkgs.comfyuiPackages.comfyui.override { - extensions = with pkgs.comfyuiPackages.extensions; [ - acly-inpaint - acly-tooling - kosinkadink-advanced-controlnet - kosinkadink-animatediff-evolved - kosinkadink-video-helper-suite - lev145-images-grid - ssitu-ultimate-sd-upscale - ]; - commandLineArgs = [ - "--preview-method" - "auto" - ]; - }; + # package = pkgs.comfyuiPackages.comfyui.override { + # extensions = with pkgs.comfyuiPackages.extensions; [ + # acly-inpaint + # acly-tooling + # kosinkadink-advanced-controlnet + # kosinkadink-animatediff-evolved + # kosinkadink-video-helper-suite + # lev145-images-grid + # ssitu-ultimate-sd-upscale + # ]; + # commandLineArgs = [ + # "--preview-method" + # "auto" + # ]; + # }; }; caddy = { virtualHosts = {