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

Update l2i invoke and seamless to support AutoencoderTiny, remove att… #5936

Merged
merged 2 commits into from Mar 12, 2024

Conversation

brandonrising
Copy link
Collaborator

@brandonrising brandonrising commented Mar 12, 2024

…ention processors if no mid_block is detected

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update
  • Community Node Submission

Have you discussed this change with the InvokeAI team?

  • Yes
  • No, because:

Have you updated all relevant documentation?

  • Yes
  • No

Description

L2i throws an assertion error when run with madebyollin/taesdxl due to it requiring a different class in diffusers to load it. This is a small PR to update seamless and l2i to accept AutoencoderTiny models and not throw exceptions while processing them.

QA Instructions, Screenshots, Recordings

Screenshot 2024-03-12 at 12 04 29 PM Run an sdxl pipeline using a vae that requires AutoencoderTiny and validate that the image successfully encodes and decodes.

Merge Plan

This PR can be merged when approved

…ention processors if no mid_block is detected
@github-actions github-actions bot added python PRs that change python files invocations PRs that change invocations backend PRs that change backend files labels Mar 12, 2024
@blessedcoolant blessedcoolant merged commit 54f1a1f into main Mar 12, 2024
14 checks passed
@blessedcoolant blessedcoolant deleted the fix-AutoencoderTiny-decoding-in-l2i branch March 12, 2024 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend PRs that change backend files invocations PRs that change invocations python PRs that change python files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants