From 5ca52b6ef81628919c4ac35f542c6aa90a1cb810 Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 27 Jul 2025 21:39:10 -0500 Subject: [PATCH] feat: comfyui-test --- modules/nixos/services/comfyui/default.nix | 16 ++++++++-------- systems/ceres/config/comfyui.nix | 12 ++++++------ 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/modules/nixos/services/comfyui/default.nix b/modules/nixos/services/comfyui/default.nix index 0093e24..90cb702 100755 --- a/modules/nixos/services/comfyui/default.nix +++ b/modules/nixos/services/comfyui/default.nix @@ -20,14 +20,14 @@ in package = mkOption { type = types.package; default = pkgs.comfyuiPackages.comfyui.override { - # extensions = with pkgs.comfyuiPackages.extensions; [ - # # Add desired extensions here - # # Example extensions: - # # acly-inpaint - # # acly-tooling - # # cubiq-ipadapter-plus - # # fannovel16-controlnet-aux - # ]; + extensions = with pkgs.comfyuiPackages.extensions; [ + # Add desired extensions here + # Example extensions: + # acly-inpaint + # acly-tooling + # cubiq-ipadapter-plus + # fannovel16-controlnet-aux + ]; commandLineArgs = [ "--preview-method" "auto" diff --git a/systems/ceres/config/comfyui.nix b/systems/ceres/config/comfyui.nix index e9f16ec..01aefb0 100755 --- a/systems/ceres/config/comfyui.nix +++ b/systems/ceres/config/comfyui.nix @@ -22,12 +22,12 @@ in openFirewall = true; host = localhost; package = pkgs.comfyuiPackages.comfyui.override { - # extensions = with pkgs.comfyuiPackages.extensions; [ - # acly-inpaint - # acly-tooling - # cubiq-ipadapter-plus - # fannovel16-controlnet-aux - # ]; + extensions = with pkgs.comfyuiPackages.extensions; [ + # acly-inpaint + # acly-tooling + # cubiq-ipadapter-plus + # fannovel16-controlnet-aux + ]; commandLineArgs = [ "--preview-method" "auto"