+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/blip
../../packages/codeformer
../../packages/deforum
../../packages/facexlib
../../packages/gfpgan
../../packages/gradio

View file

@ -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
}