Skip to content

Commit

Permalink
release: bump version to 2.4.2, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mashb1t authored and csokun committed Jun 16, 2024
1 parent 318d3d0 commit 0b7b975
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fooocus_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '2.4.1'
version = '2.4.2'
2 changes: 1 addition & 1 deletion presets/playground_v2.5.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
1.0
]
],
"default_cfg_scale": 3,
"default_cfg_scale": 3.0,
"default_sample_sharpness": 2.0,
"default_sampler": "dpmpp_2m",
"default_scheduler": "edm_playground_v2.5",
Expand Down
9 changes: 9 additions & 0 deletions update_log.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [2.4.2](https://github.com/lllyasviel/Fooocus/releases/tag/v2.4.2)

* 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)
* Fix performance LoRA replacement when data is loaded from history log and inline prompt
* Add support and preset for playground v2.5 (only works with performance Quality or Speed, use with scheduler edm_playground_v2)
* Make textboxes (incl. positive prompt) resizable
* Hide intermediate images when performance of Gradio would bottleneck the generation process (Extreme Speed, Lightning, Hyper-SD)


# [2.4.1](https://github.com/lllyasviel/Fooocus/releases/tag/v2.4.1)

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

0 comments on commit 0b7b975

Please sign in to comment.