From 219b6e72eb9ab6d49401eedd4915d999652dc7b8 Mon Sep 17 00:00:00 2001 From: catboxanon <122327233+catboxanon@users.noreply.github.com> Date: Sat, 22 Jul 2023 21:25:12 -0400 Subject: [PATCH] Add note about sd-webui-loractl --- Features.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Features.md b/Features.md index 43a882c..3976753 100644 --- a/Features.md +++ b/Features.md @@ -469,7 +469,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. +**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). ## Alternating Words @@ -490,7 +490,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. +**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). # 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.