From 6ef1ad5a6f4188424ab6fb313815d2b61ccdd7f1 Mon Sep 17 00:00:00 2001 From: AUTOMATIC1111 <16777216c@gmail.com> Date: Sun, 1 Jan 2023 10:20:29 +0300 Subject: [PATCH] Updated Seed breaking changes (markdown) --- Seed-breaking-changes.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Seed-breaking-changes.md b/Seed-breaking-changes.md index 2221e91..481e42d 100644 --- a/Seed-breaking-changes.md +++ b/Seed-breaking-changes.md @@ -1,7 +1,11 @@ # 2023-01-01 - Karras sigma min/max Some of discussion is here: [PR](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/4373) + To revert to old sigmas (0.1 to 10), use setting: `Use old karras scheduler sigmas`. # 2022-09-29 - New emphasis implementation -New implementation supports escape characters and numerical weights. A downside of the new implementation is that the old one was not perfect and sometimes ate characters: "a (((farm))), daytime", for example, would become "a farm daytime" without the comma. This behavior is not shared by the new implementation which preserves all text correctly, and this means that your saved seeds may produce different pictures. For now, there is an option in settings to use the old implementation: `Use old emphasis implementation`. +New implementation supports escape characters and numerical weights. A downside of the new implementation is that the old one was not perfect and sometimes ate characters: "a (((farm))), daytime", for example, would become "a farm daytime" without the comma. This behavior is not shared by the new implementation which preserves all text correctly, and this means that your saved seeds may produce different pictures. + +For now, there is an option in settings to use the old implementation: `Use old emphasis implementation`. + More info about the feature: [Attention/emphasis](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Features#attentionemphasis)