From 84fe880363707860758751dee5c67f4868d9f0ff Mon Sep 17 00:00:00 2001 From: Zyin055 <5003647+Zyin055@users.noreply.github.com> Date: Sat, 29 Apr 2023 00:44:54 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f519af..e8733f6 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Dropdown values (configurable), select one and the generation settings values wi ![dropdown](https://i.imgur.com/WqbTZCR.jpg) -Clicking the "Add/Remove..." button lets you create and delete custom presets of settings currently in the Web UI. Each button has tooltips to help you. +Clicking the "Add/Remove..." button lets you create and delete custom presets of settings currently in the Web UI. Custom fields added by other scripts/extensions can also be used by clicking the "Add custom fields..." button. Each button has tooltips to help you. ![addremove](https://i.imgur.com/sYANTi2.jpg) @@ -32,6 +32,8 @@ Screenshot of config-txt2img.json, which can be opened with the "Open config fil
Click to view Changelog +#### 4/29/2023 +* Added the ability to add almost any field on the UI to a config preset with the "Add tracked fields..." button #### 3/06/2023 * Added the ability to select which fields are saved when creating a new config preset (before, this could have been done manually by editing the .json config file) * Moved some buttons around in the UI for creating a new config preset From 851add5fe2b922a6447983d39793fc048549aac4 Mon Sep 17 00:00:00 2001 From: Zyin055 <5003647+Zyin055@users.noreply.github.com> Date: Sat, 29 Apr 2023 00:46:19 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e8733f6..aa05e66 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Screenshot of config-txt2img.json, which can be opened with the "Open config fil Click to view Changelog #### 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 #### 3/06/2023 * Added the ability to select which fields are saved when creating a new config preset (before, this could have been done manually by editing the .json config file)