Releases: mashb1t/Fooocus
Releases · mashb1t/Fooocus
v2.6.5
What's Changed
- fix: resolve colab unsupported image type issue by @mashb1t in lllyasviel#3506
Full Changelog: v2.6.4...v2.6.5
v2.6.4
What's Changed
- fix: add handling for default "None" value of default_ip_image_* by @mashb1t in #70
- fix: correctly validate default_inpaint_mask_sam_model by @mashb1t in #71
- fix: check all dirs instead of only the first one by @mashb1t in lllyasviel#3495
- fix: yield enhance_input_image to correctly preview debug masks by @mashb1t in lllyasviel#3497
Full Changelog: v2.6.3...v2.6.4
v2.6.3
What's Changed
- fix: use weights_only for loading by @kit1980 in lllyasviel#3427
- fix/feat: add checkbox and config to disable updating selected styles when describing an image by @mashb1t in lllyasviel#3430
New Contributors
- @kit1980 made their first contribution in lllyasviel#3427
Full Changelog: v2.6.2...v2.6.3
v2.6.2
What's Changed
- fix: add positive prompt if styles don't have a prompt placeholder by @mashb1t in lllyasviel#3372
- docs: update numbering of basic debug procedure in issue template by @mashb1t in lllyasviel#3376
- feat: extend config settings for input image by @mashb1t in lllyasviel#3382
- feat: count image count index from 1 by @mashb1t in lllyasviel#3383
Full Changelog: v2.6.1...v2.6.2
v2.6.1
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
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
How to update
This version includes various package updates. If the auto-update doesn't work you can do one of the following:
- Open a terminal in the Fooocus folder (location of config.txt) and run
git pull
- 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
- Windows (installation through zip file): open a terminal in the Fooocus folder (location of config.txt)
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 styleFooocus 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
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
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
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 styleFooocus 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