From 6628b1a25c55866301d90c6e872c75b4cc920279 Mon Sep 17 00:00:00 2001 From: AUTOMATIC1111 <16777216c@gmail.com> Date: Fri, 30 Sep 2022 14:58:19 +0300 Subject: [PATCH] Updated Features (markdown) --- Features.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Features.md b/Features.md index 3afbf5e..b38245d 100644 --- a/Features.md +++ b/Features.md @@ -277,6 +277,8 @@ Prompt editing allows you to start sampling one picture, but in the middle swap Where `from` and `to` are arbitrary texts, and `when` is a number the defines how late in the sampling cycle should the switch be made. The later it is, the less power the model has to draw the `to` text in place of `from` text. If `when` is a number between 0 and 1, it's a fraction of the number of steps after which to make the switch. If it's integer greater than zero, it's just the step after which to make the switch. +Nesting one prompt editing inside another does not work. + Additionally: - `[to:when]` - adds `to` to the prompt after a fixed number of steps (`when`) - `[from::when]` - removes `from` from the prompt after a fixed number of steps (`when`)