From d24ded591f5df9d9fe118fb4f1fe291b44dccbdd Mon Sep 17 00:00:00 2001 From: matthewcroughan Date: Tue, 28 Feb 2023 01:52:36 +0000 Subject: [PATCH] website: modify index to include more details --- website/src/index.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/website/src/index.md b/website/src/index.md index 0e39fe60..385749df 100644 --- a/website/src/index.md +++ b/website/src/index.md @@ -14,14 +14,27 @@ 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. -- Self-contained +- Self-contained, without containers: + - Each AI project in the repository is packaged as a self-contained Nix package, including all the necessary dependencies to run the code. This guarantees that you don't have to worry about version conflicts, missing dependencies, or the state of your operating system. Nix uses an approach different from containers, which eliminates the need for complex container runtimes or virtualization. +- Easy to contribute to: + - nixified.ai is an open-source project that welcomes contributions from the community. If there is a project you think you could help with packaging, or want packaged, then please [make an issue on GitHub](https://github.com/nixified-ai/flake/issues) +- Reproducible + - By using a reproducible build process, nixified.ai aims to provide users with the ability to confidently run AI workloads in the long term, without worrying about the shifting sands of the software ecosystem +- Built from source + - Each AI project in the repository is built from source, along with all of its input dependencies, ensuring that the code is reproducible and can be trusted. Nix allows advanced users to customize and modify the build process at any granularity if desired. +- Cached + - Thanks to a Nix concept called "Binary Substitution", any `nix` command ran by the user will not need to be built from source unless they have made modifications to the source code. This is because when code is built by our CI [(Hercules CI)](https://hercules-ci.com), it is pushed to cachix.org, where it can be pulled by any `nix` client like a traditional binary distribution. If this infrastructure were to disappear however, the user could still reproduce everything locally thanks to Nix. - Easy to run + - Users can install and run AI executable code from the nixified.ai repository using a single `nix` command, on any distribution of Linux, and even Windows by using the Nix package manager. - Support for NVIDIA and AMD GPUs - Works with Windows Subsystem for Linux + - nixified.ai provides support for running AI executable code on the Windows Subsystem for Linux (WSL), a compatibility layer for running Linux applications on Windows. With the help of [NixOS-WSL](https://github.com/nix-community/NixOS-WSL), users can run GPU-accelerated AI workloads on WSL, providing a seamless experience for users who prefer to use Windows as their primary operating system. --- -# KoboldAI +# Packaged Projects + +### KoboldAI - [Official website](https://github.com/KoboldAI/KoboldAI-Client) @@ -36,7 +49,7 @@ A browser-based front-end for AI-assisted writing with multiple local & remote A --- -# InvokeAI (A Stable Diffusion WebUI) +### InvokeAI (A Stable Diffusion WebUI) - [Official website](https://invoke-ai.github.io/InvokeAI/)