Skip to content

Commit

Permalink
add python311Packages.io-paint-cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetrucciani committed Mar 14, 2024
1 parent d16e5ed commit 2023baf
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions mods/python/ai/apps.nix
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,8 @@ let
maintainers = with maintainers; [ jpetrucciani ];
};
};
in
{
io-paint = buildPythonPackage rec {

_io-paint = buildPythonPackage rec {
pname = "io-paint";
version = "1.2.2";
pyproject = true;
Expand Down Expand Up @@ -141,6 +140,10 @@ in
};
};

in
{
io-paint = _io-paint;
io-paint-cuda = _io-paint.override { torch = final.torchWithCuda; };
chainforge = buildPythonPackage rec {
pname = "chainforge";
version = "0.2.5.3";
Expand Down

0 comments on commit 2023baf

Please sign in to comment.