Updated Features (markdown)

ClashSAN 2022-10-06 19:15:33 +00:00
parent 9f7c0e349f
commit e268ca38ce

@ -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.