A Nix flake for many AI projects
Find a file
matthewcroughan eab924bbaf flake: add substituters to nixConfig
This caches the outputs of the Flake via Cachix
2023-02-21 17:49:08 +00:00
modules cleanup and modularize 2023-02-12 01:04:57 +01:00
packages init 2023-02-11 22:54:48 +00:00
projects/invokeai invokeai: use callPackage 2023-02-20 22:04:48 +01:00
.gitignore init 2023-02-11 22:54:48 +00:00
.gitmodules init 2023-02-11 22:54:48 +00:00
flake.lock init 2023-02-11 22:54:48 +00:00
flake.nix flake: add substituters to nixConfig 2023-02-21 17:49:08 +00:00
LICENSE init 2023-02-11 22:54:48 +00:00
README.md Update README.md 2023-02-14 14:04:54 +00:00

nixified.ai

The goal of nixified.ai is to simplify and make available a large repository of AI executable code, that would otherwise be impractical to run yourself, due to package management issues.

The main outputs of the flake.nix at the moment are as follows:

Linux
  • .#invokeai-amd
  • .#invokeai-nvidia
Windows

These outputs will run on Windows via NixOS-WSL

  • .#invokeai-amd-wsl
  • .#invokeai-nvidia-wsl

They can be ran using nix run, such as nix run .#invokeai-nvidia-wsl on a Windows machine via the WSL, or nix run .#invokeai-nvidia on a Linux host.