This commit is contained in:
lllyasviel
2023-12-13 21:14:50 -08:00
committed by GitHub
parent 28b07cd658
commit 5b99e3a1e4
12 changed files with 489 additions and 339 deletions
+7
View File
@@ -1,3 +1,10 @@
# 2.1.839
* Maintained some computation codes in backend for efficiency.
* Added a note about Seed Breaking Change.
**Seed Breaking Change**: Note that 2.1.825-2.1.839 is seed breaking change. The computation float point is changed and some seeds may give slightly different results. If you want to 100% reproduce previous results, please use `git switch v2.1.824` and `python launch.py` to change to previous version. Note that once you change to any previous version, the updating will be turned off forever. Besides, the minor change in 2.1.825-2.1.839 do not influence image quality - they are purely random, determined by your device.
# 2.1.837
* Fix some precision-related problems.