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 xformers to work on v0.0.22 - 0.0.25 #136

Merged
merged 2 commits into from
Mar 27, 2024
Merged

Conversation

jonluca
Copy link
Contributor

@jonluca jonluca commented Mar 26, 2024

Fixes #135

I dont think most of stable diffusion uses those ops so this should just work out of the box for the default pipelines.


STR_OP_MAP = {v: k for k, v in OP_STR_MAP.items()}



Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Is this extra line needed/Does this make it match some formatting standard?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No it was added by mistake, removed

@chengzeyi
Copy link
Owner

Fixes #135

I dont think most of stable diffusion uses those ops so this should just work out of the box for the default pipelines.

Great work. Thank you!

@gu-ma
Copy link

gu-ma commented Apr 22, 2024

Hey, thanks for the PR (and repo of course 👍)
Is this PR included in the latest pre-built binaries? 1.0.4? Doesnt seem like...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants