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;
|
||||
user = service.name;
|
||||
acceleration = "cuda";
|
||||
models = builtins.attrValues {
|
||||
inherit (pkgs.nixified-ai)
|
||||
models
|
||||
;
|
||||
};
|
||||
customNodes = builtins.attrValues {
|
||||
inherit (comfyui.pkgs)
|
||||
comfyui-gguf
|
||||
comfyui-impact-pack
|
||||
;
|
||||
};
|
||||
# models = builtins.attrValues {
|
||||
# inherit (pkgs.nixified-ai)
|
||||
# models
|
||||
# ;
|
||||
# };
|
||||
# customNodes = builtins.attrValues {
|
||||
# inherit (comfyui.pkgs)
|
||||
# comfyui-gguf
|
||||
# comfyui-impact-pack
|
||||
# ;
|
||||
# };
|
||||
};
|
||||
fileSystems."/var/lib/${service.name}" = {
|
||||
device = service.paths.path0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue