From 082a5262b04063c0af875c3eab1bbca8f16eb42b Mon Sep 17 00:00:00 2001 From: Manuel Schmid Date: Sun, 11 Aug 2024 18:48:31 +0200 Subject: [PATCH] release: bump version to 2.5.4, update changelog --- fooocus_version.py | 2 +- update_log.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/fooocus_version.py b/fooocus_version.py index 326513ef1..9d2c6cf34 100644 --- a/fooocus_version.py +++ b/fooocus_version.py @@ -1 +1 @@ -version = '2.5.3' +version = '2.5.4' \ No newline at end of file diff --git a/update_log.md b/update_log.md index 8dbd653e6..cce133b84 100644 --- a/update_log.md +++ b/update_log.md @@ -1,3 +1,9 @@ +# [2.5.4](https://github.com/lllyasviel/Fooocus/releases/tag/v2.5.4) + +* Fix validation for default_ip_image_* and default_inpaint_mask_sam_model +* Fix enhance mask debugging in combination with image sorting +* Fix loading of checkpoints and LoRAs when using multiple directories in config and then switching presets + # [2.5.3](https://github.com/lllyasviel/Fooocus/releases/tag/v2.5.3) * Only load weights from non-safetensors files, preventing harmful code injection