'Config' object has no attribute 'is_encoder_decoder' -

#39
by bonticario - opened

Screenshot 2025-09-16 085231.png

Screenshot 2025-09-16 085328.png

happens when putting the RMBG-2.0 Model on the node, Ive downloaded all the files and here as well. also i dont know if i need the onnx files. i havent download that

BRIA AI org

@bonticario thanks for the comment, it is fixed now.

I got this error in my BiRefNet project "AttributeError: 'Config' object has no attribute 'is_encoder_decoder'" And solving this error, icing, I made this step, it worked.
Solution :
!pip install transformers==4.38.0
!pip uninstall peft

Sign up or log in to comment