Skip to content

Commit

Permalink
invokea-d2n: use new dream2nix pip module
Browse files Browse the repository at this point in the history
  • Loading branch information
DavHau committed Aug 22, 2023
1 parent 0c2c5eb commit 5c6271c
Show file tree
Hide file tree
Showing 4 changed files with 1,675 additions and 95 deletions.
51 changes: 26 additions & 25 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
url = "github:NixOS/nixpkgs/master";
};
invokeai-src = {
url = "github:invoke-ai/InvokeAI/v2.3.3";
url = "github:invoke-ai/InvokeAI/v3.0.2";
flake = false;
};
koboldai-src = {
Expand All @@ -31,10 +31,9 @@
inputs.nixpkgs.follows = "nixpkgs";
};
dream2nix = {
url = "github:nix-community/dream2nix";
url = "github:nix-community/dream2nix/python";
inputs.nixpkgs.follows = "nixpkgs";
};
dream2nix.inputs.nixpkgsV1.follows = "nixpkgs";
};
outputs = { flake-parts, invokeai-src, hercules-ci-effects, ... }@inputs:
flake-parts.lib.mkFlake { inherit inputs; } {
Expand Down
Loading

0 comments on commit 5c6271c

Please sign in to comment.