mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 04:44:39 -05:00
feat: testing comfy
This commit is contained in:
parent
e957c7e8e1
commit
bcd85c05e7
1 changed files with 8 additions and 6 deletions
|
@ -23,13 +23,15 @@ in
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
host = localhost;
|
host = localhost;
|
||||||
package = pkgs.comfyuiPackages.comfyui.override {
|
package = pkgs.comfyuiPackages.comfyui.override {
|
||||||
stateDirs = [
|
extensions = with pkgs.comfyuiPackages.extensions; [
|
||||||
"custom_nodes"
|
acly-inpaint
|
||||||
|
acly-tooling
|
||||||
|
kosinkadink-advanced-controlnet
|
||||||
|
kosinkadink-animatediff-evolved
|
||||||
|
kosinkadink-video-helper-suite
|
||||||
|
lev145-images-grid
|
||||||
|
ssitu-ultimate-sd-upscale
|
||||||
];
|
];
|
||||||
|
|
||||||
extensions = [
|
|
||||||
];
|
|
||||||
|
|
||||||
commandLineArgs = [
|
commandLineArgs = [
|
||||||
"--preview-method"
|
"--preview-method"
|
||||||
"auto"
|
"auto"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue