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
Problem: Import Error while importing the difffusers library
diffusers/pipelines/alt_diffusion/pipeline_alt_diffusion.py", line 21, in <module>
from transformers import CLIPImageProcessor, XLMRobertaTokenizer
ImportError: cannot import name 'CLIPImageProcessor' from 'transformers'
Workaround: Upgrade to transformers v4.29 or above to fix
Problem: Import Error while importing the difffusers library
Workaround: Upgrade to transformers v4.29 or above to fix
Solution:
Please update documentation to specify transformers release requirement.
The text was updated successfully, but these errors were encountered: