diff --git a/README.md b/README.md index 30b1eaa..588445a 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,16 @@ The new dropdown in the image gallery. Dropdown values (configurable), select one and the generation settings values will be applied to the Web UI. -![dropdown](https://i.imgur.com/hWpoR9N.jpg) +![dropdown](https://imgur.com/3IR6UHm) Each config preset holds values for: * Sampling Steps * Sampling method * Width * Height +* Restore Faces * Hires. fix +* Hires Upscaler * Upscale by * Denoising strength * Batch count @@ -26,20 +28,29 @@ Manually removing one of these fields from the json config file will mean that f 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. -![dropdown](https://i.imgur.com/OD8wcSt.jpg) +![dropdown](https://i.imgur.com/WqbTZCR.jpg) 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/rLONKXz.jpg) ## Installation +#### Easy way * 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` * Click the Install button +#### Manually +* Git clone this repo to the `extensions` folder in your Stable Diffusion installation ## Known bugs * [Can't fix] Updating from an old version (before 12/21/2022 update) will wipe your custom config presets ## Changelog +#### 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 +* Added Hires Upscaler (txt2img_hr_upscaler), Upscale by (txt2img_hr_scale), and Restore Faces (txt2img_restore_faces) as eligible fields to be used in a config preset +* Tweaked default config preset values created during installation +* Removed "Default" preset since it doesn't work with new system that lets you ignore fields #### 2/10/2023 * Manually removing a preset value in the config file will make that value be ignored #### 2/09/2023