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