mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-23 08:14:14 +00:00
added alternate prompt PR info to prompt editing, provide info on color sketch
20
Features.md
20
Features.md
@@ -81,6 +81,13 @@ Another example, this time with 5 prompts and 16 variations:
|
||||
|
||||
You can find the feature at the bottom, under Script -> Prompt matrix.
|
||||
|
||||
# Color Sketch
|
||||
|
||||
Basic coloring tool for img2img. Enable with **--gradio-img2img-tool color-sketch** in commandline args. Sending from txt2img currently causes severe lag, so upload the image instead. Chromium-based browsers support a dropper tool.
|
||||
|
||||

|
||||
|
||||
|
||||
# Stable Diffusion upscale
|
||||
Upscale image using RealESRGAN/ESRGAN and then go through tiles of the result, improving them with img2img.
|
||||
It also has an option to let you do the upscaling part yourself in an external program, and just go through tiles with img2img.
|
||||
@@ -308,6 +315,19 @@ 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.
|
||||
|
||||
## Alternating Words
|
||||
|
||||
Convenient Syntax for swapping every other step.
|
||||
|
||||
[cow|horse] in a field
|
||||
|
||||
On step 1, prompt is "cow in a field." Step 2 is "horse in a field." Step 3 is "cow in a field" and so on.
|
||||
|
||||
|
||||
See more advanced example below. On step 8, the chain loops back from "man" to "cow."
|
||||
|
||||
[cow|cow|horse|man|siberian tiger|ox|man] in a field
|
||||
|
||||
Prompt editing was first implemented by Doggettx in [this myspace.com post](https://www.reddit.com/r/StableDiffusion/comments/xas2os/simple_prompt2prompt_implementation_with_prompt/).
|
||||
|
||||
# Highres. fix
|
||||
|
||||
Reference in New Issue
Block a user