mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 21:04:38 -05:00
feat: added comfy ui
This commit is contained in:
parent
cd535a7d48
commit
9598576855
1 changed files with 15 additions and 0 deletions
|
@ -79,4 +79,19 @@ in
|
||||||
|
|
||||||
users.groups.comfyui = { };
|
users.groups.comfyui = { };
|
||||||
};
|
};
|
||||||
|
services.comfyui = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.comfyuiPackages.comfyui.override {
|
||||||
|
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