├── README.md ├── additional_components.json ├── javascript └── presetManager.js ├── preset_configuration.json ├── scripts ├── preset_manager_update_check └── zpreset_utils.py └── style.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerschel/sd_web_ui_preset_utils/HEAD/README.md -------------------------------------------------------------------------------- /additional_components.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerschel/sd_web_ui_preset_utils/HEAD/additional_components.json -------------------------------------------------------------------------------- /javascript/presetManager.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerschel/sd_web_ui_preset_utils/HEAD/javascript/presetManager.js -------------------------------------------------------------------------------- /preset_configuration.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerschel/sd_web_ui_preset_utils/HEAD/preset_configuration.json -------------------------------------------------------------------------------- /scripts/preset_manager_update_check: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerschel/sd_web_ui_preset_utils/HEAD/scripts/preset_manager_update_check -------------------------------------------------------------------------------- /scripts/zpreset_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerschel/sd_web_ui_preset_utils/HEAD/scripts/zpreset_utils.py -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerschel/sd_web_ui_preset_utils/HEAD/style.css --------------------------------------------------------------------------------