From 58559bd62bc7f1c11b3e3985f7eba107fd6bf37c Mon Sep 17 00:00:00 2001 From: Manuel Schmid Date: Sun, 7 Jul 2024 15:01:28 +0200 Subject: [PATCH] release: bump version to 2.6.0-rc1, update changelog --- fooocus_version.py | 2 +- readme.md | 10 +++++----- update_log.md | 14 ++++++++++++++ 3 files changed, 20 insertions(+), 6 deletions(-) diff --git a/fooocus_version.py b/fooocus_version.py index 36fac3bb..a37e9c40 100644 --- a/fooocus_version.py +++ b/fooocus_version.py @@ -1 +1 @@ -version = '2.5.2 (mashb1t)' +version = '2.6.0-rc1 (mashb1t)' diff --git a/readme.md b/readme.md index dd341db6..190708a4 100644 --- a/readme.md +++ b/readme.md @@ -487,11 +487,11 @@ See the common problems [here](troubleshoot.md). Given different goals, the default models and configs of Fooocus are different: -| Task | Windows | Linux args | Main Model | Refiner | Config | -| --- | --- | --- | --- | --- |--------------------------------------------------------------------------------| -| General | run.bat | | juggernautXL_v8Rundiffusion | not used | [here](https://github.com/lllyasviel/Fooocus/blob/main/presets/default.json) | -| Realistic | run_realistic.bat | --preset realistic | realisticStockPhoto_v20 | not used | [here](https://github.com/lllyasviel/Fooocus/blob/main/presets/realistic.json) | -| Anime | run_anime.bat | --preset anime | animaPencilXL_v100 | not used | [here](https://github.com/lllyasviel/Fooocus/blob/main/presets/anime.json) | +| Task | Windows | Linux args | Main Model | Refiner | Config | +|-----------| --- | --- |-----------------------------| --- |--------------------------------------------------------------------------------| +| General | run.bat | | juggernautXL_v8Rundiffusion | not used | [here](https://github.com/lllyasviel/Fooocus/blob/main/presets/default.json) | +| Realistic | run_realistic.bat | --preset realistic | realisticStockPhoto_v20 | not used | [here](https://github.com/lllyasviel/Fooocus/blob/main/presets/realistic.json) | +| Anime | run_anime.bat | --preset anime | animaPencilXL_v500 | not used | [here](https://github.com/lllyasviel/Fooocus/blob/main/presets/anime.json) | Note that the download is **automatic** - you do not need to do anything if the internet connection is okay. However, you can download them manually if you (or move them from somewhere else) have your own preparation. diff --git a/update_log.md b/update_log.md index 2ba79f48..03b8b9fb 100644 --- a/update_log.md +++ b/update_log.md @@ -1,3 +1,17 @@ +# [2.6.0-rc1](https://github.com/mashb1t/Fooocus/releases/tag/v2.6.0-rc1) + +* Update default models to latest versions + * animaPencilXL_v400 => animaPencilXL_v500 + * DreamShaperXL_Turbo_dpmppSdeKarras => DreamShaperXL_Turbo_v2_1 + * SDXL_FILM_PHOTOGRAPHY_STYLE_BetaV0.4 => SDXL_FILM_PHOTOGRAPHY_STYLE_V1 +* Add preset for pony_v6 (using ponyDiffusionV6XL) +* Add style `Fooocus Pony` +* Add restart sampler ([paper](https://arxiv.org/abs/2306.14878)) +* Add config option for default_inpaint_engine_version, sets inpaint engine for pony_v6 and playground_v2.5 to None for improved results (incompatible with inpaint engine) +* Add image editor functionality to mask upload (same as for inpaint, now correctly resizes and allows more detailed mask creation) +* Add persistent model cache for metadata. Use `--rebuild-hash-cache` to manually rebuild the cache for all non-cached hashes +* Rename `--enable-describe-uov-image` to `--enable-auto-describe-image` to better reflect its purpose (now also works for enhance image upload) + # [2.5.2](https://github.com/mashb1t/Fooocus/releases/tag/v2.5.2) * Add missing prompt return values for `Upscale (Fast 2x)` in enhance