mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-04-05 03:59:00 +08:00
Updated Seed breaking changes (markdown)
parent
9c56d4d0c1
commit
47e7bc2fc4
@ -1,5 +1,5 @@
|
||||
## [2023-07-30](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12177) - add support for whitespace after the number in constructions like [fo…
|
||||
Before the PR, whitespace after the number in prompt editing (`[foo:0.5]`), and also before and after number in emphasis (`(foo:0.5)`) them to not work and just be treated as plain text. The PR changes this and now `[foo : 0.5 ]` and `(foo : 0.5 )` work. Prompts where the user erroneously written whitespaces where they are not allowed will generate different pictures.
|
||||
Before the PR, whitespace after the number in prompt editing (`[foo:0.5]`), and also before and after number in attention (`(foo:0.5)`) caused them to not work and just be treated as plain text. The PR changes this and now `[foo : 0.5 ]` and `(foo : 0.5 )` work. Prompts where the user erroneously written whitespaces where they are not allowed will generate different pictures.
|
||||
|
||||
## [2023-04-29](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/9669) - Fix prompt schedule for second order samplers
|
||||
Second order samplers (Heun, DPM2/a, DPM++ 2S/a, DPM++ SDE / Karras) cause the prompt schedule to run twice as fast when prompting something like `[dog:cat:0.5]` (i.e. for 100 steps, prompt is `dog` until step 25, `cat` until 50, and remains `dog` until 100). This fixes that by checking if the sampler is any of these second order samplers and multiplies the step count by 2 for calculating the prompt schedule.
|
||||
|
Loading…
x
Reference in New Issue
Block a user