Commit fc3e246c authored by CodeHatchling's avatar CodeHatchling
Browse files

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

parent f284ae23
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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),