mirror of
https://github.com/denismhz/flake.git
synced 2025-11-09 16:16:23 +01:00
This removes the need to have multiple output variations like invokeai-wsl-amd and instead just uses a simple bash wrapper to discover whether the program is being ran in the WSL |
||
|---|---|---|
| modules | ||
| packages | ||
| projects | ||
| .gitignore | ||
| .gitmodules | ||
| AUTHORS | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| README.md | ||
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.