feat: testing comfy

This commit is contained in:
Nick 2025-08-03 23:44:38 -05:00
parent e957c7e8e1
commit bcd85c05e7

View file

@ -23,13 +23,15 @@ in
openFirewall = true; openFirewall = true;
host = localhost; host = localhost;
package = pkgs.comfyuiPackages.comfyui.override { package = pkgs.comfyuiPackages.comfyui.override {
stateDirs = [ extensions = with pkgs.comfyuiPackages.extensions; [
"custom_nodes" acly-inpaint
acly-tooling
kosinkadink-advanced-controlnet
kosinkadink-animatediff-evolved
kosinkadink-video-helper-suite
lev145-images-grid
ssitu-ultimate-sd-upscale
]; ];
extensions = [
];
commandLineArgs = [ commandLineArgs = [
"--preview-method" "--preview-method"
"auto" "auto"