diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-09-04 16:09:00 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-09-04 16:09:00 +0000 |
commit | 407fc1fe0c4471837817d49f25bea1df3ec84ec8 (patch) | |
tree | 6a3d5b76b2f70d3f07fde4d2e3b28a37301762b1 | |
parent | f299645aeeb65fcddde2d136fd550b6b01ffebb3 (diff) | |
download | stable-diffusion-webui-gfx803-407fc1fe0c4471837817d49f25bea1df3ec84ec8.tar.gz stable-diffusion-webui-gfx803-407fc1fe0c4471837817d49f25bea1df3ec84ec8.tar.bz2 stable-diffusion-webui-gfx803-407fc1fe0c4471837817d49f25bea1df3ec84ec8.zip |
added credits section
-rw-r--r-- | README.md | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -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.
-

## 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)
|