mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-20 09:57:49 +02:00
Updated UI Overview (markdown)
parent
81d4dfacb1
commit
9656e6efae
137
UI-Overview.md
137
UI-Overview.md
@ -1,62 +1,105 @@
|
||||
# Prompt and Base Image
|
||||

|
||||
* 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
|
||||
|
||||

|
||||
|
||||
**Prompt**: A textual prompt. Enter something here for stable diffusion to render.
|
||||
|
||||
**Load from a file**: Load a textual prompt from a .txt file - one prompt per line.
|
||||
|
||||
**Negative Prompt**: A textual prompt that stable diffusion will try to avoid when rendering your image.
|
||||
|
||||
**Initial Image**: Stable-Diffusion will use an existing `Initial Image` to generate your image. Choose an image from your computer.
|
||||
|
||||
# Image Settings
|
||||

|
||||
|
||||

|
||||
|
||||
## 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
|
||||
**Seed**: A number that will be used to randomize your image.
|
||||
|
||||
**Number of Images**:
|
||||
* (total): How many images are to be generated in total.
|
||||
* (in parallel): How many images are to be generated at the same time.
|
||||
|
||||
**Model**: Select a data model which will be used to determine how to render your image.
|
||||
|
||||
**Custom VAE**: Selecting a `Variational Auto Encoder`.
|
||||
|
||||
**Image Size**: Select what the resolution of the image should be.
|
||||
|
||||
**Inference Steps**: Stable Diffusion works by generating images in multiple attempts. The number of attempts is what's called `Inference Steps`.
|
||||
[Example](https://getimg.ai/guides/interactive-guide-to-stable-diffusion-steps-parameter)
|
||||
|
||||
**Guidance Scale**: Controls how much the image generation should follow the prompt. [Example](https://getimg.ai/guides/interactive-guide-to-stable-diffusion-guidance-scale-parameter)
|
||||
|
||||
**Output Format**: To select the file format of the rendered image. Can be 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
|
||||
* Upscale image by 4x: Uses [RealESRGAN](https://github.com/xinntao/Real-ESRGAN) to upscale the final image to 4x the size (512x512 will be 2048x2048)
|
||||
|
||||
**Show a live preview**: Shows a live preview of the image while it's rendering. Otherwise the image will only be displayed when the image has finished rendering. This is off by default.
|
||||
|
||||
**Fix incorrect faces and eyes**: Uses GFPGAN - a face restauration algorithm to fix glitches in faces & eyes.
|
||||
|
||||
**Upscale image by 4x**: Uses [RealESRGAN](https://github.com/xinntao/Real-ESRGAN) to upscale the final image to 4x the size (512x512 will be 2048x2048)
|
||||
* RealESRGAN_x4plus is general-purpose
|
||||
* RealESRGAN_x4plus_anime_6B is optimized for anime
|
||||
|
||||
# Image Modifiers
|
||||

|
||||
* Cogwheel icon: Define custom image modifiers
|
||||
* Image style: A pull-down-menu to change the type of icon for the pre-defined modifiers
|
||||
* Face: Shows faces for the icons in the style of the modifiers
|
||||
* Landscapes: Shows landscapes for the icons in the style of the modifiers
|
||||
* Thumbnail size: A slider to change the size of the clickable modifiers
|
||||
* Image modifiers: These are simply prompt parts, which will be added to the prompt if selected
|
||||
|
||||

|
||||
|
||||
**Cogwheel Icon**: To define custom image modifiers.
|
||||
|
||||
**Image Style**: To change the type of icon for the pre-defined modifiers.
|
||||
* Face: Shows faces for the icons in the style of the modifiers.
|
||||
* Landscapes: Shows landscapes for the icons in the style of the modifiers.
|
||||
|
||||
**Thumbnail Size**: A slider to change the size of the clickable modifiers.
|
||||
|
||||
# Settings
|
||||
|
||||

|
||||
* Theme: A colour theme for the UI
|
||||
* Auto-Save Images: Automatically saves images and a .txt-file with the settings to the specified location
|
||||
* Save Location: A folder for saved images
|
||||
* Enable Sound: Plays a sound on task completion
|
||||
* Open browser on startup: Starts the default browser on startup with http://localhost:9000/ as URL
|
||||
* Turbo Mode: generates images faster, but uses an additional 1 GB of GPU memory
|
||||
* Use CPU (not GPU): Will force CPU-Rendering (very slow compared to GTX/RTX-Cards)
|
||||
* Automatically pick the GPUs (experimental): Will select a GPU automatically
|
||||
* GPUs to use (experimental): A List of availible GPUs including the CUDA-Id
|
||||
* Use Full precision: Will use more GPU Memory, required for NVidia GTX 1650/1660.
|
||||
* Auto-Save Settings: Restore Settings on browser load
|
||||
* Configure: Opens a menu to set which settings are stored
|
||||
* Beta Channel: Get the latest features immediately (but could be less stable). Please restart the program after changing this.
|
||||
|
||||
**Theme**: A color theme for the UI.
|
||||
|
||||
**Auto-Save Images**: Automatically saves images and a .txt-file with the settings to your specified location.
|
||||
|
||||
**Save Location**: A folder for where images will save.
|
||||
|
||||
**Enable Sound**: Plays a sound when a task is completed.
|
||||
|
||||
**Open browser on startup**: Starts the default browser on startup with http://localhost:9000/ as URL.
|
||||
|
||||
**Turbo Mode**: Generates images faster, but uses an additional 1 GB of GPU memory.
|
||||
|
||||
**Use CPU (not GPU)**: Will force CPU-Rendering. Very slow compared to GTX/RTX-Cards.
|
||||
|
||||
**Automatically pick the GPUs (experimental)**: Will select a GPU automatically.
|
||||
|
||||
**GPUs to use (experimental)**: A List of available GPUs including the CUDA-ID.
|
||||
|
||||
**Use Full Precision**: Will use more GPU Memory, required for NVIDIA GTX 1650/1660.
|
||||
|
||||
**Auto-Save Settings**: Restores Settings on browser load.
|
||||
* Configure: Opens a menu to set which settings are stored.
|
||||
|
||||
**Beta Channel**: Get the latest features immediately with the downside of decreased stability. Please restart the program after changing this.
|
||||
|
||||
# Buttons in the rendered image
|
||||
Note: these are visible if the user hovers with the mouse over a rendered image
|
||||
This is visible if the user hovers with the mouse over a rendered image.
|
||||
|
||||

|
||||
* Seed: The seed this particular image used
|
||||
* Use as input: Uses the image as Input for img2img
|
||||
* Download: Downloads the image
|
||||
* Make Similar images: Enqueues a task using this image for img2img and generates 5 images
|
||||
* Draw antoher 25 steps: Enquees a task using the the settings of that image and increases the Inference Step Count by 25
|
||||
* Upscale (only visible if images wasn't already upscaled): Re-Renders the image wtih 4x-Upscaling enabled
|
||||
* Fix Faces: Fixes incorrect faces and eyes using GFPGAN
|
||||
|
||||
**Seed**: The seed this particular image used.
|
||||
|
||||
**Use as Input**: Uses the image as Input for img2img.
|
||||
|
||||
**Download**: Downloads the image.
|
||||
|
||||
**Make Similar Images**: Enqueues a task using this image for img2img and generates 5 images.
|
||||
|
||||
**Draw another 25 steps**: Enqueues a task using the the settings of that image and increases the Inference Step Count by 25.
|
||||
|
||||
**Upscale**: Re-Renders the image with 4x-Upscaling enabled. Visible if images wasn't already upscaled.
|
||||
|
||||
**Fix Faces**: Fixes incorrect faces and eyes using GFPGAN.
|
Loading…
x
Reference in New Issue
Block a user