From 407fc1fe0c4471837817d49f25bea1df3ec84ec8 Mon Sep 17 00:00:00 2001 From: AUTOMATIC <16777216c@gmail.com> Date: Sun, 4 Sep 2022 19:09:00 +0300 Subject: [PATCH] added credits section --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6cf246d2..27abbb05 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # Stable Diffusion web UI A browser interface based on Gradio library for Stable Diffusion. -Original script with Gradio UI was written by a kind anonymous user. This is a modification. - ![](screenshot.png) ## Feature showcase @@ -160,3 +158,12 @@ Extra: if you get a green screen instead of generated pictures, you have a card precision floating point numbers. You must use `--precision full --no-half` in addition to other flags, and the model will take much more space in VRAM. +## Credits +- Stable Diffusion - https://github.com/CompVis/stable-diffusion, https://github.com/CompVis/taming-transformers +- k-diffusion - https://github.com/crowsonkb/k-diffusion.git +- GFPGAN - https://github.com/TencentARC/GFPGAN.git +- ESRGAN - https://github.com/xinntao/ESRGAN +- Ideas for optimizations - https://github.com/basujindal/stable-diffusion +- Idea for SD upscale - https://github.com/jquesnelle/txt2imghd +- Initial Gradio script - posted on 4chan by an Anonymous user. Thank you Anonymous user. +- (You)