Skip to content

Commit 6b44c10

Browse files
committed
feat: update changelog and readme
1 parent 5bf9601 commit 6b44c10

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

readme.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ The first time you launch the software, it will automatically download models:
8484

8585
After Fooocus 2.1.60, you will also have `run_anime.bat` and `run_realistic.bat`. They are different model presets (and require different models, but they will be automatically downloaded). [Check here for more details](https://github.com/lllyasviel/Fooocus/discussions/679).
8686

87+
After Fooocus 2.3.0 you can also switch presets directly in the browser. Keep in mind to add these arguments if you want to change the default behavior:
88+
* Use `--disable-preset-selection` to disable preset selection in the browser.
89+
* Use `--always-download-new-model` to download missing models on preset switch. Default is fallback to `previous_default_models` defined in the corresponding preset, also see terminal output.
90+
8791
![image](https://github.com/lllyasviel/Fooocus/assets/19834515/d386f817-4bd7-490c-ad89-c1e228c23447)
8892

8993
If you already have these files, you can copy them to the above locations to speed up installation.
@@ -115,7 +119,7 @@ See also the common problems and troubleshoots [here](troubleshoot.md).
115119

116120
### Colab
117121

118-
(Last tested - 2024 Mar 11)
122+
(Last tested - 2024 Mar 18 - @mashb1t)
119123

120124
| Colab | Info
121125
| --- | --- |
@@ -125,9 +129,9 @@ In Colab, you can modify the last line to `!python entry_with_update.py --share
125129

126130
Note that this Colab will disable refiner by default because Colab free's resources are relatively limited (and some "big" features like image prompt may cause free-tier Colab to disconnect). We make sure that basic text-to-image is always working on free-tier Colab.
127131

128-
Using `--always-high-vram` shifts resource allocation from RAM to VRAM and achieves the overall best balance between performance, flexibility and stability on the default T4 instance.
132+
Using `--always-high-vram` shifts resource allocation from RAM to VRAM and achieves the overall best balance between performance, flexibility and stability on the default T4 instance. Please find more information [here](https://github.com/lllyasviel/Fooocus/pull/1710#issuecomment-1989185346).
129133

130-
Thanks to [camenduru](https://github.com/camenduru)!
134+
Thanks to [camenduru](https://github.com/camenduru) for the template!
131135

132136
### Linux (Using Anaconda)
133137

update_log.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [2.3.0](https://github.com/lllyasviel/Fooocus/releases/tag/2.3.0)
2+
3+
* Add performance "lightning" (based on [SDXL-Lightning 4 step LoRA](https://huggingface.co/ByteDance/SDXL-Lightning/blob/main/sdxl_lightning_4step_lora.safetensors))
4+
* Add preset selection to UI, disable with argument `--disable-preset-selection`. Use `--always-download-new-model` to download missing models on preset switch.
5+
* Improve face swap consistency by switching later in the process to (synthetic) refiner
6+
* Add temp path cleanup on startup
7+
* Add support for wildcard subdirectories
8+
* Add scrollable 2 column layout for styles for better structure
9+
* Improve Colab resource needs for T4 instances (default), positively tested with all image prompt features
10+
* Improve anime preset, now uses style `Fooocus Semi Realistic` instead of `Fooocus Negative` (less wet look images)
11+
112
# [2.2.1](https://github.com/lllyasviel/Fooocus/releases/tag/2.2.1)
213

314
* Fix some small bugs (e.g. image grid, upscale fast 2x, LoRA weight width in Firefox)

0 commit comments

Comments
 (0)