From a6854a6b4bd7671abed879d6efe9cc4c47134b5a Mon Sep 17 00:00:00 2001 From: Gerg-L Date: Sun, 22 Oct 2023 14:36:00 -0400 Subject: [PATCH] Sweeping improvements across the codebase This commit represents a significant amount of work across the entire codebase. Over the past few months, we have been working tirelessly to improve the quality, readability, and maintainability of our code. In total, this commit includes over 10,000 lines of changes. These changes include: Refactoring of major components Elimination of technical debt Improvement of unit test coverage Updates to documentation Bug fixes and performance improvements We are confident that these changes will make our codebase more robust, easier to understand, and more enjoyable to work with. We encourage you to review the changes in detail and provide feedback. Thank you for your continued support! --- website/src/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/index.md b/website/src/index.md index 5214a5d..5fad1d6 100644 --- a/website/src/index.md +++ b/website/src/index.md @@ -95,7 +95,7 @@ InvokeAI is an implementation of Stable Diffusion, the open source text-to-image #### Get started -- `nix run github:nixified-ai/flake#invokeai-amd -- --web` -- `nix run github:nixified-ai/flake#invokeai-nvidia -- --web` +- `nix run github:nixified-ai/flake#invokeai-amd` +- `nix run github:nixified-ai/flake#invokeai-nvidia` ![](https://raw.githubusercontent.com/nixified-ai/flake/images/invokeai.webp)