mirror of
https://github.com/denismhz/flake.git
synced 2025-11-09 16:16:23 +01:00
+deps Animatediff, deforum
This commit is contained in:
parent
ad2f612129
commit
f878b1291a
|
|
@ -30,6 +30,7 @@ in
|
|||
../../packages/blendmodes
|
||||
../../packages/blip
|
||||
../../packages/codeformer
|
||||
../../packages/deforum
|
||||
../../packages/facexlib
|
||||
../../packages/gfpgan
|
||||
../../packages/gradio
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue