From 4fddb6d0cbd8d5be7c39e2472aa4cc1516764672 Mon Sep 17 00:00:00 2001 From: Zyin055 <5003647+Zyin055@users.noreply.github.com> Date: Mon, 15 May 2023 17:24:55 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b32d5b..268fb4e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## What does this do? This [Automatic1111](https://github.com/AUTOMATIC1111/stable-diffusion-webui) extension adds a configurable dropdown to allow you to change settings in the txt2img and img2img tabs of the Web UI. -This allows you to do things like swap from low quality rendering settings to high quality. Or apply hires settings that uses your favorite anime upscaler. Or set image dimensions to make a wallpaper. You can even use it to set custom script fields like XYZ plot values. +This allows you to do things like swap from low quality rendering settings to high quality. Or apply hires settings that uses your favorite anime upscaler. Or set image dimensions to make a wallpaper. You can even use it to set custom script fields like XYZ plot values or ControlNet values. ## Screenshots The new dropdown in the image gallery. @@ -35,6 +35,8 @@ Screenshot of config-txt2img.json, which can be opened with the "Open config fil
Click to view Changelog +#### 5/15/2023 +* The UI no longer needs to be reloaded when creating a new config preset #### 4/29/2023 * Updated for the March 29th Automatic1111 version which uses Gradio 3.23 * Added the ability to add almost any field on the UI to a config preset with the "Add tracked fields..." button