Skip to content

Commit 67289dd

Browse files
committed
release: bump version to 2.4.0, update changelog
1 parent cc58fe5 commit 67289dd

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

fooocus_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '2.4.0-rc2'
1+
version = '2.4.0'

update_log.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [2.4.0](https://github.com/lllyasviel/Fooocus/releases/tag/v2.4.0)
2+
3+
* Add clip skip slider
4+
* Add select for custom VAE
5+
* Add new style "Random Style"
6+
* Update default anime model to animaPencilXL_v310
7+
* Add button to reconnect the UI after Fooocus crashed without having to configure everything again (no page reload required)
8+
* Add performance "hyper-sd" (based on [Hyper-SDXL 4 step LoRA](https://huggingface.co/ByteDance/Hyper-SD/blob/main/Hyper-SDXL-4steps-lora.safetensors))
9+
* Add [AlignYourSteps](https://research.nvidia.com/labs/toronto-ai/AlignYourSteps/) scheduler by Nvidia, see
10+
* Add [TCD](https://github.com/jabir-zheng/TCD) sampler and scheduler (based on sgm_uniform)
11+
* Add NSFW image censoring (disables intermediate image preview while generating). Set config value `default_black_out_nsfw` to True to always enable.
12+
* Add argument `--enable-describe-uov-image` to automatically describe uploaded images for upscaling
13+
* Add inline lora prompt references with subfolder support, example prompt: `colorful bird <lora:toucan:1.2>`
14+
* Add size and aspect ratio recommendation on image describe
15+
* Add inpaint brush color picker, helpful when image and mask brush have the same color
16+
* Add automated Docker image build using Github Actions on each release.
17+
* Add full raw prompts to history logs
18+
* Change code ownership from @lllyasviel to @mashb1t for automated issue / MR notification
19+
120
# [2.3.1](https://github.com/lllyasviel/Fooocus/releases/tag/2.3.1)
221

322
* Remove positive prompt from anime prefix to not reset prompt after switching presets

0 commit comments

Comments
 (0)