+deps Animatediff, deforum

This commit is contained in:
Denis Manherz 2023-11-30 12:38:08 +01:00
parent ad2f612129
commit f878b1291a
2 changed files with 8 additions and 1 deletions

View file

@ -30,6 +30,7 @@ in
../../packages/blendmodes ../../packages/blendmodes
../../packages/blip ../../packages/blip
../../packages/codeformer ../../packages/codeformer
../../packages/deforum
../../packages/facexlib ../../packages/facexlib
../../packages/gfpgan ../../packages/gfpgan
../../packages/gradio ../../packages/gradio

View file

@ -57,6 +57,11 @@ python3Packages.buildPythonPackage {
ultralytics #adetailer ultralytics #adetailer
py-cpuinfo #adetailer py-cpuinfo #adetailer
mediapipe #adeteailer mediapipe #adeteailer
av #animatediff to create webm and other fileformats
numexpr #deforum
deforum #deforum
]; ];
patches = [ ./_outputpaths.patch ]; patches = [ ./_outputpaths.patch ];
@ -133,5 +138,6 @@ python3Packages.buildPythonPackage {
#Tiled VAE supported without additional dependencies #Tiled VAE supported without additional dependencies
#Infinit image browser couple of deps #Infinit image browser couple of deps
#civit-ai browser + couple of deps #civit-ai browser + couple of deps
#animatediff #animatediff --> needs deforum for frame interpolation
#deforum
} }