release: bump version to 2.5.3, update changelog
This commit is contained in:
parent
2f08cb4360
commit
c4d5b160be
|
|
@ -1 +1 @@
|
||||||
version = '2.5.2'
|
version = '2.5.3'
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,10 @@
|
||||||
|
# [2.5.3](https://github.com/lllyasviel/Fooocus/releases/tag/v2.5.3)
|
||||||
|
|
||||||
|
* Fix prompt bug when only negative styles are selected
|
||||||
|
* Add various config settings for image input, see list in [PR](https://github.com/lllyasviel/Fooocus/pull/3382)
|
||||||
|
* Only load weights from non-safetensors files, preventing harmful code injection
|
||||||
|
* Add checkbox for applying/resetting styles when describing images, also allowing multiple describe content types
|
||||||
|
|
||||||
# [2.5.2](https://github.com/lllyasviel/Fooocus/releases/tag/v2.5.2)
|
# [2.5.2](https://github.com/lllyasviel/Fooocus/releases/tag/v2.5.2)
|
||||||
|
|
||||||
* Fix not adding positive prompt when styles didn't have a {prompt} placeholder in the positive prompt
|
* Fix not adding positive prompt when styles didn't have a {prompt} placeholder in the positive prompt
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue