mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-04-05 03:59:00 +08:00
Fix extension name typo (loractrl -> loractl)
parent
b002fb47b6
commit
460ae51d59
@ -510,7 +510,7 @@ And the number 0.99 is replaced with whatever you see in column labels on the im
|
||||
|
||||
The last column in the picture is [male:female:0.0], which essentially means that you are asking the model to draw a female from the start, without starting with a male general, and that is why it looks so different from others.
|
||||
|
||||
**Note**: This syntax does _not_ work with extra networks, such as LoRA. See [this discussion post](https://github.com/AUTOMATIC1111/stable-diffusion-webui/discussions/10897#discussioncomment-6055184) for details. For similar functionality, see the [sd-webui-loractrl extension](https://github.com/cheald/sd-webui-loractl).
|
||||
**Note**: This syntax does _not_ work with extra networks, such as LoRA. See [this discussion post](https://github.com/AUTOMATIC1111/stable-diffusion-webui/discussions/10897#discussioncomment-6055184) for details. For similar functionality, see the [sd-webui-loractl extension](https://github.com/cheald/sd-webui-loractl).
|
||||
|
||||
## Alternating Words
|
||||
|
||||
@ -531,7 +531,7 @@ See more advanced example below. On step 8, the chain loops back from "man" to "
|
||||
|
||||
Prompt editing was first implemented by Doggettx in [this reddit post](https://www.reddit.com/r/StableDiffusion/comments/xas2os/simple_prompt2prompt_implementation_with_prompt/).
|
||||
|
||||
**Note**: This syntax does _not_ work with extra networks, such as LoRA. See [this discussion post](https://github.com/AUTOMATIC1111/stable-diffusion-webui/discussions/10897#discussioncomment-6055184) for details. For similar functionality, see the [sd-webui-loractrl extension](https://github.com/cheald/sd-webui-loractl).
|
||||
**Note**: This syntax does _not_ work with extra networks, such as LoRA. See [this discussion post](https://github.com/AUTOMATIC1111/stable-diffusion-webui/discussions/10897#discussioncomment-6055184) for details. For similar functionality, see the [sd-webui-loractl extension](https://github.com/cheald/sd-webui-loractl).
|
||||
|
||||
# Hires. fix
|
||||
A convenience option to partially render your image at a lower resolution, upscale it, and then add details at a high resolution. By default, txt2img makes horrible images at very high resolutions, and this makes it possible to avoid using the small picture's composition. Enabled by checking the "Hires. fix" checkbox on the txt2img page.
|
||||
|
Loading…
x
Reference in New Issue
Block a user