sd-webui-roop
sd-webui-roop copied to clipboard
this plugin crashes my sd webui
RuntimeError: Failed to import transformers.modeling_utils because of the following error (look up to see its traceback): Descriptors cannot not be created directly. If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0. If you cannot immediately regenerate your protos, some other possible workarounds are:
- Downgrade the protobuf package to 3.20.x or lower.
- Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
It seems some dependency of the extension conflict with sd webui original requirements, after remove the roop extension, everything back to normal
The answer is here: https://github.com/s0md3v/sd-webui-roop/issues/121
When you say the answer is here, which answer do you mean? I can't get it working.