ImportError: cannot import name 'InstructBlipProcessor' from 'transformers'

hi,
i’m trying to use instruct blip but it seems the processor and models are missing… anyone had this issue?
transformers==4.30.0
python==3.8
cuda==11.8
on ubuntu

thanks a bunch.

1 Like

pip install git+https://github.com/huggingface/transformers from Can't import Blip2Processor · Issue #22010 · huggingface/transformers · GitHub solved the issue on my side

1 Like