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

Closed
algoDd opened this issue Sep 10, 2024 · 2 comments
Closed

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

algoDd opened this issue Sep 10, 2024 · 2 comments
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
Copy link

This issue was closed because it has been inactive for 14 days since being marked as stale.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Feb 12, 2025
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