From 4f12bbb02b1599d48c176fd6bcd25f306487a487 Mon Sep 17 00:00:00 2001 From: Manuel Schmid Date: Wed, 17 Jul 2024 11:37:21 +0200 Subject: [PATCH] docs: add instructions how to manually update packages, update download URL in readme --- readme.md | 2 +- update_log.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 208fc63e..39a96102 100644 --- a/readme.md +++ b/readme.md @@ -71,7 +71,7 @@ Fooocus also developed many "fooocus-only" features for advanced users to get pe You can directly download Fooocus with: -**[>>> Click here to download <<<](https://github.com/lllyasviel/Fooocus/releases/download/release/Fooocus_win64_2-1-831.7z)** +**[>>> Click here to download <<<](https://github.com/lllyasviel/Fooocus/releases/download/v2.5.0/Fooocus_win64_2-5-0.7z)** After you download the file, please uncompress it and then run the "run.bat". diff --git a/update_log.md b/update_log.md index 92cc38b2..9a0f3788 100644 --- a/update_log.md +++ b/update_log.md @@ -1,5 +1,13 @@ # [2.5.0](https://github.com/lllyasviel/Fooocus/releases/tag/v2.5.0) +This version includes various package updates. If the auto-update doesn't work you can do one of the following: +1. Open a terminal in the Fooocus folder (location of config.txt) and run `git pull` +2. Update packages + - Windows (installation through zip file): open a terminal in the Fooocus folder (location of config.txt) `..\python_embeded\python.exe -m pip install -r .\requirements_versions.txt` (Windows using embedded python, installation method zip file) or download Fooocus again (zip file attached to this release) + - other: manually update the packages using `python.exe -m pip install -r requirements_versions.txt` or use the docker image + +--- + * Update python dependencies, add segment_anything * Add enhance feature, which offers easy image refinement steps (similar to adetailer, but based on dynamic image detection instead of specific mask detection models). See [documentation](https://github.com/lllyasviel/Fooocus/discussions/3281). * Rewrite async worker code, make code much more reusable to allow iterations and improve reusability