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 }