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 |
1 reply
|
Meet the same problem In diffusers-0.31.0 |
0 replies
|
facing the same issue, tried installing all versions from 0.28.2 to latest one |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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
All reactions