feat: testing comfy

This commit is contained in:
Nick 2025-08-03 21:31:58 -05:00
parent fbbb303def
commit 2a246f0c26
2 changed files with 34 additions and 29 deletions

View file

@ -19,22 +19,27 @@ 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
];
commandLineArgs = [
"--preview-method"
"auto"
];
};
default = pkgs.comfyuiPackages.comfyui;
description = "The ComfyUI package to use";
};
# 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
# ];
# commandLineArgs = [
# "--preview-method"
# "auto"
# ];
# };
# description = "The ComfyUI package to use";
# };
port = mkOption {
type = types.port;

View file

@ -22,21 +22,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 = {