Florence2LanguageConfig’ object has no attribute ‘forced_bos_token_id’


This is an error you may get when trying to do VISION tasks in comfyui. Believe it or not the silution is pretty simple.

pip install transformers==4.41.2

You will have to activate your virtual environment and run that. However, afterwards, the error will go away.

Leave a Reply