release: bump version to 2.5.0, update changelog

This commit is contained in:
Manuel Schmid 2024-06-25 21:11:49 +02:00
parent 89f8725228
commit 69368fd22e
No known key found for this signature in database
GPG Key ID: 32C4F7569B40B84B
2 changed files with 9 additions and 1 deletions

View File

@ -1 +1 @@
version = '2.5.0-rc6 (mashb1t)'
version = '2.5.0 (mashb1t)'

View File

@ -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