From c4d5b160bec6fcfe4a2f5459dc286a045f3b75b7 Mon Sep 17 00:00:00 2001 From: Manuel Schmid Date: Sat, 3 Aug 2024 15:07:14 +0200 Subject: [PATCH] release: bump version to 2.5.3, update changelog --- fooocus_version.py | 2 +- update_log.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/fooocus_version.py b/fooocus_version.py index ca4825b5b..326513ef1 100644 --- a/fooocus_version.py +++ b/fooocus_version.py @@ -1 +1 @@ -version = '2.5.2' +version = '2.5.3' diff --git a/update_log.md b/update_log.md index e3a5e273d..fc4b27aad 100644 --- a/update_log.md +++ b/update_log.md @@ -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) * Fix not adding positive prompt when styles didn't have a {prompt} placeholder in the positive prompt