feat: testing comfy

This commit is contained in:
Nick 2025-08-03 22:34:25 -05:00
parent 9123195656
commit e602ffe3cc

View file

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