mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 12:54:38 -05:00
feat: comfyui-test
This commit is contained in:
parent
25d1a2304f
commit
d18754dee6
2 changed files with 14 additions and 14 deletions
|
@ -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"
|
||||||
|
|
|
@ -22,12 +22,12 @@ in
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
host = localhost;
|
host = localhost;
|
||||||
package = pkgs.comfyuiPackages.comfyui.override {
|
package = pkgs.comfyuiPackages.comfyui.override {
|
||||||
# extensions = with pkgs.comfyuiPackages.extensions; [
|
extensions = with pkgs.comfyuiPackages.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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue