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

fix crash in txt2img and img2img w/ inpainting models and perlin > 0 #2544

Merged
merged 1 commit into from
Feb 6, 2023

Commits on Feb 6, 2023

  1. fix crash in txt2img and img2img w/ inpainting models and perlin > 0

    - get_perlin_noise() was returning 9 channels; fixed code to return
      noise for just the 4 image channels and not the mask ones.
    
    - Closes Issue #2541
    lstein committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    0240656 View commit details
    Browse the repository at this point in the history