diff --git a/fooocus_version.py b/fooocus_version.py index 65912fab..005e942f 100644 --- a/fooocus_version.py +++ b/fooocus_version.py @@ -1 +1 @@ -version = '2.5.0-rc6 (mashb1t)' +version = '2.5.0 (mashb1t)' diff --git a/update_log.md b/update_log.md index 8aa43647..4c029b5c 100644 --- a/update_log.md +++ b/update_log.md @@ -1,3 +1,11 @@ +# [2.5.0](https://github.com/mashb1t/Fooocus/releases/tag/v2.5.0) + +* Add enhance feature, which offers easy image refinement steps (similar to adetailer, but based on dynamic image detection instead of specific mask detection models). See [documentation](https://github.com/mashb1t/Fooocus/discussions/42). +* Rewrite async worker code, make code much more reusable to allow iterations and improve reusability +* Improve GroundingDINO and SAM image masking +* Rename `--enable-describe-uov-image` to `--enable-auto-describe-image`, now also works for enhance image upload +* Update python dependencies, remove diffusers, add segment_anything + # [2.4.3](https://github.com/lllyasviel/Fooocus/releases/tag/v2.4.3) * Fix alphas_cumprod setter for TCD sampler