Replies: 3 comments 1 reply
-
The version in the source code is: 0.30.0.dev0, but the version is 0.29.2 when installed with pip install --upgrade diffusers[torch], which causes the UNet2DConditionOutput to be imported incorrectly, and the version update does not match |
Beta Was this translation helpful? Give feedback.
1 reply
-
Meet the same problem In diffusers-0.31.0 |
Beta Was this translation helpful? Give feedback.
0 replies
-
facing the same issue, tried installing all versions from 0.28.2 to latest one |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
pip install --upgrade diffusers[torch] The error message "No module named 'diffusers.models.unet_2d_condition'" is in the source code, it is imported in models/unet, but according to the installation method, the installed diffusers are imported by models.unet_2d_condition, but the latest source code does not match, as if there is no corresponding version update
Beta Was this translation helpful? Give feedback.
All reactions