Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ehristoforu authored Feb 24, 2024
1 parent 2600272 commit 9575cef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Note that the [minimal requirement](#minimal-requirement) for different platform

See also the common problems and troubleshoots [here](troubleshoot.md).

### Switching from Fooocus to this fork
### Switching from Fooocus to DeFooocus

1. open a terminal in your Fooocus folder (the one with your config.txt)
2. execute `git status`. You should see the following:
Expand All @@ -142,7 +142,7 @@ See also the common problems and troubleshoots [here](troubleshoot.md).
If not, execute `git reset --hard origin/main` and check `git status` again.
3. execute
```
git remote set-url origin https://github.com/mashb1t/Fooocus.git
git remote set-url origin https://github.com/ehristoforu/DeFooocus.git
git pull
```
6. activate your venv (not necessary when installed from 7z) and update your python packages depending on your environment (7z, venv, conda, etc.)
Expand Down

0 comments on commit 9575cef

Please sign in to comment.