From be3f080909968278f2713ee72925b5d9eb50248f Mon Sep 17 00:00:00 2001 From: ClashSAN <98228077+ClashSAN@users.noreply.github.com> Date: Wed, 21 Sep 2022 20:58:41 +0000 Subject: Update README.md Added SwinIR and new features to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index d355db34..e9c2c572 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3 From 76c9d1a991872c539732337680c7f7b867108b23 Mon Sep 17 00:00:00 2001 From: ClashSAN <98228077+ClashSAN@users.noreply.github.com> Date: Wed, 21 Sep 2022 21:07:18 +0000 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index e9c2c572..f99e465a 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ A browser interface based on Gradio library for Stable Diffusion. - Batch Processing - Img2img Alternative - Highres Fix -- Golatent Upscaling +- 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. -- cgit v1.2.3 From ca22b820f497d6a85862d53cf27793aa2511d22d Mon Sep 17 00:00:00 2001 From: ClashSAN <98228077+ClashSAN@users.noreply.github.com> Date: Wed, 21 Sep 2022 21:46:17 +0000 Subject: Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index f99e465a..c63a35ca 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ A browser interface based on Gradio library for Stable Diffusion. - RealESRGAN, neural network upscaler - ESRGAN, neural network with a lot of third party models - SwinIR, neural network upscaler + - LDSR Upscaling - Resizing aspect ratio options - Sampling method selection - Interrupt processing at any time -- cgit v1.2.3 From ef744b96d64695c1f4d5b6312a60078c1b8f2827 Mon Sep 17 00:00:00 2001 From: ClashSAN <98228077+ClashSAN@users.noreply.github.com> Date: Wed, 21 Sep 2022 22:53:35 +0000 Subject: Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index c63a35ca..c1538100 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ A browser interface based on Gradio library for Stable Diffusion. - RealESRGAN, neural network upscaler - ESRGAN, neural network with a lot of third party models - SwinIR, neural network upscaler - - LDSR Upscaling + - LDSR, Latent diffusion super resolution upscaling - Resizing aspect ratio options - Sampling method selection - Interrupt processing at any time @@ -86,6 +86,7 @@ The documentation was moved from this README over to the project's [wiki](https: - 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 -- cgit v1.2.3