Fixed complaint about whitespace, updated help section for a parameter.

This commit is contained in:
CodeHatchling 2023-12-07 20:28:38 -07:00
parent f284ae23bc
commit fc3e246c0f
1 changed files with 4 additions and 4 deletions

View File

@ -602,10 +602,10 @@ class Script(scripts.Script):
f"""
### {ui_labels.composite_difference_contrast}
This value represents the difference at which the opacity of the original pixels will have less than 50% opacity.
This value represents the contrast between the opacity of the original and inpainted content.
- **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.
- **Low values**: The blend will be more gradual and have longer transitions, but may cause ghosting.
- **High values**: Ghosting will be less common, but transitions may be very sudden.
""")
self.infotext_fields = [(soft_inpainting_enabled, enabled_gen_param_label),