Update README.md

This commit is contained in:
Zyin055
2023-01-02 17:22:13 -06:00
committed by GitHub
parent eaacf34dbd
commit fb94c8d594

View File

@@ -1,4 +1,5 @@
# **Jan 2, 11:00am: Automatic1111's latest update changed/broke a lot of stuff, working on a fix now.**
# Jan 2: Automatic1111's latest update changed/broke a lot of stuff. If you've updated your Automaticc1111 install and your Web UI is bricked/unresponsive you need to manually delete your /extensions/Config-Presets folder and reinstall it in the Web UI, or update the files manually.
# You will lose all your custom config presets after updating, nothing I can do about that. Blame them for changing the Web UI.
## 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.
@@ -31,9 +32,9 @@ Clicking the "Add/Remove..." button lets you create and delete custom presets of
![dropdown](https://i.imgur.com/OD8wcSt.jpg)
Screenshot of config.json, which can be opened with the "Open..." button. It's created after the extension is loaded for the first time. You can use this if you want finer control on editing your presets.
Screenshot of config-txt2img.json, which can be opened with the "Open..." button in the txt2img tab. It's created after the extension is loaded for the first time. You can use this if you want finer control on editing your presets. config-img2img.json also exists for the img2img tab.
![config](https://i.imgur.com/acFy6Hq.jpg)
![config](https://i.imgur.com/rLONKXz.jpg)
## Installation
* In your Automatic1111 Web UI, go to the Extensions tab > Install from URL > URL for extension's git repository: `https://github.com/Zyin055/Config-Presets`
@@ -43,6 +44,12 @@ Screenshot of config.json, which can be opened with the "Open..." button. It's c
* [Won't fix] Presets added/removed in one tab won't update to the dropdown in another tab until a Gradio restart
## Changelog
#### 1/02/2023
* Your custom presets will be wiped, you will need to remake any saved custom presets because of changes made in Automatic1111
* The Config Presets dropdown in the txt2img and img2img tabs now use separate config files and thus have separate presets
* Saving a new preset now requires a Web UI restart (done automatically)
* Added support for the Sampler method turning from a checkbox into a dropdown
* Added support for the removal of Firstpass width/height being replaced by Upscale by
#### 12/21/2022
* Added the "Add/Remove..." button to create and delete config presets within the Web UI
#### 12/19/2022