Merge branch 'feature/make-max-image-number-configurable'

This commit is contained in:
Manuel Schmid 2023-12-27 17:30:36 +01:00
commit f6c00bd9a7
No known key found for this signature in database
GPG Key ID: 32C4F7569B40B84B
1 changed files with 1 additions and 1 deletions

View File

@ -14,9 +14,9 @@ Included adjustments:
* 🐛 https://github.com/lllyasviel/Fooocus/pull/1578 - add workaround for changing prompt while generating
* ✨ https://github.com/lllyasviel/Fooocus/pull/1580 - add preset for SDXL Turbo (model DreamShaperXL_Turbo)
* 🐛 https://github.com/lllyasviel/Fooocus/pull/1608 - skip free_memory for describe (interrogate)
* ✨ https://github.com/lllyasviel/Fooocus/pull/1616 - add config setting for default_max_image_number
* ✨ show more details for each performance setting, e.g. steps
* ✨ add default_overwrite_step handling for meta data and gradio (allows turbo preset switching to set default_overwrite_step correctly)
* ✨ add config setting for default_max_image_number
✨ = new feature<br>
🐛 = bugfix