Apparrenly controlnet dose not allow the use of preprocessors with the latest dev version of auto111
Apparrenly controlnet dose not allow the use of preprocessors with the latest dev version of auto1111 and the latest ver of controlnet...



Exception importing api
Traceback (most recent call last):
File "C:\Users\13235\Downloads\stable-diffusion-webui\venv\lib\site-packages\transformers\utils\import_utils.py", line 1093, in _get_module
File "C:\Program Files\Python310\lib\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 "C:\Users\13235\Downloads\stable-diffusion-webui\venv\lib\site-packages\transformers\models\clip\feature_extraction_clip.py", line 20, in <module>
from .image_processing_clip import CLIPImageProcessor
File "C:\Users\13235\Downloads\stable-diffusion-webui\venv\lib\site-packages\transformers\models\clip\image_processing_clip.py", line 23, in <module>
from ...image_processing_utils import BaseImageProcessor, BatchFeature, get_size_dict
File "C:\Users\13235\Downloads\stable-diffusion-webui\venv\lib\site-packages\transformers\image_processing_utils.py", line 24, in <module>
from .feature_extraction_utils import BatchFeature as BaseBatchFeature
File "C:\Users\13235\Downloads\stable-diffusion-webui\venv\lib\site-packages\transformers\feature_extraction_utils.py", line 28, in <module>
from .utils import (
ImportError: cannot import name 'is_torch_dtype' from 'transformers.utils' (C:\Users\13235\Downloads\stable-diffusion-webui\venv\lib\site-packages\transformers\utils\__init__.py)