feat: added comfy ui

This commit is contained in:
Nick 2025-07-18 17:16:20 -05:00
parent cd535a7d48
commit 9598576855

View file

@ -79,4 +79,19 @@ in
users.groups.comfyui = { }; users.groups.comfyui = { };
}; };
services.comfyui = {
enable = true;
package = pkgs.comfyuiPackages.comfyui.override {
extensions = with pkgs.comfyuiPackages.extensions; [
acly-inpaint
acly-tooling
cubiq-ipadapter-plus
fannovel16-controlnet-aux
];
commandLineArgs = [
"--preview-method"
"auto"
];
};
};
} }