mirror of
https://github.com/denismhz/flake.git
synced 2025-11-09 16:16:23 +01:00
+deps for civitai browser +
This commit is contained in:
parent
14315178ef
commit
f8f97aad01
|
|
@ -46,6 +46,7 @@ in
|
||||||
../../packages/torch-fidelity
|
../../packages/torch-fidelity
|
||||||
../../packages/torch-grammar
|
../../packages/torch-grammar
|
||||||
../../packages/xformers
|
../../packages/xformers
|
||||||
|
../../packages/zipunicode
|
||||||
])
|
])
|
||||||
(final: prev: lib.mapAttrs
|
(final: prev: lib.mapAttrs
|
||||||
(_: pkg: pkg.overrideAttrs (old: {
|
(_: pkg: pkg.overrideAttrs (old: {
|
||||||
|
|
|
||||||
|
|
@ -47,6 +47,10 @@ python3Packages.buildPythonPackage {
|
||||||
fastapi #infinite image browser
|
fastapi #infinite image browser
|
||||||
uvicorn #infinite image browser
|
uvicorn #infinite image browser
|
||||||
tabulate #infinite image browser
|
tabulate #infinite image browser
|
||||||
|
#infinite image browser sends dleted images to nirvana
|
||||||
|
|
||||||
|
send2trash #civitai browser+
|
||||||
|
zipunicode #civitai browser+
|
||||||
];
|
];
|
||||||
|
|
||||||
patches = [ ./_outputpaths.patch ];
|
patches = [ ./_outputpaths.patch ];
|
||||||
|
|
@ -121,5 +125,6 @@ python3Packages.buildPythonPackage {
|
||||||
};
|
};
|
||||||
|
|
||||||
#Tiled VAE supported without additional dependencies
|
#Tiled VAE supported without additional dependencies
|
||||||
#Infinit image browser
|
#Infinit image browser couple of deps
|
||||||
|
#civit-ai browser + couple of deps
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue