Skip to content

Commit

Permalink
release: bump version to 2.4.0, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mashb1t committed May 26, 2024
1 parent cc58fe5 commit cdafa74
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fooocus_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '2.4.0-rc2'
version = '2.4.0'
19 changes: 19 additions & 0 deletions update_log.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [2.4.0](https://github.com/lllyasviel/Fooocus/releases/tag/2.4.0)

* Add clip skip slider
* Add select for custom VAE
* Add new style "Random Style"
* Update default anime model to animaPencilXL_v310
* Add button to reconnect the UI after Fooocus crashed without having to configure everything again (no page reload required)
* Add performance "hyper-sd" (based on [Hyper-SDXL 4 step LoRA](https://huggingface.co/ByteDance/Hyper-SD/blob/main/Hyper-SDXL-4steps-lora.safetensors))
* Add [AlignYourSteps](https://research.nvidia.com/labs/toronto-ai/AlignYourSteps/) scheduler by Nvidia, see
* Add [TCD](https://github.com/jabir-zheng/TCD) sampler and scheduler (based on sgm_uniform)
* Add NSFW image censoring (disables intermediate image preview while generating). Set config value `default_black_out_nsfw` to True to always enable.
* Add argument `--enable-describe-uov-image` to automatically describe uploaded images for upscaling
* Add inline lora prompt references with subfolder support, example prompt: `colorful bird <lora:toucan:1.2>`
* Add size and aspect ratio recommendation on image describe
* Add inpaint brush color picker, helpful when image and mask brush have the same color
* Add automated Docker image build using Github Actions on each release.
* Add full raw prompts to history logs
* Change code ownership from @lllyasviel to @mashb1t for automated issue / MR notification

# [2.3.1](https://github.com/lllyasviel/Fooocus/releases/tag/2.3.1)

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

0 comments on commit cdafa74

Please sign in to comment.