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;
|
||||
host = localhost;
|
||||
package = pkgs.comfyuiPackages.comfyui.override {
|
||||
stateDirs = [
|
||||
"custom_nodes"
|
||||
extensions = with pkgs.comfyuiPackages.extensions; [
|
||||
acly-inpaint
|
||||
acly-tooling
|
||||
kosinkadink-advanced-controlnet
|
||||
kosinkadink-animatediff-evolved
|
||||
kosinkadink-video-helper-suite
|
||||
lev145-images-grid
|
||||
ssitu-ultimate-sd-upscale
|
||||
];
|
||||
|
||||
extensions = [
|
||||
];
|
||||
|
||||
commandLineArgs = [
|
||||
"--preview-method"
|
||||
"auto"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue