We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
大佬们,这个问题咋解决呢?
The text was updated successfully, but these errors were encountered:
用conda装的环境
Sorry, something went wrong.
diffusers.models.autoencoder_kl改成diffusers就行
This is an unfortunate side effect of the requirements.txt not specifying the version of diffusers to install.
The easiest solution to this (that doesn't involve fixing the code to use the later version of diffusers) is to: pip install diffusers==0.6.0
pip install diffusers==0.6.0
The alternative is to modify the code itself to point to where autoencoder_kl lives now (diffusers.models.autoencoders.autoencoder_kl)
No branches or pull requests
大佬们,这个问题咋解决呢?
The text was updated successfully, but these errors were encountered: