Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make StableDiffusionProcessingImg2Img.mask_blur a property, make more inline with PIL GaussianBlur #12470

Commits on Aug 3, 2023

  1. Make StableDiffusionProcessingImg2Img.mask_blur a property

    Fixes breakage when mask_blur is set after construction.
    
    See Coyote-A/ultimate-upscale-for-automatic1111#111 (comment)
    
    Thanks to Алексей Трофимов and eunnone for reporting the issue.
    Splendide-Imaginarius committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    a1825ee View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Reduce mask blur kernel size to 2.5 sigmas

    This more closely matches the old behavior of PIL's Gaussian blur, and
    fixes breakage when tiling.
    
    See Coyote-A/ultimate-upscale-for-automatic1111#111 (comment)
    
    Thanks to Алексей Трофимов and eunnone for reporting the issue.
    Splendide-Imaginarius committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    5688864 View commit details
    Browse the repository at this point in the history