Skip to content

Commit 1f429ff

Browse files
committed
release: bump version to 2.5.0, update changelog
1 parent 8d67166 commit 1f429ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fooocus_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '2.5.0-rc1'
1+
version = '2.5.0'

update_log.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# [2.5.0-rc1](https://github.com/lllyasviel/Fooocus/releases/tag/v2.5.0-rc1)
1+
# [2.5.0](https://github.com/lllyasviel/Fooocus/releases/tag/v2.5.0)
22

3+
* Update python dependencies, add segment_anything
34
* 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/lllyasviel/Fooocus/discussions/3281).
45
* Rewrite async worker code, make code much more reusable to allow iterations and improve reusability
56
* Improve GroundingDINO and SAM image masking
67
* Fix inference tensor version counter tracking issue for GroundingDINO after using Enhance (see [discussion](https://github.com/lllyasviel/Fooocus/discussions/3213))
7-
* Update python dependencies, add segment_anything
88
* Move checkboxes Enable Mask Upload and Invert Mask When Generating from Developer Debug Mode to Inpaint Or Outpaint
99
* Add persistent model cache for metadata. Use `--rebuild-hash-cache X` (X = int, number of CPU cores, default all) to manually rebuild the cache for all non-cached hashes
1010
* Rename `--enable-describe-uov-image` to `--enable-auto-describe-image`, now also works for enhance image upload

0 commit comments

Comments
 (0)