Skip to content

Releases: mashb1t/Fooocus

2.3.1

23 Mar 16:05
8fff047
Compare
Choose a tag to compare

Sync with upstream

2.3.0

18 Mar 20:30
679c02a
Compare
Choose a tag to compare

2.1.865

12 Feb 23:06
94d80d3
Compare
Choose a tag to compare

2.1.864

05 Feb 14:10
61ee6e8
Compare
Choose a tag to compare

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:

  1. open a terminal in your Fooocus folder (the one with your config.txt)

  2. 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 check git status again.

  3. execute

    git remote set-url origin https://github.com/mashb1t/Fooocus.git
    git pull
    
  4. 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"

  5. 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.