From 1ef6e957fe7522e270e9e52d9ecec0fda315d1fc Mon Sep 17 00:00:00 2001 From: Manuel Schmid Date: Wed, 17 Jul 2024 11:27:23 +0200 Subject: [PATCH] docs: add instructions how to manually update packages --- update_log.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/update_log.md b/update_log.md index b5505eddf..1cbe0feb4 100644 --- a/update_log.md +++ b/update_log.md @@ -1,5 +1,13 @@ # [2.6.0](https://github.com/mashb1t/Fooocus/releases/tag/v2.6.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 persistent model cache for metadata. Use `--rebuild-hash-cache X` (X = int, number of CPU cores, default all) to manually rebuild the cache for all non-cached hashes * Rename tab titles and translations from singular to plural