Merge branch 'feature/add-inpaint-mask-generation'

# Conflicts:
#	modules/config.py
#	requirements_versions.txt
This commit is contained in:
Manuel Schmid
2024-01-24 02:46:09 +01:00
6 changed files with 45 additions and 4 deletions
+1
View File
@@ -27,6 +27,7 @@ Included adjustments:
* ✨ https://github.com/lllyasviel/Fooocus/pull/1938 - automatically describe image on uov image upload if prompt is empty
* ✨ https://github.com/lllyasviel/Fooocus/pull/1940 - meta data handling, schemes: Fooocus (json) and A1111 (plain text). Compatible with Civitai.
* ✨ https://github.com/lllyasviel/Fooocus/pull/1979 - prevent outdated history log link after midnight
* ✨ https://github.com/lllyasviel/Fooocus/pull/2032 - add inpaint mask generation functionality using rembg
✨ = new feature<br>
🐛 = bugfix<br>