release: bump version to 2.5.1, update changelog
This commit is contained in:
parent
a9248c8e46
commit
03655fa5ea
|
|
@ -1 +1 @@
|
||||||
version = '2.5.0'
|
version = '2.5.1'
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,13 @@
|
||||||
|
# [2.5.1](https://github.com/lllyasviel/Fooocus/releases/tag/v2.5.1)
|
||||||
|
|
||||||
|
* Update download URL in readme
|
||||||
|
* Increase speed of metadata loading
|
||||||
|
* Fix reading of metadata from jpeg, jpg and webp (exif)
|
||||||
|
* Fix debug preprocessor
|
||||||
|
* Update attributes and add inline prompt features section to readme
|
||||||
|
* Add checkbox, config and handling for saving only the final enhanced image. Use config `default_save_only_final_enhanced_image`, default False.
|
||||||
|
* Add sorting of final images when enhanced is enabled. Use argument `--disable-enhance-output-sorting` to disable.
|
||||||
|
|
||||||
# [2.5.0](https://github.com/lllyasviel/Fooocus/releases/tag/v2.5.0)
|
# [2.5.0](https://github.com/lllyasviel/Fooocus/releases/tag/v2.5.0)
|
||||||
|
|
||||||
This version includes various package updates. If the auto-update doesn't work you can do one of the following:
|
This version includes various package updates. If the auto-update doesn't work you can do one of the following:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue