From f878b1291a3026b0f57b1b3061974061d09d49c4 Mon Sep 17 00:00:00 2001 From: Denis Manherz Date: Thu, 30 Nov 2023 12:38:08 +0100 Subject: [PATCH] +deps Animatediff, deforum --- projects/automatic1111/default.nix | 1 + projects/automatic1111/package.nix | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/projects/automatic1111/default.nix b/projects/automatic1111/default.nix index 9f7b5af..8ce53b7 100644 --- a/projects/automatic1111/default.nix +++ b/projects/automatic1111/default.nix @@ -30,6 +30,7 @@ in ../../packages/blendmodes ../../packages/blip ../../packages/codeformer + ../../packages/deforum ../../packages/facexlib ../../packages/gfpgan ../../packages/gradio diff --git a/projects/automatic1111/package.nix b/projects/automatic1111/package.nix index ea874c4..e07bf98 100644 --- a/projects/automatic1111/package.nix +++ b/projects/automatic1111/package.nix @@ -57,6 +57,11 @@ python3Packages.buildPythonPackage { ultralytics #adetailer py-cpuinfo #adetailer mediapipe #adeteailer + + av #animatediff to create webm and other fileformats + + numexpr #deforum + deforum #deforum ]; patches = [ ./_outputpaths.patch ]; @@ -133,5 +138,6 @@ python3Packages.buildPythonPackage { #Tiled VAE supported without additional dependencies #Infinit image browser couple of deps #civit-ai browser + couple of deps - #animatediff + #animatediff --> needs deforum for frame interpolation + #deforum }