mirror of
https://github.com/denismhz/flake.git
synced 2025-11-09 16:16:23 +01:00
Compare commits
2 commits
f3bd801137
...
f878b1291a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f878b1291a | ||
|
|
ad2f612129 |
|
|
@ -30,6 +30,7 @@ in
|
|||
../../packages/blendmodes
|
||||
../../packages/blip
|
||||
../../packages/codeformer
|
||||
../../packages/deforum
|
||||
../../packages/facexlib
|
||||
../../packages/gfpgan
|
||||
../../packages/gradio
|
||||
|
|
|
|||
|
|
@ -51,11 +51,17 @@ python3Packages.buildPythonPackage {
|
|||
|
||||
send2trash #civitai browser+
|
||||
zipunicode #civitai browser+
|
||||
fake-useragent #civitai browser+
|
||||
|
||||
rich #adetailer
|
||||
ultralytics #adetailer
|
||||
py-cpuinfo #adetailer
|
||||
mediapipe #adeteailer
|
||||
|
||||
av #animatediff to create webm and other fileformats
|
||||
|
||||
numexpr #deforum
|
||||
deforum #deforum
|
||||
];
|
||||
|
||||
patches = [ ./_outputpaths.patch ];
|
||||
|
|
@ -132,4 +138,6 @@ python3Packages.buildPythonPackage {
|
|||
#Tiled VAE supported without additional dependencies
|
||||
#Infinit image browser couple of deps
|
||||
#civit-ai browser + couple of deps
|
||||
#animatediff --> needs deforum for frame interpolation
|
||||
#deforum
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue