diff --git a/systems/ceres/config/comfyui.nix b/systems/ceres/config/comfyui.nix index 4a8a209..ee63461 100755 --- a/systems/ceres/config/comfyui.nix +++ b/systems/ceres/config/comfyui.nix @@ -23,15 +23,7 @@ in 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 - ]; + stateDirs = [ "custom_nodes" ]; commandLineArgs = [ "--preview-method" "auto"