Skip to content

Releases: lllyasviel/Fooocus

2.3.1

23 Mar 15:57
e2f9bcb
Compare
Choose a tag to compare

What's Changed

  • fix: remove positive prompt from anime prefix by @mashb1t in #2571
  • fix: add enabled value to LoRA when setting default_max_lora_number by @mashb1t in #2576
  • fix: correctly set preset config and loras in meta parser by @mashb1t in #2588
  • fix: correctly load image number from preset / do not reset to 1 anymore by @mashb1t in #2611
  • fix: use correct base dimensions for outpaint mask padding by @mashb1t in #2612
  • fix: add compatibility for LoRAs in a1111 metadata scheme by @mashb1t in #2615

Full Changelog: 2.3.0...2.3.1

2.3.0

18 Mar 17:37
a1bda88
Compare
Choose a tag to compare

What's Changed

  • fix: parse width and height as int when applying metadata by @mashb1t in #2452
  • fix: do not attempt to remove non-existing image grid file by @mashb1t in #2456
  • feat: add troubleshooting guide to bug report template again by @mashb1t in #2489
  • feat: use jpeg instead of jpg, use enums instead of strings by @mashb1t in #2453
  • feat: add performance lightning with 4 step LoRA by @mashb1t in #2415
  • fix: change synthetic refiner switch from 0.5 to 0.8 by @xhoxye in #2165
  • feat: add config for temp path and temp path cleanup on launch by @midareashi and @mashb1t in #1992
  • feat: scan wildcard subdirectories by @Cruxial0 and @mashb1t in #2466
  • fix: use correct method call for interrupt_current_processing by @mashb1t in #2506
  • feat: read wildcards in order 通配符增强,切换顺序读取。 by @xhoxye and @mashb1t in #1761
  • feat: use scrollable 2 column layout for styles by @hswlab in #1883
  • feat: allow to add disabled LoRAs in config by @mashb1t in #2507
  • fix: prioritize VRAM over RAM in Colab, preventing out of memory issues by @Peppe289 and @mashb1t in #1710
  • fix: update xformers to 0.0.23 by @mashb1t in #2517
  • feat: update xformers to 0.0.23 in Dockerfile by @josephrocca in #2519
  • fix: parse seed as string to display correctly in metadata preview by @mashb1t in #2536
  • feat: allow user add custom preset without block git pull by @Zxilly in #2520
  • feat: add preset selection to Gradio UI (session based) by @mashb1t in #1570
  • fix: add error output for unsupported images by @shaye059 in #2537
  • feat: improve anime preset by adding style Fooocus Semi Realistic by @DavidDragonsage in #2492
  • feat: add backwards compatibility for presets without disable/enable LoRA boolean by @mashb1t

New Contributors

Full Changelog: 2.2.1...2.3.0

2.3.0-rc1

16 Mar 14:34
37274c6
Compare
Choose a tag to compare
2.3.0-rc1 Pre-release
Pre-release

What's Changed

  • fix: parse width and height as int when applying metadata by @mashb1t in #2452
  • fix: do not attempt to remove non-existing image grid file by @mashb1t in #2456
  • feat: add troubleshooting guide to bug report template again by @mashb1t in #2489
  • feat: use jpeg instead of jpg, use enums instead of strings by @mashb1t in #2453
  • feat: add performance lightning with 4 step LoRA by @mashb1t in #2415
  • fix: change synthetic refiner switch from 0.5 to 0.8 by @xhoxye in #2165
  • feat: add config for temp path and temp path cleanup on launch by @midareashi and @mashb1t in #1992
  • feat: scan wildcard subdirectories by @Cruxial0 and @mashb1t in #2466
  • fix: use correct method call for interrupt_current_processing by @mashb1t in #2506
  • feat: read wildcards in order 通配符增强,切换顺序读取。 by @xhoxye and @mashb1t in #1761
  • feat: use scrollable 2 column layout for styles by @hswlab in #1883
  • feat: allow to add disabled LoRAs in config by @mashb1t in #2507
  • fix: prioritize VRAM over RAM in Colab, preventing out of memory issues by @Peppe289 and @mashb1t in #1710
  • fix: update xformers to 0.0.23 by @mashb1t in #2517
  • feat: update xformers to 0.0.23 in Dockerfile by @josephrocca in #2519
  • fix: parse seed as string to display correctly in metadata preview by @mashb1t in #2536
  • feat: allow user add custom preset without block git pull by @Zxilly in #2520
  • feat: add preset selection to Gradio UI (session based) by @mashb1t in #1570
  • fix: add error output for unsupported images by @shaye059 in #2537
  • feat: improve anime preset by adding style Fooocus Semi Realistic by @DavidDragonsage in #2492

New Contributors

Full Changelog: 2.2.1...2.3.0-rc1

2.2.1

04 Mar 10:38
28cdc2f
Compare
Choose a tag to compare

What's Changed

  • fix: adjust parameters for upscale fast 2x by @mashb1t in #2411
  • fix: add handling for filepaths to image grid by @mashb1t in #2414
  • fix: add fallback value for default_max_lora_number when default_loras is empty by @mashb1t in #2430
  • feat: add metadata flag and steps override to history log by @mashb1t in #2425
  • fix: adjust width of lora weight for firefox by @mashb1t in #2431
  • fix: add hint for png to metadata scheme selection by @eddyizm in #2434
  • fix: typo in wildcards/animal.txt by @nbs in #2433
  • feat: match anything in array syntax, not only words and whitespace by @mashb1t in #2438

New Contributors

  • @nbs made their first contribution in #2433

Full Changelog: 2.2.0...2.2.1

2.2.0

02 Mar 15:31
4945fc9
Compare
Choose a tag to compare

What's Changed

  • fix: sort with casefold, case insensitive by @mashb1t
  • feat: add early return for prompt expansion when no new tokens should be added by @mashb1t
  • feat: ignore DS_Store by @charliewilco in #2313
  • feat: advanced params refactoring + prevent users from skipping/stopping other users tasks in queue by @mashb1t in #981
  • feat: add list of 100 most popular animals to wildcards by @mashb1t in #985
  • feat: add advanced parameter for disable_intermediate_results (progress_gallery) by @mashb1t in #1013
  • feat: add ability to load checkpoints and loras from multiple locations by @dooglewoogle in #1256
  • feat: allow users to specify the number of threads when running on CPU by @maxim-saplin in #1601
  • feat: improve bug report and feature request issue templates by @mashb1t in #1631
  • fix: correctly create directory for path_outputs if not existing by @mashb1t in #1668
  • fix: allow path_outputs to be outside of root dir by @mashb1t in #2332
  • feat: add button to enable LoRAs by @MindOfMatter in #2210
  • feat: make lora number editable in config by @MindOfMatter in #2215
  • feat: make lora min max weight editable in config by @MindOfMatter in #2216
  • feat: add array support on main prompt by @flannerybh in #1503
  • feat: use consistent file name in gradio by @mashb1t in #1932
  • feat: add metadata to images by @mashb1t in #1940
  • feat: add jpg and webp support, add exif data handling for metadata by @mashb1t and @eddyizm in #1863
  • feat: add docker files by @whitehara and @mashb1t in #1418
  • docs: fix typo in readme by @gteti in #2368

New Contributors

Full Changelog: 2.1.865...2.2.0

2.2.0-rc1

26 Feb 16:58
692bead
Compare
Choose a tag to compare
2.2.0-rc1 Pre-release
Pre-release

What's Changed

  • fix: sort with casefold, case insensitive by @mashb1t
  • feat: add early return for prompt expansion when no new tokens should be added by @mashb1t
  • feat: ignore DS_Store by @charliewilco in #2313
  • feat: advanced params refactoring + prevent users from skipping/stopping other users tasks in queue by @mashb1t in #981
  • feat: add list of 100 most popular animals to wildcards by @mashb1t in #985
  • feat: add advanced parameter for disable_intermediate_results (progress_gallery) by @mashb1t in #1013
  • feat: add ability to load checkpoints and loras from multiple locations by @dooglewoogle in #1256
  • feat: allow users to specify the number of threads when running on CPU by @maxim-saplin in #1601
  • feat: improve bug report and feature request issue templates by @mashb1t in #1631
  • fix: correctly create directory for path_outputs if not existing by @mashb1t in #1668
  • fix: allow path_outputs to be outside of root dir by @mashb1t in #2332
  • feat: add button to enable LoRAs by @MindOfMatter in #2210
  • feat: make lora number editable in config by @MindOfMatter in #2215
  • feat: make lora min max weight editable in config by @MindOfMatter in #2216
  • feat: add array support on main prompt by @flannerybh in #1503
  • feat: use consistent file name in gradio by @mashb1t in #1932
  • feat: add metadata to images by @mashb1t in #1940
  • feat: add jpg and webp support, add exif data handling for metadata by @mashb1t and @eddyizm in #1863
  • feat: add docker files by @whitehara and @mashb1t in #1418

New Contributors

Full Changelog: 2.1.865...2.2.0-rc1

2.1.865

11 Feb 14:44
1c999be
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.864...2.1.865

V2

13 Sep 01:33
Compare
Choose a tag to compare
V2

The current version is Fooocus_win64_2-1-831 based on CUDA 12 and Pytorch2.1

If your device is old, you may want to also try the patch previous_old_xformers_env.7z which can patch and change your env to CUDA 11.8 and Pytorch2.0 with a old version of xformers.