mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-22 08:13:22 +01:00
Changed bullets, typos, direct links instead of "here" links
parent
deef30a657
commit
8262c44132
@ -1,27 +1,33 @@
|
||||
# Prompt and Base Image
|
||||
![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]]
|
||||
* Load from a file: Load textual prompt from a .txt-file - one prompt per prompt
|
||||
* Negative Prompt: A textual prompt for stable diffusion to avoid - More on negative prompts [[here|Writing-prompts#negative-prompts]]
|
||||
* Prompt: A textual prompt for stable diffusion to render - [[More on prompts|Writing prompts]]
|
||||
* Load from a file: Load textual prompt from a .txt-file - one prompt per line
|
||||
* Negative Prompt: A textual prompt for stable diffusion to avoid - [[More on negative prompts|Writing-prompts#negative-prompts]]
|
||||
* Initial Image: A selector for a base image
|
||||
|
||||
# Image Settings
|
||||
![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 - Exmaple [here](https://getimg.ai/guides/interactive-guide-to-stable-diffusion-steps-parameter)
|
||||
* * 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 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|Custom-Models]]
|
||||
* Custom VAE: A drop-down-menu for selecting Variational Auto Encoder - [[More on VAE|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 - [Example](https://getimg.ai/guides/interactive-guide-to-stable-diffusion-steps-parameter)
|
||||
* Guidance Scale: A slider & number field that controls how much the imgage generation should follow the prompt - [Example](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 Modifiers
|
||||
![image](https://user-images.githubusercontent.com/2499585/200583339-783e49a6-8131-4bea-af66-cc311d626156.png)
|
||||
|
||||
# System Settings
|
||||
![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)
|
||||
|
Loading…
Reference in New Issue
Block a user