release: bump version to 2.5.0, update changelog
This commit is contained in:
parent
89f8725228
commit
69368fd22e
|
|
@ -1 +1 @@
|
||||||
version = '2.5.0-rc6 (mashb1t)'
|
version = '2.5.0 (mashb1t)'
|
||||||
|
|
|
||||||
|
|
@ -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)
|
# [2.4.3](https://github.com/lllyasviel/Fooocus/releases/tag/v2.4.3)
|
||||||
|
|
||||||
* Fix alphas_cumprod setter for TCD sampler
|
* Fix alphas_cumprod setter for TCD sampler
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue