rembg AttributeError: module ‘onnxruntime’ has no attribute ‘SessionOptions’

解決方法

新しいバージョンは対応しないためダウングレード

pip install rembg[gpu]
pip uninstall onnxruntime
pip install onnxruntime==1.19.0

Python

Posted by eightban