Commit fc3e246c authored by CodeHatchling's avatar CodeHatchling

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

parent f284ae23
...@@ -602,10 +602,10 @@ class Script(scripts.Script): ...@@ -602,10 +602,10 @@ class Script(scripts.Script):
f""" f"""
### {ui_labels.composite_difference_contrast} ### {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. - **Low values**: The blend will be more gradual and have longer transitions, but may cause ghosting.
- **High values**: Two images patches can be very different and still retain original pixels. - **High values**: Ghosting will be less common, but transitions may be very sudden.
""") """)
self.infotext_fields = [(soft_inpainting_enabled, enabled_gen_param_label), self.infotext_fields = [(soft_inpainting_enabled, enabled_gen_param_label),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment