mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 04:44:39 -05:00
feat: comfyui-test
This commit is contained in:
parent
5ca52b6ef8
commit
6d27fabd0e
3 changed files with 15 additions and 15 deletions
|
@ -64,7 +64,7 @@ in
|
|||
searx
|
||||
vaultwarden
|
||||
website
|
||||
comfyui
|
||||
# comfyui
|
||||
prompter
|
||||
;
|
||||
};
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -22,12 +22,12 @@ in
|
|||
openFirewall = true;
|
||||
host = localhost;
|
||||
package = pkgs.comfyuiPackages.comfyui.override {
|
||||
extensions = with pkgs.comfyuiPackages.extensions; [
|
||||
# acly-inpaint
|
||||
# acly-tooling
|
||||
# cubiq-ipadapter-plus
|
||||
# fannovel16-controlnet-aux
|
||||
];
|
||||
# extensions = with pkgs.comfyuiPackages.extensions; [
|
||||
# # acly-inpaint
|
||||
# # acly-tooling
|
||||
# # cubiq-ipadapter-plus
|
||||
# # fannovel16-controlnet-aux
|
||||
# ];
|
||||
commandLineArgs = [
|
||||
"--preview-method"
|
||||
"auto"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue