You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
tofrom 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!
The text was updated successfully, but these errors were encountered: