mirror of
https://github.com/denismhz/flake.git
synced 2025-11-09 08:06:23 +01:00
+deps Adetailer
This commit is contained in:
parent
f8f97aad01
commit
f3bd801137
|
|
@ -36,6 +36,7 @@ in
|
|||
../../packages/gradio-client
|
||||
../../packages/k_diffusion
|
||||
../../packages/lpips
|
||||
../../packages/mediapipe
|
||||
../../packages/openclip
|
||||
../../packages/pillow
|
||||
../../packages/pyfunctional
|
||||
|
|
@ -45,6 +46,7 @@ in
|
|||
../../packages/tomesd
|
||||
../../packages/torch-fidelity
|
||||
../../packages/torch-grammar
|
||||
../../packages/ultralytics
|
||||
../../packages/xformers
|
||||
../../packages/zipunicode
|
||||
])
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ python3Packages.buildPythonPackage {
|
|||
transformers
|
||||
xformers
|
||||
|
||||
#For Extensions
|
||||
#For Extensions -- dont know if e.g you dont install image browser then maybe lack of dep for civitai browser
|
||||
pyfunctional #infinite image browser
|
||||
dill #infinite image browser
|
||||
python-dotenv #infinite image browser
|
||||
|
|
@ -51,6 +51,11 @@ python3Packages.buildPythonPackage {
|
|||
|
||||
send2trash #civitai browser+
|
||||
zipunicode #civitai browser+
|
||||
|
||||
rich #adetailer
|
||||
ultralytics #adetailer
|
||||
py-cpuinfo #adetailer
|
||||
mediapipe #adeteailer
|
||||
];
|
||||
|
||||
patches = [ ./_outputpaths.patch ];
|
||||
|
|
|
|||
Loading…
Reference in a new issue