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 ee63461..89da639 100755 --- a/systems/ceres/config/comfyui.nix +++ b/systems/ceres/config/comfyui.nix @@ -23,7 +23,13 @@ in openFirewall = true; host = localhost; package = pkgs.comfyuiPackages.comfyui.override { - stateDirs = [ "custom_nodes" ]; + stateDirs = [ + "custom_nodes" + ]; + + extensions = [ + ]; + commandLineArgs = [ "--preview-method" "auto"