From 2c8a7c3a50d8a19fcad6753b9712522077379571 Mon Sep 17 00:00:00 2001 From: matthewcroughan Date: Tue, 14 Feb 2023 14:04:54 +0000 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 3279de8..2895417 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,20 @@ 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](https://github.com/nix-community/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.