disable comfyui

This commit is contained in:
Chris Cochrun 2025-05-16 22:50:45 -05:00
parent 5878c424d4
commit 1955893f8b
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ in with lib;
port = port;
models = builtins.attrValues pkgs.nixified-ai.models;
acceleration = "cuda";
customNodes = with pkgs.nixified-ai.pkgs; [
customNodes = with comfyui.pkgs; [
comfyui-gguf
comfyui-impact-pack

View file

@ -20,7 +20,7 @@ in
../../modules/mail.nix
../../modules/vaultwarden.nix
../../modules/nocodb.nix
../../modules/comfyui.nix
# ../../modules/comfyui.nix
# ../../pkgs/server.nix
# ../../pkgs/nextcloud.nix
];