-
Notifications
You must be signed in to change notification settings - Fork 64
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
AssertionError: Please install transformers for generate functionality. pip install transformers
.
#66
Comments
Update the diffusers and open_clip_torch to the latest version. I will update the requirements.txt soon |
I did this, but it occurs again |
Upgrading transformers to version 4.44.2 temporarily worked, although it conflicted with salesforce-lavis. |
transformers升级到最新可以解决,但是会和salesforce-lavis1.0.2冲突 |
I use the following commands to prepare the environment.
Because SD-1.5 is not available, so I downloaded SDXL. And then run
The terminal outputs:
However, the "transformers" has been installed as in requirements.txt. Therefore, something might be wrong with open_clip_torch and transformers. Please check.
The text was updated successfully, but these errors were encountered: