Skip to content

Commit 4f12bbb

Browse files
committed
docs: add instructions how to manually update packages, update download URL in readme
1 parent 9f93cf6 commit 4f12bbb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Fooocus also developed many "fooocus-only" features for advanced users to get pe
7171

7272
You can directly download Fooocus with:
7373

74-
**[>>> Click here to download <<<](https://github.com/lllyasviel/Fooocus/releases/download/release/Fooocus_win64_2-1-831.7z)**
74+
**[>>> Click here to download <<<](https://github.com/lllyasviel/Fooocus/releases/download/v2.5.0/Fooocus_win64_2-5-0.7z)**
7575

7676
After you download the file, please uncompress it and then run the "run.bat".
7777

update_log.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# [2.5.0](https://github.com/lllyasviel/Fooocus/releases/tag/v2.5.0)
22

3+
This version includes various package updates. If the auto-update doesn't work you can do one of the following:
4+
1. Open a terminal in the Fooocus folder (location of config.txt) and run `git pull`
5+
2. Update packages
6+
- 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)
7+
- other: manually update the packages using `python.exe -m pip install -r requirements_versions.txt` or use the docker image
8+
9+
---
10+
311
* Update python dependencies, add segment_anything
412
* 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).
513
* Rewrite async worker code, make code much more reusable to allow iterations and improve reusability

0 commit comments

Comments
 (0)