Skip to content

Releases: mashb1t/Fooocus

v2.5.2

30 Jun 11:49
aba2c6c
Compare
Choose a tag to compare

What's Changed

  • fix: add missing prompt return values for upscale fast 2x in enhance
  • fix: add handling for only enhance upscale fast to not divide by 0 on step calculation
  • fix: get upscale model filepath by calling downloading_upscale_model() to ensure the model exists
  • fix: correctly break after user stopped during enhance inpainting

Full Changelog: v2.5.1...v2.5.2

v2.5.1

26 Jun 19:40
c83be89
Compare
Choose a tag to compare

What's Changed

  • fix: add missing handling for cloth category for u2net_cloth_seg
  • fix: move current_task_id increase to handler again
  • refactor: rename checkbox Enable Mask Upload to Enable Advanced Masking Features

Full Changelog: v2.5.0...v2.5.1

v2.5.0

25 Jun 20:12
6f4d73b
Compare
Choose a tag to compare

What's Changed

  • feat: add enhance feature, which offers easy image refinement steps (similar to adetailer, but based on dynamic image detection instead of specific mask detection models). See documentation.
  • feat: improve GroundingDINO and SAM image masking
  • refactor: rewrite async worker code, make code much more reusable to allow iterations and improve reusability
  • refactor: rename --enable-describe-uov-image to --enable-auto-describe-image, now also works for enhance image upload
  • feat: update python dependencies, remove diffusers, add segment_anything
  • refactor: move checkboxes Enable Mask Upload and Invert Mask When Generating from Developer Debug Mode to Inpaint Or Outpaint

Full Changelog: v2.4.3...v2.5.0

v2.5.0-rc1

18 Jun 22:23
53b27e4
Compare
Choose a tag to compare
v2.5.0-rc1 Pre-release
Pre-release

What's Changed

  • feat: add enhance feature, which offers easy image refinement steps (similar to adetailer, but based on dynamic image detection instead of specific mask detection models). See lllyasviel#3122 for more details.
  • feat: improve GroundingDINO and SAM image masking

Full Changelog: v2.4.3...v2.5.0-rc1

v2.4.3

06 Jun 17:52
9c352b6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.2...v2.4.3

v2.4.2

05 Jun 20:13
219c494
Compare
Choose a tag to compare

What's Changed (synched from upstream)

Full Changelog: lllyasviel/Fooocus@v2.4.1...v2.4.2

v2.4.1

27 May 23:15
27a4c8b
Compare
Choose a tag to compare

What's Changed (synched from upstream)

Full Changelog: lllyasviel/Fooocus@v2.4.0...v2.4.1

v2.4.0

26 May 18:29
9c4e471
Compare
Choose a tag to compare

All of 2.4.0 and a bit more.
You can find the docker images in https://ghcr.io/mashb1t/fooocus

Full Changelog: 2.3.1...v2.4.0

2.4.0-rc3

19 May 19:22
999e5b2
Compare
Choose a tag to compare
2.4.0-rc3 Pre-release
Pre-release

All of 2.4.0-rc1, 2.4.0-rc2 and a bit more

Full Changelog: 2.3.3...2.4.0-rc3

2.3.3

15 May 15:36
1c107e0
Compare
Choose a tag to compare

What's Changed

  • feat: support download of huggingface files from a mirror website
  • feat: update interposer from v3.1 to v4.0
  • feat: update animaPencilXL from 2.0.0 to 3.1.0
  • feat: add button to reconnect UI without having to reload the page
  • feat: add performance hyper-sd based on 4step LoRA
  • feat: add random style checkbox
  • feat: add VAE select
  • feat: add full raw prompt to history log
  • feat: add AlignYourStepsScheduler
  • feat: add tcd sampler
  • refactor: code cleanup

Full Changelog: 2.3.1...2.3.3