fix many inpaint bugs (#731)

fix many inpaint bugs
This commit is contained in:
lllyasviel
2023-10-18 06:22:08 -07:00
committed by GitHub
parent d2c8f16082
commit 9660daff94
6 changed files with 131 additions and 96 deletions
+4
View File
@@ -1,3 +1,7 @@
# 2.1.703
* Fixed many previous problems related to inpaint.
# 2.1.702
* Corrected reading empty negative prompt from config (it shouldn't turn into None).