diff options
author | ClashSAN <98228077+ClashSAN@users.noreply.github.com> | 2022-09-21 20:58:41 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-09-22 04:18:00 +0000 |
commit | be3f080909968278f2713ee72925b5d9eb50248f (patch) | |
tree | 40b6db80462cea22a8217122de1dc67d127029e1 | |
parent | 5a1951f17567022612aef5302fb650923a06fb54 (diff) | |
download | stable-diffusion-webui-gfx803-be3f080909968278f2713ee72925b5d9eb50248f.tar.gz stable-diffusion-webui-gfx803-be3f080909968278f2713ee72925b5d9eb50248f.tar.bz2 stable-diffusion-webui-gfx803-be3f080909968278f2713ee72925b5d9eb50248f.zip |
Update README.md
Added SwinIR and new features to readme
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -20,6 +20,7 @@ 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
- Resizing aspect ratio options
- Sampling method selection
- Interrupt processing at any time
@@ -41,6 +42,10 @@ A browser interface based on Gradio library for Stable Diffusion. - Seed resizing
- CLIP interrogator
- Prompt Editing
+- Batch Processing
+- Img2img Alternative
+- Highres Fix
+- Golatent 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 +84,7 @@ 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
- 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
|