mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-24 17:24:29 +01:00
Update README.md
This commit is contained in:
parent
118a4862ab
commit
e706fae648
@ -50,11 +50,11 @@ The installer will take care of whatever is needed. If you face any problems, yo
|
|||||||
- **Multiple Prompts File**: Queue multiple prompts by entering one prompt per line, or by running a text file.
|
- **Multiple Prompts File**: Queue multiple prompts by entering one prompt per line, or by running a text file.
|
||||||
- **Save generated images to disk**: Save your images to your PC!
|
- **Save generated images to disk**: Save your images to your PC!
|
||||||
- **UI Themes**: Customize the program to your liking.
|
- **UI Themes**: Customize the program to your liking.
|
||||||
- **Organize your models into sub-folders**
|
- **Searchable models dropdown**: organize your models into sub-folders, and search through them in the UI.
|
||||||
|
|
||||||
### Image generation
|
### Image generation
|
||||||
- **Supports**: "*Text to Image*" and "*Image to Image*".
|
- **Supports**: "*Text to Image*" and "*Image to Image*".
|
||||||
- **14 Samplers**: `ddim`, `plms`, `heun`, `euler`, `euler_a`, `dpm2`, `dpm2_a`, `lms`, `dpm_solver_stability`, `dpmpp_2s_a`, `dpmpp_2m`, `dpmpp_sde`, `dpm_fast`, `dpm_adaptive`
|
- **19 Samplers**: `ddim`, `plms`, `heun`, `euler`, `euler_a`, `dpm2`, `dpm2_a`, `lms`, `dpm_solver_stability`, `dpmpp_2s_a`, `dpmpp_2m`, `dpmpp_sde`, `dpm_fast`, `dpm_adaptive`, `unipc_snr`, `unipc_tu`, `unipc_tq`, `unipc_snr_2`, `unipc_tu_2`.
|
||||||
- **In-Painting**: Specify areas of your image to paint into.
|
- **In-Painting**: Specify areas of your image to paint into.
|
||||||
- **Simple Drawing Tool**: Draw basic images to guide the AI, without needing an external drawing program.
|
- **Simple Drawing Tool**: Draw basic images to guide the AI, without needing an external drawing program.
|
||||||
- **Face Correction (GFPGAN)**
|
- **Face Correction (GFPGAN)**
|
||||||
@ -67,7 +67,7 @@ The installer will take care of whatever is needed. If you face any problems, yo
|
|||||||
- **1-click Upscale/Face Correction**: Upscale or correct an image after it has been generated.
|
- **1-click Upscale/Face Correction**: Upscale or correct an image after it has been generated.
|
||||||
- **Make Similar Images**: Click to generate multiple variations of a generated image.
|
- **Make Similar Images**: Click to generate multiple variations of a generated image.
|
||||||
- **NSFW Setting**: A setting in the UI to control *NSFW content*.
|
- **NSFW Setting**: A setting in the UI to control *NSFW content*.
|
||||||
- **JPEG/PNG output**: Multiple file formats.
|
- **JPEG/PNG/WEBP output**: Multiple file formats.
|
||||||
|
|
||||||
### Advanced features
|
### Advanced features
|
||||||
- **Custom Models**: Use your own `.ckpt` or `.safetensors` file, by placing it inside the `models/stable-diffusion` folder!
|
- **Custom Models**: Use your own `.ckpt` or `.safetensors` file, by placing it inside the `models/stable-diffusion` folder!
|
||||||
@ -75,6 +75,7 @@ The installer will take care of whatever is needed. If you face any problems, yo
|
|||||||
- **Merge Models**
|
- **Merge Models**
|
||||||
- **Use custom VAE models**
|
- **Use custom VAE models**
|
||||||
- **Use pre-trained Hypernetworks**
|
- **Use pre-trained Hypernetworks**
|
||||||
|
- **Use custom GFPGAN models**
|
||||||
- **UI Plugins**: Choose from a growing list of [community-generated UI plugins](https://github.com/cmdr2/stable-diffusion-ui/wiki/UI-Plugins), or write your own plugin to add features to the project!
|
- **UI Plugins**: Choose from a growing list of [community-generated UI plugins](https://github.com/cmdr2/stable-diffusion-ui/wiki/UI-Plugins), or write your own plugin to add features to the project!
|
||||||
|
|
||||||
### Performance and security
|
### Performance and security
|
||||||
|
Loading…
Reference in New Issue
Block a user