diff --git a/systems/ceres/config/comfyui.nix b/systems/ceres/config/comfyui.nix index 6837a84..503dbde 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 = {