From bac5c882ba49b8b68d1122322c8c49dc1ad78af0 Mon Sep 17 00:00:00 2001 From: lllyasviel Date: Thu, 14 Dec 2023 09:35:36 -0800 Subject: [PATCH] update doc (#1409) --- update_log.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_log.md b/update_log.md index 70f06a7..f889070 100644 --- a/update_log.md +++ b/update_log.md @@ -3,7 +3,7 @@ * 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. +**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. The minor change in 2.1.825-2.1.839 do not influence image quality. See also [use previous version](https://github.com/lllyasviel/Fooocus/discussions/1405). # 2.1.837