diff --git a/README.md b/README.md
index d0bbb2c..0d52932 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,36 @@
- 
+ 
+
+
+
+
+
[](https://github.com/Gourieff/sd-webui-reactor/commits/main)

[](https://github.com/Gourieff/sd-webui-reactor/issues?cacheSeconds=0)
@@ -252,9 +281,9 @@ If it didn't help - it seems that you have another extension reinstalling `onnxr
5. Then:
- `python -m pip install -U pip`
- `pip uninstall protobuf`
-- `pip install protobuf==3.20.3`
+- `pip install protobuf>=3.20.3`
-If this method doesn't help - there is some other extension that has a higher version of protobuf dependence and SD WebUI installs it on a startup requirements check
+If this method doesn't help - there is some other extension that has a wrong version of protobuf dependence and SD WebUI installs it on a startup requirements check
diff --git a/README_RU.md b/README_RU.md
index 6aa4086..8d3a781 100644
--- a/README_RU.md
+++ b/README_RU.md
@@ -2,7 +2,36 @@
- 
+ 
+
+
+
+
+
[](https://github.com/Gourieff/sd-webui-reactor/commits/main)

[](https://github.com/Gourieff/sd-webui-reactor/issues?cacheSeconds=0)
@@ -256,9 +285,9 @@ Inpainting также работает, но замена лица происх
5. Затем:
- `python -m pip install -U pip`
- `pip uninstall protobuf`
-- `pip install protobuf==3.20.3`
+- `pip install protobuf>=3.20.3`
-Если это не помгло - значит, есть к-л другое расширение, которое использует более новую версию пакета protobuf, и SD WebUI устанавливает эту версию при каждом запуске.
+Если это не помгло - значит, есть к-л другое расширение, которое использует неподходящую версию пакета protobuf, и SD WebUI устанавливает эту версию при каждом запуске.