diff --git a/projects/automatic1111/default.nix b/projects/automatic1111/default.nix index 21a17d2..c89fcd0 100644 --- a/projects/automatic1111/default.nix +++ b/projects/automatic1111/default.nix @@ -46,6 +46,7 @@ in ../../packages/torch-fidelity ../../packages/torch-grammar ../../packages/xformers + ../../packages/zipunicode ]) (final: prev: lib.mapAttrs (_: pkg: pkg.overrideAttrs (old: { diff --git a/projects/automatic1111/package.nix b/projects/automatic1111/package.nix index 998ac17..8e8aad1 100644 --- a/projects/automatic1111/package.nix +++ b/projects/automatic1111/package.nix @@ -47,6 +47,10 @@ python3Packages.buildPythonPackage { fastapi #infinite image browser uvicorn #infinite image browser tabulate #infinite image browser + #infinite image browser sends dleted images to nirvana + + send2trash #civitai browser+ + zipunicode #civitai browser+ ]; patches = [ ./_outputpaths.patch ]; @@ -121,5 +125,6 @@ python3Packages.buildPythonPackage { }; #Tiled VAE supported without additional dependencies - #Infinit image browser + #Infinit image browser couple of deps + #civit-ai browser + couple of deps }