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 regional prompt mask padding #6187

Merged
merged 3 commits into from
Apr 9, 2024

Commits on Apr 9, 2024

  1. Fix the padding behavior when max-pooling regional prompt masks to mi…

    …rror the downscaling behavior of SD and SDXL. Prior to this change, denoising with input latent dimensions that were not evenly divisible by 8 would raise an exception.
    RyanJDick committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    1cad378 View commit details
    Browse the repository at this point in the history
  2. Fix the padding behavior when max-pooling regional IP-Adapter masks t…

    …o mirror the downscaling behavior of SD and SDXL. Prior to this change, denoising with input latent dimensions that were not evenly divisible by 8 would raise an exception.
    RyanJDick committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    879c513 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1077543 View commit details
    Browse the repository at this point in the history