Updated UI Overwiew (markdown)

jsuelwald 2022-11-08 15:40:29 +01:00
parent 2ed4445a47
commit 0efe278ead

@ -1,10 +1,26 @@
# Prompt and Base Image # Prompt and Base Image
![image](https://user-images.githubusercontent.com/2499585/200583174-d2eb7dcd-a802-4be6-8e4a-b7f6a3ebbef7.png) ![image](https://user-images.githubusercontent.com/2499585/200583174-d2eb7dcd-a802-4be6-8e4a-b7f6a3ebbef7.png)
* Prompt: A textual prompt for stable diffusion to render - More on prompts [here][Writing prompts] * Prompt: A textual prompt for stable diffusion to render - More on prompts [[here|Writing prompts]]
* Negative Prompt: A textual prompt for stable diffusion to avoid * Negative Prompt: A textual prompt for stable diffusion to avoid - More on negative prompts [[here|Writing-prompts#negative-prompts]]
* Initial Image: A selector for a base image * Initial Image: A selector for a base image
![image](https://user-images.githubusercontent.com/2499585/200583269-79c246a1-eadb-4685-bcb4-3ce3c67a9a95.png) ![image](https://user-images.githubusercontent.com/2499585/200583269-79c246a1-eadb-4685-bcb4-3ce3c67a9a95.png)
* Image Settings
* * Seed: A number to prime the random generator with
* * Number of images:
* * * (total) A number for how many images are to be generated in total
* * * (in parallel) A number for how many images are to be generated at the same time
* * Model: A drop-down-menu for selecting data models - More on data models [[here|Custom-Models]]
* * Custom VAE: A drop-down-menu for selecting Variational Auto Encoder - More on VAE [[here|VAE-Variational-Auto-Encoder]]
* * Image Size: drop-down-menus to select the resolution of the image to be generated
* * Inference steps: A number for how many steps stable diffusion should use
* * Guidance Scale: A slider & number field that controls how much the imgage generation should follow the prompt - Example [here](https://getimg.ai/guides/interactive-guide-to-stable-diffusion-guidance-scale-parameter)
* * Output format: A drop-down-menu for selecting either jpeg or png
* Render Settings
* * Show a live preview: Shows a live preview if enabled, otherwise will display the image when finished
* * Fix incorrect faces and eyes: Uses GFPGAN - a face restauration algorithm to fix glitches in faces & eyes
* *
![image](https://user-images.githubusercontent.com/2499585/200583339-783e49a6-8131-4bea-af66-cc311d626156.png) ![image](https://user-images.githubusercontent.com/2499585/200583339-783e49a6-8131-4bea-af66-cc311d626156.png)
![image](https://user-images.githubusercontent.com/2499585/200583388-80b8df4d-f5b9-4515-a53a-bf911f9fba61.png) ![image](https://user-images.githubusercontent.com/2499585/200583388-80b8df4d-f5b9-4515-a53a-bf911f9fba61.png)
![image](https://user-images.githubusercontent.com/2499585/200590572-b2ef2d74-1a5d-4394-8899-47c8578bedf1.png)