diff --git a/modules/nixos/services/comfyui/default.nix b/modules/nixos/services/comfyui/default.nix index 90cb702..0093e24 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 5354f71..e9f16ec 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"