added controlnet_control_step_slider field for Forge to custom tracked components, which replaces start_control_step_slider and ending_control_step_slider in the extension's verion
#91
-added new presets for Flux.1 Dev/Schnell
-tweaked existing presets
-added support for Forge's Distilled CFG scale (for Flux models): txt2img_distilled_cfg_scale
-Added synonyms for ADetailer's new enable checkbox which was added on 6/01/24
-Added ADetailer new components to custom-tracked-components.txt that have been added to ADetailer in the past ~year
#86
-updated for A1111 1.9.0
-add the new "txt2img_scheduler" component
-pre-existing config files now have bad sampler names and will need to be manually fixed
when the user manually edits the config json file and makes a syntax error, show them the error message so they can fix it, and don't replace all their presets with the defaults when this happens
-fixed issue where sampler was returned as an int (index) instead of a str (name) before A1111 1.6.0(?) #63
-added check for malformed JSON in config file, which could prevent the Web UI from booting up
-added `controlnet_type_filter_radio` to default custom tracked components config file #70
All changes here should be backwards compatible, which means this update of Config Presets should work with older versions of Automatic1111.
-made txt2img_restore_faces and img2img_restore_faces optional components since they no longer exist
-changes for new Hires fix checkbox ID
-added Refiner and Switch at IDs
-fixes for internal sampler format changes
-added SDXL with Refiner default config preset
#56#58
img2img_restore_faces already added to the config list so uncommenting it in the text files offsets all the results.
xyz plot img2img properties have img not txt in them.
Co-authored-by: nykwil <gray.robb@gmail.com>
#45 added automatically renaming IDs in the custom tracked components ID function for when other extensions change their IDs
added specialized logging functions
added Tiled Diffusion (extension) IDs to default additional fields config file
updated missing component ID error message
the name of the currently selected config preset will be used to auto populate the a config preset name when clicking the Add/Remove button