Skip to content

Releases: mashb1t/Fooocus

v2.6.5

12 Aug 06:19
4e96487
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.4...v2.6.5

v2.6.4

11 Aug 16:46
c7a0e47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.3...v2.6.4

v2.6.3

03 Aug 13:29
461c178
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.6.2...v2.6.3

v2.6.2

27 Jul 21:39
875c65a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.1...v2.6.2

v2.6.1

25 Jul 13:11
e9c1671
Compare
Choose a tag to compare

What's Changed

  • docs: update download URL in readme
  • fix: use type pil for image upload to prevent conversion to png through temp file by @mashb1t in #58
  • fix: allow reading of metadata from jpeg, jpg and webp again (lllyasviel#3301)
  • fix: correctly debug preprocessor again (lllyasviel#3332)
  • docs: update attributes and add add inline prompt features section to readme
  • feat: add checkbox, config and handling for saving only the final enhanced image by @mashb1t in #61
  • feat: sort enhance images by @mashb1t in #62

Full Changelog: v2.6.0...v2.6.1

v2.6.1-rc1

23 Jul 16:29
76db11f
Compare
Choose a tag to compare
v2.6.1-rc1 Pre-release
Pre-release

What's Changed

  • docs: update download URL in readme
  • fix: use type pil for image upload to prevent conversion to png through temp file by @mashb1t in #58
  • fix: allow reading of metadata from jpeg, jpg and webp again (lllyasviel#3301)
  • fix: correctly debug preprocessor again (lllyasviel#3332)
  • docs: update attributes and add add inline prompt features section to readme
  • feat: add checkbox, config and handling for saving only the final enhanced image by @mashb1t in #61
  • feat: sort enhance images by @mashb1t in #62

Full Changelog: v2.6.0...v2.6.1-rc1

v2.6.0

17 Jul 09:27
1ef6e95
Compare
Choose a tag to compare

How to update

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

What's Changed

  • feat: update python dependencies
  • i18n: rename tab titles and translations from singular to plural
  • i18n: rename document to documentation
  • feat: update default models to latest versions
    • animaPencilXL_v400 => animaPencilXL_v500 (lllyasviel#2943)
    • DreamShaperXL_Turbo_dpmppSdeKarras => DreamShaperXL_Turbo_v2_1
    • SDXL_FILM_PHOTOGRAPHY_STYLE_BetaV0.4 => SDXL_FILM_PHOTOGRAPHY_STYLE_V1
  • feat: add preset for pony_v6 (using ponyDiffusionV6XL, discussion in lllyasviel#3217)
  • feat: add style Fooocus Pony (discussion in lllyasviel#3217)
  • feat: remove by wlop from style Fooocus Masterpiece as it has been causing unintended watermarks
  • feat: add restart sampler (paper)
  • feat: add config option for default_inpaint_engine_version, sets inpaint engine for pony_v6 and playground_v2.5 to None for improved results (incompatible with inpaint engine, discussion in lllyasviel#3217)
  • feat: add image editor functionality to mask upload (same as for inpaint, now correctly resizes and allows more detailed mask creation, discussion in #44)
  • feat: add persistent model cache for metadata. Use --rebuild-hash-cache to manually rebuild the cache for all non-cached hashes (optional, cache will otherwise be lazy-loaded. Remove --rebuild-hash-cache after executing once)
  • refactor: rename --enable-describe-uov-image to --enable-auto-describe-image to better reflect its purpose (now also works for enhance image upload)
  • build(deps): bump docker/build-push-action from 5 to 6 by @dependabot in lllyasviel#3223

Full Changelog: v2.5.2...v2.6.0

v2.6.0-rc3

16 Jul 17:37
88c5088
Compare
Choose a tag to compare
v2.6.0-rc3 Pre-release
Pre-release

What's Changed

  • chore: update python dependencies
  • i18n: rename tab titles and translations from singular to plural
  • i18n: rename document to documentation
  • i18n: only import translator when needed

Full Changelog: v2.6.0-rc2...v2.6.0-rc3

v2.6.0-rc2

13 Jul 13:59
376d69c
Compare
Choose a tag to compare
v2.6.0-rc2 Pre-release
Pre-release

What's Changed

  • feat: add hash generation multi-threading support, change --rebuild-hash-cache value type from bool to int (number of CPU cores)
  • fix: prevent inference tensor version counter tracking issue for GroundingDINO after using Enhance (discussion in lllyasviel#3213)

Full Changelog: v2.6.0-rc1...v2.6.0-rc2

v2.6.0-rc1

07 Jul 13:28
236766b
Compare
Choose a tag to compare
v2.6.0-rc1 Pre-release
Pre-release

What's Changed

  • feat: update default models to latest versions
    • animaPencilXL_v400 => animaPencilXL_v500 (lllyasviel#2943)
    • DreamShaperXL_Turbo_dpmppSdeKarras => DreamShaperXL_Turbo_v2_1
    • SDXL_FILM_PHOTOGRAPHY_STYLE_BetaV0.4 => SDXL_FILM_PHOTOGRAPHY_STYLE_V1
  • feat: add preset for pony_v6 (using ponyDiffusionV6XL, discussion in lllyasviel#3217)
  • feat: add style Fooocus Pony (discussion in lllyasviel#3217)
  • feat: remove by wlop from style Fooocus Masterpiece as it has been causing unintended watermarks
    feat: add restart sampler (paper)
  • feat: add config option for default_inpaint_engine_version, sets inpaint engine for pony_v6 and playground_v2.5 to None for improved results (incompatible with inpaint engine, discussion in lllyasviel#3217)
  • feat: add image editor functionality to mask upload (same as for inpaint, now correctly resizes and allows more detailed mask creation, discussion in #44)
  • feat: add persistent model cache for metadata. Use --rebuild-hash-cache to manually rebuild the cache for all non-cached hashes (optional, cache will otherwise be lazy-loaded. Remove --rebuild-hash-cache after executing once)

Full Changelog: v2.5.2...v2.6.0