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!
This commit is contained in:
Gerg-L 2023-10-22 14:36:00 -04:00
parent 2aeb76f52f
commit a6854a6b4b
No known key found for this signature in database

View file

@ -95,7 +95,7 @@ InvokeAI is an implementation of Stable Diffusion, the open source text-to-image
#### Get started #### Get started
- `nix run github:nixified-ai/flake#invokeai-amd -- --web` - `nix run github:nixified-ai/flake#invokeai-amd`
- `nix run github:nixified-ai/flake#invokeai-nvidia -- --web` - `nix run github:nixified-ai/flake#invokeai-nvidia`
![](https://raw.githubusercontent.com/nixified-ai/flake/images/invokeai.webp) ![](https://raw.githubusercontent.com/nixified-ai/flake/images/invokeai.webp)