release: bump version to 2.5.1, update changelog

This commit is contained in:
Manuel Schmid 2024-06-26 21:34:01 +02:00
parent 49275c0ba1
commit c83be895c7
No known key found for this signature in database
GPG Key ID: 32C4F7569B40B84B
2 changed files with 7 additions and 1 deletions

View File

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

View File

@ -1,3 +1,9 @@
# [2.5.1](https://github.com/mashb1t/Fooocus/releases/tag/v2.5.1)
* Fix missing handling for cloth category for u2net_cloth_seg in enhance tabs
* Fix current_task_id increase when doing image enhancements
* Rename checkbox `Enable Mask Upload` to `Enable Advanced Masking Features` to better hint to mask auto-generation feature
# [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).