This Automatic1111 extension adds a configurable dropdown to allow you to change settings in the txt2img and img2img tabs of the Web UI.
The new dropdown in the image gallery.
Dropdown values (configurable), select one and the generation settings values will be applied to the Web UI.
Each config preset holds values for:
- Sampling Steps
- Sampling method
- Width
- Height
- Hires. fix
- Upscale by
- Denoising strength
- Batch count
- Batch size
- CFG Scale
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.
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.
- 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
- [Can't fix] Updating from an old version (before 12/21/2022 update) will wipe your custom config presets
- Added 768x768, 1080p, 1440p, and 4k presets for txt2img (they won't show up for existing installations, you'd need to delete your config-txt2img.json file to have it recreated with the new presets)
- 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
- Added the "Add/Remove..." button to create and delete config presets within the Web UI
- config.json will be created on first startup, user edits will not be overwritten when updating the extension after updating to this version
- Fix for installation error on linux
- config.json was tweaked, added Firstpass width and Firstpass height
- Better support for img2img tab compatibility
- Initial Release