aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorCodeHatchling <steve@codehatch.com>2023-12-08 04:39:54 +0000
committerCodeHatchling <steve@codehatch.com>2023-12-08 04:39:54 +0000
commit659f62e120b210e3043712ff928e8b7b6cd6cf61 (patch)
tree53ff1e47d9fd16dae8a9a709a800961d507ed0d3 /scripts
parentfc3e246c0f4f292c33b181a902cd934629ff0d7a (diff)
downloadstable-diffusion-webui-gfx803-659f62e120b210e3043712ff928e8b7b6cd6cf61.tar.gz
stable-diffusion-webui-gfx803-659f62e120b210e3043712ff928e8b7b6cd6cf61.tar.bz2
stable-diffusion-webui-gfx803-659f62e120b210e3043712ff928e8b7b6cd6cf61.zip
Fixed grammar error.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/soft_inpainting.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/soft_inpainting.py b/scripts/soft_inpainting.py
index 6fb5cfbd..51f9ca2f 100644
--- a/scripts/soft_inpainting.py
+++ b/scripts/soft_inpainting.py
@@ -592,7 +592,7 @@ class Script(scripts.Script):
f"""
### {ui_labels.composite_difference_threshold}
- This value represents the difference at which the opacity of the original pixels will have less than 50% opacity.
+ This value represents the difference at which the original pixels will have less than 50% opacity.
- **Low values**: Two images patches must be almost the same in order to retain original pixels.
- **High values**: Two images patches can be very different and still retain original pixels.