From 7ff1553eb80ed6b6d8df0e327f9f8ebdbce376af Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 29 Jul 2025 14:54:39 -0500 Subject: [PATCH 1/9] feat: comfyui-test --- systems/ceres/config/comfyui.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systems/ceres/config/comfyui.nix b/systems/ceres/config/comfyui.nix index 5354f71..453899a 100755 --- a/systems/ceres/config/comfyui.nix +++ b/systems/ceres/config/comfyui.nix @@ -27,6 +27,8 @@ in acly-tooling cubiq-ipadapter-plus fannovel16-controlnet-aux + kosinkadink-animatediff-evolved + kosinkadink-video-helper-suite ]; commandLineArgs = [ "--preview-method" From 4fac34ae86a4cf87079f9fd6793357cabd4c9ed3 Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 29 Jul 2025 15:57:02 -0500 Subject: [PATCH 2/9] feat: comfyui-test --- systems/ceres/config/comfyui.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/systems/ceres/config/comfyui.nix b/systems/ceres/config/comfyui.nix index 453899a..379ba00 100755 --- a/systems/ceres/config/comfyui.nix +++ b/systems/ceres/config/comfyui.nix @@ -25,10 +25,25 @@ in extensions = with pkgs.comfyuiPackages.extensions; [ acly-inpaint acly-tooling + city96-gguf + cubiq-essentials + cubiq-instantid cubiq-ipadapter-plus + ellangok-post-processing + extratodeus-skimmed-cfg fannovel16-controlnet-aux + fannovel16-frame-interpolation + fizzledorf-fizz + florestefano1975-portrait-master + gourieff-reactor + huchenlei-layerdiffuse + kijai-ic-light + kijai-supir + kosinkadink-advanced-controlnet kosinkadink-animatediff-evolved kosinkadink-video-helper-suite + lev145-images-grid + ssitu-ultimate-sd-upscale ]; commandLineArgs = [ "--preview-method" From ffb8aa8e025d6a1bb14b194e28dc503b95aefac9 Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 29 Jul 2025 15:58:12 -0500 Subject: [PATCH 3/9] feat: comfyui-test --- systems/ceres/config/comfyui.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/systems/ceres/config/comfyui.nix b/systems/ceres/config/comfyui.nix index 379ba00..5ad8c46 100755 --- a/systems/ceres/config/comfyui.nix +++ b/systems/ceres/config/comfyui.nix @@ -31,7 +31,6 @@ in cubiq-ipadapter-plus ellangok-post-processing extratodeus-skimmed-cfg - fannovel16-controlnet-aux fannovel16-frame-interpolation fizzledorf-fizz florestefano1975-portrait-master From 6d0109f123c704730e1ee6643fcf6eec70a1a9f0 Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 29 Jul 2025 15:58:40 -0500 Subject: [PATCH 4/9] feat: comfyui-test --- systems/ceres/config/comfyui.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/systems/ceres/config/comfyui.nix b/systems/ceres/config/comfyui.nix index 5ad8c46..f7ba1af 100755 --- a/systems/ceres/config/comfyui.nix +++ b/systems/ceres/config/comfyui.nix @@ -30,7 +30,6 @@ in cubiq-instantid cubiq-ipadapter-plus ellangok-post-processing - extratodeus-skimmed-cfg fannovel16-frame-interpolation fizzledorf-fizz florestefano1975-portrait-master From b24aa39b3739e83c9e6840eecaa46b8eda778c8b Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 29 Jul 2025 16:01:36 -0500 Subject: [PATCH 5/9] feat: comfyui-test --- systems/ceres/config/comfyui.nix | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/systems/ceres/config/comfyui.nix b/systems/ceres/config/comfyui.nix index f7ba1af..503dbde 100755 --- a/systems/ceres/config/comfyui.nix +++ b/systems/ceres/config/comfyui.nix @@ -25,18 +25,6 @@ in extensions = with pkgs.comfyuiPackages.extensions; [ acly-inpaint acly-tooling - city96-gguf - cubiq-essentials - cubiq-instantid - cubiq-ipadapter-plus - ellangok-post-processing - fannovel16-frame-interpolation - fizzledorf-fizz - florestefano1975-portrait-master - gourieff-reactor - huchenlei-layerdiffuse - kijai-ic-light - kijai-supir kosinkadink-advanced-controlnet kosinkadink-animatediff-evolved kosinkadink-video-helper-suite From b0769fbc388a6cbf891039dda67749b1af177e08 Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 29 Jul 2025 16:04:57 -0500 Subject: [PATCH 6/9] feat: comfyui-test --- systems/ceres/config/comfyui.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/systems/ceres/config/comfyui.nix b/systems/ceres/config/comfyui.nix index 503dbde..b630f47 100755 --- a/systems/ceres/config/comfyui.nix +++ b/systems/ceres/config/comfyui.nix @@ -54,6 +54,11 @@ in }; }; + postInstall = '' + rm -rf $out/custom_nodes + ln -s /var/lib/comfyui/custom_nodes $out/custom_nodes + ''; + systemd.tmpfiles.rules = [ "Z ${service.sops.path0} 755 caddy caddy -" ]; From bc568a3b05f29fd2f584dd1edf62cc48647b37ea Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 29 Jul 2025 16:14:07 -0500 Subject: [PATCH 7/9] feat: comfyui-test --- systems/ceres/config/comfyui.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/systems/ceres/config/comfyui.nix b/systems/ceres/config/comfyui.nix index b630f47..ba5fa74 100755 --- a/systems/ceres/config/comfyui.nix +++ b/systems/ceres/config/comfyui.nix @@ -61,6 +61,9 @@ in systemd.tmpfiles.rules = [ "Z ${service.sops.path0} 755 caddy caddy -" + "d ${service.service.paths.path0}/custom_nodes 0755 ${service.name} ${service.name} -" + "r ${config.services.comfyui.package}/custom_nodes" + "L+ ${config.services.comfyui.package}/custom_nodes - - - - ${service.service.paths.path0}/custom_nodes" ]; users.users.${service.name}.extraGroups = [ From ace055fcb1feed5bc31c4eeed0af1070d7097662 Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 29 Jul 2025 16:14:33 -0500 Subject: [PATCH 8/9] feat: comfyui-test --- systems/ceres/config/comfyui.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/systems/ceres/config/comfyui.nix b/systems/ceres/config/comfyui.nix index ba5fa74..e1d03ce 100755 --- a/systems/ceres/config/comfyui.nix +++ b/systems/ceres/config/comfyui.nix @@ -53,12 +53,6 @@ in }; }; }; - - postInstall = '' - rm -rf $out/custom_nodes - ln -s /var/lib/comfyui/custom_nodes $out/custom_nodes - ''; - systemd.tmpfiles.rules = [ "Z ${service.sops.path0} 755 caddy caddy -" "d ${service.service.paths.path0}/custom_nodes 0755 ${service.name} ${service.name} -" From c83b20867c7fce6bb2f864875bd72e08da0cf5dd Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 29 Jul 2025 16:15:24 -0500 Subject: [PATCH 9/9] feat: comfyui-test --- systems/ceres/config/comfyui.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systems/ceres/config/comfyui.nix b/systems/ceres/config/comfyui.nix index e1d03ce..19ed901 100755 --- a/systems/ceres/config/comfyui.nix +++ b/systems/ceres/config/comfyui.nix @@ -55,9 +55,9 @@ in }; systemd.tmpfiles.rules = [ "Z ${service.sops.path0} 755 caddy caddy -" - "d ${service.service.paths.path0}/custom_nodes 0755 ${service.name} ${service.name} -" + "d ${service.paths.path0}/custom_nodes 0755 ${service.name} ${service.name} -" "r ${config.services.comfyui.package}/custom_nodes" - "L+ ${config.services.comfyui.package}/custom_nodes - - - - ${service.service.paths.path0}/custom_nodes" + "L+ ${config.services.comfyui.package}/custom_nodes - - - - ${service.paths.path0}/custom_nodes" ]; users.users.${service.name}.extraGroups = [