Sorry, Andrew, another extension issue. I’m trying to load Inpaint Anything and have tried from within the UI and also by adding the URL to the notebook. I get the following error and although the extensions panel shows it is there, there’s no tab:
*** Error loading script: inpaint_anything.py
Traceback (most recent call last):
File “/usr/local/lib/python3.10/dist-packages/diffusers/utils/import_utils.py”, line 920, in _get_module
return importlib.import_module(“.” + module_name, self.name)
File “/usr/lib/python3.10/importlib/init.py”, line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File “<frozen importlib._bootstrap>”, line 1050, in _gcd_import
File “<frozen importlib._bootstrap>”, line 1027, in _find_and_load
File “<frozen importlib._bootstrap>”, line 1006, in _find_and_load_unlocked
File “<frozen importlib._bootstrap>”, line 688, in _load_unlocked
File “<frozen importlib._bootstrap_external>”, line 883, in exec_module
File “<frozen importlib._bootstrap>”, line 241, in _call_with_frames_removed
File “/usr/local/lib/python3.10/dist-packages/diffusers/loaders/ip_adapter.py”, line 36, in <module>
from transformers import CLIPImageProcessor, CLIPVisionModelWithProjection, SiglipImageProcessor, SiglipVisionModel
ImportError: cannot import name ‘SiglipImageProcessor’ from ‘transformers’ (/usr/local/lib/python3.10/dist-packages/transformers/init.py)