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