From 1b5f1e8df3ce28a4de275cb09182d98dab0363e0 Mon Sep 17 00:00:00 2001 From: Art Gourieff <85128026+Gourieff@users.noreply.github.com> Date: Mon, 7 Aug 2023 13:21:13 +0700 Subject: [PATCH] ADD: Troubleshooting Sec. IX --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 05e7607..e2357ae 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,21 @@ If this method doesn't help - there is some other extension that has a higher ve 5. Then install Insightface: `pip install insightface-0.7.3-cp310-cp310-win_amd64.whl` 6. Enjoy! +**IX. 07-August Update problem** + +If after `git pull` you see the message: `Merge made by the 'recursive' strategy` and then when you check `git status` you see `Your branch is ahead of 'origin/main' by` + +Please do the next: + +Inside the folder `extensions\sd-webui-reactor` run Terminal or Console (cmd) and then: +- `git reset f48bdf1 --hard` +- `git pull` + +OR + +Just delete the folder `sd-webui-reactor` inside the `extensions` directory and then run Terminal or Console (cmd) and type `git clone https://github.com/Gourieff/sd-webui-reactor` + + ## Updating A good and quick way to check for Extensions updates: https://github.com/Gourieff/sd-webui-extensions-updater