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(ui): allow image dims multiple of 32 with SDXL and T2I adapter #6366

Merged
merged 1 commit into from
May 17, 2024

Conversation

psychedelicious
Copy link
Collaborator

Summary

When using T2I Adapter with SDXL base model, images with dimensions that are multiples of 32 are allowed.

Related Issues / Discussions

See #6342 (comment) for discussion.

QA Instructions

You should be prevented from Invoking if:

  • SD1.5 model selected + T2I Adapter added + image dimensions are not a multiple of 64
  • SDXL model selected + T2I Adapter added + image dimensions are not a multiple of 32

Merge Plan

n/a

Checklist

  • The PR has a short but descriptive title, suitable for a changelog
  • Tests added / updated (if applicable)
  • Documentation added / updated (if applicable)

@psychedelicious psychedelicious enabled auto-merge (rebase) May 17, 2024 13:12
@psychedelicious psychedelicious enabled auto-merge (rebase) May 17, 2024 13:37
@psychedelicious psychedelicious merged commit a18d7ad into main May 17, 2024
14 checks passed
@psychedelicious psychedelicious deleted the psyche/fix/ui/t2i-sdxl-32 branch May 17, 2024 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend PRs that change frontend files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants