Skip to content

Commit 85a8dee

Browse files
committed
release: bump version to 2.4.2, update changelog
1 parent b58bc77 commit 85a8dee

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
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.1'
1+
version = '2.4.2'

presets/playground_v2.5.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
1.0
3030
]
3131
],
32-
"default_cfg_scale": 3,
32+
"default_cfg_scale": 3.0,
3333
"default_sample_sharpness": 2.0,
3434
"default_sampler": "dpmpp_2m",
3535
"default_scheduler": "edm_playground_v2.5",

update_log.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [2.4.2](https://github.com/lllyasviel/Fooocus/releases/tag/v2.4.2)
2+
3+
* Fix some small bugs (tcd scheduler when gamma is 0, chown in Dockerfile, update cmd args in readme, translation for aspect ratios, vae default after file reload)
4+
* Fix performance LoRA replacement when data is loaded from history log and inline prompt
5+
* Add support and preset for playground v2.5 (only works with performance Quality or Speed, use with scheduler edm_playground_v2)
6+
* Make textboxes (incl. positive prompt) resizable
7+
* Hide intermediate images when performance of Gradio would bottleneck the generation process (Extreme Speed, Lightning, Hyper-SD)
8+
9+
110
# [2.4.1](https://github.com/lllyasviel/Fooocus/releases/tag/v2.4.1)
211

312
* Fix some small bugs (e.g. adjust clip skip default value from 1 to 2, add type check to aspect ratios js update function)

0 commit comments

Comments
 (0)