Fix inpaint device problem in --always-gpu mode. (#1420)

2.1.841
This commit is contained in:
lllyasviel
2023-12-14 19:15:16 -08:00
committed by GitHub
parent a39c1d1349
commit 179bcb2c4e
5 changed files with 37 additions and 28 deletions
+8
View File
@@ -1,3 +1,11 @@
# 2.1.841
* Backend maintain.
* Fix some potential frozen after model mismatch.
* Fix crash when cfg=1 when using anime preset.
* Added some guidelines for troubleshoot the "CUDA kernel errors asynchronously" problem.
* Fix inpaint device problem in `--always-gpu` mode.
# 2.1.839
* Maintained some computation codes in backend for efficiency.