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

[Feature Request] Support for newer version of diffusers #567

Open
algoDd opened this issue Sep 10, 2024 · 1 comment
Open

[Feature Request] Support for newer version of diffusers #567

algoDd opened this issue Sep 10, 2024 · 1 comment
Labels

Comments

@algoDd
Copy link

algoDd commented Sep 10, 2024

Hey there, thank you so much for the amazing work 🚀

We are using your repo with diffusers version 0.30.2 and it is not compatible with it.

Would it be possible to update the code to be compatible with newer diffusers versions?

Would very much appreciate it 🙏

I think we just need to update this import statement from diffusers.models.unet_2d_condition import UNet2DConditionOutput to from diffusers.models.unets.unet_2d_condition import UNet2DConditionOutput in the following files and it should be good to go.

Thank you so much in advance! Keep up the great work!

Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant