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
a1ce1f2508
commit
02eb4737b9
1 changed files with 11 additions and 11 deletions
|
@ -19,17 +19,17 @@ in
|
||||||
host = localhost;
|
host = localhost;
|
||||||
user = service.name;
|
user = service.name;
|
||||||
acceleration = "cuda";
|
acceleration = "cuda";
|
||||||
models = builtins.attrValues {
|
# models = builtins.attrValues {
|
||||||
inherit (pkgs.nixified-ai)
|
# inherit (pkgs.nixified-ai)
|
||||||
models
|
# models
|
||||||
;
|
# ;
|
||||||
};
|
# };
|
||||||
customNodes = builtins.attrValues {
|
# customNodes = builtins.attrValues {
|
||||||
inherit (comfyui.pkgs)
|
# inherit (comfyui.pkgs)
|
||||||
comfyui-gguf
|
# comfyui-gguf
|
||||||
comfyui-impact-pack
|
# comfyui-impact-pack
|
||||||
;
|
# ;
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
fileSystems."/var/lib/${service.name}" = {
|
fileSystems."/var/lib/${service.name}" = {
|
||||||
device = service.paths.path0;
|
device = service.paths.path0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue