From 6aed6ae14183098c3e0b17310547ec6415cd1fb8 Mon Sep 17 00:00:00 2001 From: Gourieff <777@lovemet.ru> Date: Thu, 26 Oct 2023 17:34:51 +0700 Subject: [PATCH] VersionUP (beta passed) --- README.md | 8 +++++--- README_RU.md | 8 +++++--- scripts/reactor_version.py | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7742b2e..62db072 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ logo - ![Version](https://img.shields.io/badge/version-0.4.3_beta4-green?style=for-the-badge&labelColor=darkgreen) + ![Version](https://img.shields.io/badge/version-0.4.3-brightgreen?style=for-the-badge&labelColor=darkgreen) @@ -26,6 +26,8 @@
+ + Buy Me a Coffee at ko-fi.com
@@ -234,7 +236,7 @@ Please, check the path where "inswapper_128.onnx" model is stored. It must be in 7. Then one-by-one: - `pip install insightface==0.7.3` - `pip install onnx` - - `pip install onnxruntime==1.15.1` + - `pip install onnxruntime` - `pip install opencv-python` - `pip install tqdm` 8. Type `deactivate`, you can close your Terminal or Console and start your SD WebUI, ReActor should start OK - if not, welcome to the Issues section. @@ -269,7 +271,7 @@ and put it to the `stable-diffusion-webui\models\insightface` replacing existing 4. Then: - `python -m pip install -U pip` - `pip uninstall -y onnx onnxruntime onnxruntime-gpu onnxruntime-silicon onnxruntime-extensions` -- `pip install onnx==1.14.1 onnxruntime==1.15.1` +- `pip install onnx==1.14.1 onnxruntime` If it didn't help - it seems that you have another extension reinstalling `onnxruntime` when SD WebUI checks requirements. Please see your extensions list. If you find there "WD14 tagger" - try to disable it and then follow the steps above once again. This extension causes reinstalling of `onnxruntime` to `onnxruntime-gpu` or `onnxruntime==1.16.0` every time SD WebUI runs.
ORT 1.16.0 has a bug https://github.com/microsoft/onnxruntime/issues/17631 - don't install it! diff --git a/README_RU.md b/README_RU.md index 62f94f7..8f31742 100644 --- a/README_RU.md +++ b/README_RU.md @@ -2,7 +2,7 @@ logo - ![Version](https://img.shields.io/badge/версия-0.4.3_beta4-green?style=for-the-badge&labelColor=darkgreen) + ![Version](https://img.shields.io/badge/версия-0.4.3-brightgreen?style=for-the-badge&labelColor=darkgreen) @@ -26,6 +26,8 @@
+ + Buy Me a Coffee at ko-fi.com
@@ -239,7 +241,7 @@ Inpainting также работает, но замена лица происх 7. Далее: - `pip install insightface==0.7.3` - `pip install onnx` - - `pip install onnxruntime==1.15.1` + - `pip install onnxruntime` - `pip install opencv-python` - `pip install tqdm` 8. Выполните `deactivate`, закройте Терминал или Консоль и запустите SD WebUI, ReActor должен запуститься без к-л проблем - если же нет, добро пожаловать в раздел "Issues". @@ -274,7 +276,7 @@ Inpainting также работает, но замена лица происх 4. Затем: - `python -m pip install -U pip` - `pip uninstall -y onnx onnxruntime onnxruntime-gpu onnxruntime-silicon onnxruntime-extensions` -- `pip install onnx==1.14.1 onnxruntime==1.15.1` +- `pip install onnx==1.14.1 onnxruntime` Если это не помогло - значит какое-то другое расширение переустанавливает `onnxruntime` всякий раз, когда SD WebUI проверяет требования пакетов. Внимательно посмотрите список активных расширений. Если видите там "WD14 tagger" - попробуйте отключить его и ещё раз выполнить шаги выше. Это расширение вызывает переустановку `onnxruntime` на `onnxruntime-gpu` или `onnxruntime==1.16.0` при каждом запуске SD WebUI.
ORT 1.16.0 выкатили с ошибкой https://github.com/microsoft/onnxruntime/issues/17631 - не устанавливайте её! diff --git a/scripts/reactor_version.py b/scripts/reactor_version.py index acb23da..b27fbcf 100644 --- a/scripts/reactor_version.py +++ b/scripts/reactor_version.py @@ -1,5 +1,5 @@ app_title = "ReActor" -version_flag = "v0.4.3-b4" +version_flag = "v0.4.3" from scripts.reactor_logger import logger, get_Run, set_Run