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
f70f5814fb
commit
3760b9d082
1 changed files with 1 additions and 18 deletions
|
@ -1,23 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
let
|
||||
my-comfyui = pkgs.comfyuiPackages.comfyui.override {
|
||||
extensions = [
|
||||
pkgs.comfyuiPackages.extensions.acly-inpaint
|
||||
pkgs.comfyuiPackages.extensions.acly-tooling
|
||||
pkgs.comfyuiPackages.extensions.cubiq-ipadapter-plus
|
||||
pkgs.comfyuiPackages.extensions.fannovel16-controlnet-aux
|
||||
];
|
||||
|
||||
commandLineArgs = [
|
||||
"--preview-method"
|
||||
"auto"
|
||||
];
|
||||
};
|
||||
in
|
||||
|
||||
{
|
||||
environment.systemPackages = [
|
||||
my-comfyui
|
||||
pkgs.comfyuiPackages
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue