From 4522526d27aaa22f987c72d63e826d30cc3276c8 Mon Sep 17 00:00:00 2001 From: grupobenews-cpu Date: Tue, 23 Jun 2026 08:35:06 -0300 Subject: [PATCH] Fix typo in README: 'mix' -> 'min' in UI elements description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc62945c0c5..17417f4c0b3 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ A web interface for Stable Diffusion, implemented using Gradio library. - Settings page - Running arbitrary python code from UI (must run with `--allow-code` to enable) - Mouseover hints for most UI elements -- Possible to change defaults/mix/max/step values for UI elements via text config +- Possible to change defaults/min/max/step values for UI elements via text config - Tiling support, a checkbox to create images that can be tiled like textures - Progress bar and live image generation preview - Can use a separate neural network to produce previews with almost none VRAM or compute requirement