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

SDXL rotation mixes CLIP G attention layers to_q to_k to_v #20

Open
ljleb opened this issue Mar 5, 2024 · 0 comments
Open

SDXL rotation mixes CLIP G attention layers to_q to_k to_v #20

ljleb opened this issue Mar 5, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ljleb
Copy link
Owner

ljleb commented Mar 5, 2024

Minor bug that allows rotate to overalign by mixing the neurons of the attention layers. Multiple ways to fix:

  • switch SDXL arch txt2 keys to transformers keys
  • add a way for architecture extensions to manually convert weights to neurons
  • something else
@ljleb ljleb added the bug Something isn't working label Mar 5, 2024
@ljleb ljleb changed the title SDXL rotate mixes QKV of attention layers of CLIP G SDXL rotation mixes QKV of attention layers of CLIP G Mar 5, 2024
@ljleb ljleb changed the title SDXL rotation mixes QKV of attention layers of CLIP G SDXL rotation mixes CLIP G attention layers to_q to_k to_v Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant