diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-08-26 08:16:57 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-08-26 08:16:57 +0000 |
commit | 155dd2fc0c5dfde0fe9736d3170c023496fb4c39 (patch) | |
tree | b96d8adbe071359bd21f948efeaf7c371ed592ea /README.md | |
parent | 055dd10aae6341e91cfe27ec297099a3273c19bf (diff) | |
download | stable-diffusion-webui-gfx803-155dd2fc0c5dfde0fe9736d3170c023496fb4c39.tar.gz stable-diffusion-webui-gfx803-155dd2fc0c5dfde0fe9736d3170c023496fb4c39.tar.bz2 stable-diffusion-webui-gfx803-155dd2fc0c5dfde0fe9736d3170c023496fb4c39.zip |
Renamed GFPGAN to extras
Added Real-ESRGAN to extras tab
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -62,14 +62,25 @@ Open the URL in browser, and you are good to go. The script creates a web UI for Stable Diffusion's txt2img and img2img scripts. Following are features added
that are not in original script.
-### GFPGAN
+### Extras tab
+Additional neural network image improvement methods unrelated to stable diffusion.
+
+#### GFPGAN
Lets you improve faces in pictures using the GFPGAN model. There is a checkbox in every tab to use GFPGAN at 100%, and
also a separate tab that just allows you to use GFPGAN on any picture, with a slider that controls how strongthe effect is.

+#### Real-ESRGAN
+Image upscaler. You can choose from multiple models by original author, and specify by how much the image should be upscaled.
+Requires `realesrgan` librarty:
+
+```commandline
+pip install realesrgan
+```
+
### Sampling method selection
-Pick out of three sampling methods for txt2img: DDIM, PLMS, k-diffusion:
+Pick out of multiple sampling methods for txt2img:

|