more image fix

w-e-w 2023-12-02 19:14:41 +09:00
parent f9326cf2c7
commit 757f31c100
7 changed files with 4 additions and 4 deletions

@ -609,7 +609,7 @@ This implementation of optimization does not require any modification to the ori
With this lightweight VAE enabled via settings, it typically allows for very large, fast generations with a small quality loss.
This gain can be very large, maximum generations with --lowvram can increase from `1152x1152` to `2560x2560`
![image](https://github.com/AUTOMATIC1111/stable-diffusion-webui/assets/98228077/016fa4be-155d-433b-88b9-00cf7b452a8a)
![image](images/taesd-vae.png)
# Face restoration
@ -637,7 +637,7 @@ Gradio's loading graphic has a very negative effect on the processing speed of t
My RTX 3090 makes images about 10% faster when the tab with gradio is not active. By default, the UI now hides loading progress animation and replaces it with static "Loading..." text, which achieves the same effect. Use the `--no-progressbar-hiding` commandline option to revert this and show loading animations.
# Caching Models
![image](https://github.com/AUTOMATIC1111/stable-diffusion-webui/assets/98228077/aaee8ca8-eb9e-4f22-8b7b-dfce51211e63)
![image](images/caching-modles.png)
If you want faster swapping between models, increase the counter in settings. Webui will keep models you've swapped from in ram.

@ -1,7 +1,7 @@
Making your own inpainting model is very simple:
![screenshot](https://github.com/AUTOMATIC1111/stable-diffusion-webui/assets/40751091/4bdbab38-9237-48ea-9698-a036a5c96585)
![screenshot](images/making-your-own-inpainting-model.png)
1. Go to Checkpoint Merger
2. Select "Add Difference"

@ -18,7 +18,7 @@ A number of optimization can be enabled by [commandline arguments](Command-Line-
| `--upcast-sampling` | For Nvidia and AMD cards normally forced to run with `--no-half`, [should improve generation speed](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/8782).
As of [version 1.3.0](https://github.com/AUTOMATIC1111/stable-diffusion-webui/releases/tag/v1.3.0), `Cross attention optimization` can be selected under settings. xFormers still needs to enabled via `COMMANDLINE_ARGS`.
![2023-06-21 22_53_54_877 chrome](https://github.com/AUTOMATIC1111/stable-diffusion-webui/assets/40751091/c72576e1-0f51-4643-ad91-e9aaec4fc125)
![change-cross-attention-optimization](images/change-cross-attention-optimization.png)
Extra tips (Windows):

BIN
images/caching-modles.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

BIN
images/taesd-vae.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB