A Nix flake for many AI projects
Find a file
Matthew Croughan e2bc18af02
Merge pull request #8 from nixified-ai/mc/update-invokeai
invokeai: update to v2.3.1.post2
2023-03-03 04:57:54 +00:00
modules invokeai: update to v2.3.1.post2 2023-03-03 03:38:31 +00:00
packages invokeai: update to v2.3.1.post2 2023-03-03 03:38:31 +00:00
projects invokeai: update to v2.3.1.post2 2023-03-03 03:38:31 +00:00
website website: add top bar with github/contact link 2023-02-28 17:28:02 +00:00
.gitignore init 2023-02-11 22:54:48 +00:00
.gitmodules init 2023-02-11 22:54:48 +00:00
AUTHORS Add AUTHORS file 2023-02-25 21:21:56 +00:00
flake.lock invokeai: update to v2.3.1.post2 2023-03-03 03:38:31 +00:00
flake.nix invokeai: update to v2.3.1.post2 2023-03-03 03:38:31 +00:00
LICENSE init 2023-02-11 22:54:48 +00:00
README.md Update README.md 2023-02-25 23:53:54 +00:00



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 and complexity issues.

The outputs run primarily on Linux, but can also run on Windows via NixOS-WSL. It is able to utilize the GPU of the Windows host automatically, as our wrapper script sets LD_LIBRARY_PATH to make use of the host drivers.

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

KoboldAI ( A WebUI for GPT Writing )

  • nix run .#koboldai-amd
  • nix run .#koboldai-nvidia

koboldai

InvokeAI ( A Stable Diffusion WebUI )

  • nix run .#invokeai-amd
  • nix run .#invokeai-nvidia

invokeai