From e268ca38ced941329f1d517428613936ff5e1d3d Mon Sep 17 00:00:00 2001 From: ClashSAN <98228077+ClashSAN@users.noreply.github.com> Date: Thu, 6 Oct 2022 19:15:33 +0000 Subject: [PATCH] Updated Features (markdown) --- Features.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Features.md b/Features.md index 629d351..0cc2b8d 100644 --- a/Features.md +++ b/Features.md @@ -8,7 +8,7 @@ Outpainting extends the original image and inpaints the created empty space. Example: -| Original | Oupainting | Outpainting again | +| Original | Outpainting | Outpainting again | |------------------------------|------------------------------|------------------------------| | ![](images/outpainting-1.png) | ![](images/outpainting-2.png) | ![](images/outpainting-3.png) | @@ -162,6 +162,8 @@ Here are the settings that create the graph above: ![](images/xy_grid-medusa-ui.png) +For Prompt S/R, include the first value in your main prompt. (shown above) + # Textual Inversion Short explanation: place your embeddings into the `embeddings` directory, and use the filename in the prompt. @@ -339,10 +341,6 @@ the effect is. You can choose between the two methods in settings. Click the Save button under the output section, and generated images will be saved to a directory specified in settings; generation parameters will be appended to a csv file in the same directory. -# Correct seeds for batches -If you use a seed of 1000 to generate two batches of two images each, four generated images will have seeds: `1000, 1001, 1002, 1003`. -Previous versions of the UI would produce `1000, x, 1001, x`, where x is an image that can't be generated by any seed. - # Loading Gradio's loading graphic has a very negative effect on the processing speed of the neural network. My RTX 3090 makes images about 10% faster when the tab with gradio is not active. By default, the UI @@ -366,7 +364,7 @@ options are ones that are required at startup. # Filenames format The `Images filename pattern` field in the Settings tab allows customization of generated txt2img and img2img images filenames. This pattern defines the generation parameters you want to include in filenames and their order. The supported tags are: -`[steps], [cfg], [prompt], [prompt_spaces], [width], [height], [sampler], [seed], [model_hash], [prompt_words], [date], [model_hash].` +`[steps], [cfg], [prompt], [prompt_no_styles], [prompt_spaces], [width], [height], [styles], [sampler], [seed], [model_hash], [prompt_words], [date], [datetime], [job_timestamp].` This list will evolve though, with new additions. You can get an up-to-date list of supported tags by hovering your mouse over the "Images filename pattern" label in the UI.