docs: add instructions how to manually update packages, update download URL in readme
This commit is contained in:
parent
9f93cf6110
commit
4f12bbb02b
|
|
@ -71,7 +71,7 @@ Fooocus also developed many "fooocus-only" features for advanced users to get pe
|
||||||
|
|
||||||
You can directly download Fooocus with:
|
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".
|
After you download the file, please uncompress it and then run the "run.bat".
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,13 @@
|
||||||
# [2.5.0](https://github.com/lllyasviel/Fooocus/releases/tag/v2.5.0)
|
# [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
|
* 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).
|
* 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
|
* Rewrite async worker code, make code much more reusable to allow iterations and improve reusability
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue