From 6c92283ac4755f138969b8d836c3d48a322f3d35 Mon Sep 17 00:00:00 2001 From: matthewcroughan Date: Sat, 25 Feb 2023 22:57:19 +0000 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 83bf1b0..188a053 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,31 @@ -# 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 and complexity issues. +The outputs run primarily on Linux, but can also run on Windows via [NixOS-WSL](https://github.com/nix-community/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: -These outputs will run on Windows via [NixOS-WSL](https://github.com/nix-community/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. - -##### KoboldAI ( A WebUI for GPT Writing ) +#### KoboldAI ( A WebUI for GPT Writing ) - `nix run .#koboldai-amd` - `nix run .#koboldai-nvidia` -##### InvokeAI ( A Stable Diffusion WebUI ) +![koboldai](/../images/koboldai.webp) + +#### InvokeAI ( A Stable Diffusion WebUI ) - `nix run .#invokeai-amd` - `nix run .#invokeai-nvidia` + +![invokeai](/../images/invokeai.webp)