diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2022-09-22 05:15:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-22 05:15:22 +0000 |
commit | 013e9a4bdabb1438d60dbbea3c121a88e43c518e (patch) | |
tree | aaf99ae3cb8fcd1b3b47cc8988ac5fc4dcea2324 /README.md | |
parent | 2d271c0e6255fbfc04042d242073e54801a86f2f (diff) | |
parent | aa1d1bf44ece3f0495873fc3129d2dba664f8c2f (diff) | |
download | stable-diffusion-webui-gfx803-013e9a4bdabb1438d60dbbea3c121a88e43c518e.tar.gz stable-diffusion-webui-gfx803-013e9a4bdabb1438d60dbbea3c121a88e43c518e.tar.bz2 stable-diffusion-webui-gfx803-013e9a4bdabb1438d60dbbea3c121a88e43c518e.zip |
Merge branch 'master' into patch-6
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -20,6 +20,8 @@ A browser interface based on Gradio library for Stable Diffusion. - CodeFormer, face restoration tool as an alternative to GFPGAN
- RealESRGAN, neural network upscaler
- ESRGAN, neural network with a lot of third party models
+ - SwinIR, neural network upscaler
+ - LDSR, Latent diffusion super resolution upscaling
- Resizing aspect ratio options
- Sampling method selection
- Interrupt processing at any time
@@ -41,6 +43,10 @@ A browser interface based on Gradio library for Stable Diffusion. - Seed resizing
- CLIP interrogator
- Prompt Editing
+- Batch Processing
+- Img2img Alternative
+- Highres Fix
+- LDSR Upscaling
## Installation and Running
Make sure the required [dependencies](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Dependencies) are met and follow the instructions available for both [NVidia](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Install-and-Run-on-NVidia-GPUs) (recommended) and [AMD](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Install-and-Run-on-AMD-GPUs) GPUs.
@@ -79,6 +85,8 @@ The documentation was moved from this README over to the project's [wiki](https: - GFPGAN - https://github.com/TencentARC/GFPGAN.git
- CodeFormer - https://github.com/sczhou/CodeFormer
- ESRGAN - https://github.com/xinntao/ESRGAN
+- SwinIR - https://github.com/JingyunLiang/SwinIR
+- LDSR - https://github.com/Hafiidz/latent-diffusion
- Ideas for optimizations - https://github.com/basujindal/stable-diffusion
- Doggettx - Cross Attention layer optimization - https://github.com/Doggettx/stable-diffusion, original idea for prompt editing.
- Idea for SD upscale - https://github.com/jquesnelle/txt2imghd
|