From 3689fc0ac6c50f7b1ed5ca8e710e3c0329696d7d Mon Sep 17 00:00:00 2001 From: Bryce Drennan Date: Sat, 1 Oct 2022 13:43:53 -0700 Subject: [PATCH] add imaginAIry to actively maintained forks Signed-off-by: Bryce Drennan --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8362b76..a6b883d 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ All forks listed here add additional features and optimisations and are generall * [bes-dev/stable_diffusion.openvino](https://github.com/bes-dev/stable_diffusion.openvino) - A fork for running the model using a CPU compatible with OpenVINO. +* [imaginAIry](https://github.com/brycedrennan/imaginAIry) - Pythonic generation of stable diffusion images. Unique in that it supports complex text-based masking. Has an interactive CLI, upscaling, face enhancement, tiling, and other standard features. No GUI. + * [invoke-ai/InvokeAI](https://github.com/invoke-ai/InvokeAI) - (formerly known as lstein/stable-diffusion) - Very active fork adding a conversational CLI, basic web interface and support for GFPGAN, ESRGAN, weighted prompts, img2img, tiling, [textual-inversion](https://textual-inversion.github.io/) as well as inference on Apple M1. * [KerasCV StableDiffusion](https://keras.io/guides/keras_cv/generate_images_with_stable_diffusion/) - High performance implementation of stable diffusion on KerasCV.