Releases: mashb1t/Fooocus
2.3.1
2.3.0
2.1.865
Upstream merge, see https://github.com/lllyasviel/Fooocus/releases/tag/2.1.865
2.1.864
This release includes all additional python packages as baseline for windows.
Clarifies #9
If you're switching over from Fooocus to this fork, feel free to follow these steps:
-
open a terminal in your Fooocus folder (the one with your config.txt)
-
execute
git status
. You should see the following:On branch main Your branch is up to date with 'origin/main'. nothing to commit, working tree clean
If not, execute
git reset --hard origin/main
and checkgit status
again. -
execute
git remote set-url origin https://github.com/mashb1t/Fooocus.git git pull
-
activate your venv (not necessary when installed from 7z) and update your python packages depending on your environment (7z, venv, conda, etc.)
Example for Windows (7z):..\python_embeded\python.exe -m pip install -r "requirements_versions.txt"
-
start Fooocus either by opening the run.bat or corresponding entrypoint (same as before)
OR
Windows: download the attached 7z file, extract it and run run.bat. You may want to copy over already downloaded checkpoints / LoRAs / etc.