From aba2c6c1ba0e9f4adb735c6f872cc76ac66b40a3 Mon Sep 17 00:00:00 2001 From: Manuel Schmid Date: Sun, 30 Jun 2024 13:47:25 +0200 Subject: [PATCH] release: bump version to 2.5.2, 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 b158bafa..36fac3bb 100644 --- a/fooocus_version.py +++ b/fooocus_version.py @@ -1 +1 @@ -version = '2.5.1 (mashb1t)' +version = '2.5.2 (mashb1t)' diff --git a/update_log.md b/update_log.md index 92afa1fb..2ba79f48 100644 --- a/update_log.md +++ b/update_log.md @@ -1,3 +1,10 @@ +# [2.5.2](https://github.com/mashb1t/Fooocus/releases/tag/v2.5.2) + +* Add missing prompt return values for `Upscale (Fast 2x)` in enhance +* Add handling for executing only enhance `Upscale (Fast 2x)` to not divide by 0 on step calculation +* Get upscale model filepath by calling downloading_upscale_model() to ensure the model exists +* Correctly break after user stopped during enhance inpainting + # [2.5.1](https://github.com/mashb1t/Fooocus/releases/tag/v2.5.1) * Fix missing handling for cloth category for u2net_cloth_seg in enhance tabs