feat: testing comfy

This commit is contained in:
Nick 2025-08-03 23:34:09 -05:00
parent e602ffe3cc
commit e957c7e8e1
2 changed files with 15 additions and 9 deletions

View file

@ -20,14 +20,14 @@ in
package = mkOption {
type = types.package;
default = pkgs.comfyuiPackages.comfyui.override {
# extensions = with pkgs.comfyuiPackages.extensions; [
# # Add desired extensions here
# # Example extensions:
# # acly-inpaint
# # acly-tooling
# # cubiq-ipadapter-plus
# # fannovel16-controlnet-aux
# ];
extensions = with pkgs.comfyuiPackages.extensions; [
# Add desired extensions here
# Example extensions:
# acly-inpaint
# acly-tooling
# cubiq-ipadapter-plus
# fannovel16-controlnet-aux
];
commandLineArgs = [
"--preview-method"
"auto"

View file

@ -23,7 +23,13 @@ in
openFirewall = true;
host = localhost;
package = pkgs.comfyuiPackages.comfyui.override {
stateDirs = [ "custom_nodes" ];
stateDirs = [
"custom_nodes"
];
extensions = [
];
commandLineArgs = [
"--preview-method"
"auto"