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 0dc0874 commit 98f6740
Show file tree
Hide file tree
Showing 4 changed files with 1,660 additions and 80 deletions.
21 changes: 11 additions & 10 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/nixos-unstable";
};
invokeai-src = {
url = "github:invoke-ai/InvokeAI/v2.3.3";
url = "github:invoke-ai/InvokeAI/v3.0.2";
flake = false;
};
koboldai-src = {
Expand All @@ -27,10 +27,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 98f6740

Please sign in to comment.