Commit Graph

11 Commits

Author SHA1 Message Date
Zyin055
6675175d4e smaller buttons, added refresh button, updated presets
-made the buttons smaller, fixes alignment issue
-added a refresh button
-updated default config presets
2024-03-28 16:17:36 -05:00
wywywywy
b82ce634a2 feat: add "Reapply" button (#64)
* feat: add reapply button

* revert: ui rework

* chore: white space fixes

* fix: adjusted button width
2023-09-16 20:57:24 -05:00
Symbiomatrix
5f9af2777a Preset auto refresh. (#41)
* Preset auto refresh.

Workaround for gradio bug.

* simplified?

renamed variables
renamed function, removed an argument
removed globals

* save button label/tooltip

* cleanup

moved function down, typed argument

---------

Co-authored-by: Zyin055 <5003647+Zyin055@users.noreply.github.com>
2023-05-15 16:39:00 -05:00
Zyin055
fe3176c77f Added custom field tracking
Added new config files for custom tracked components for txt2img and img2img
Added "Add custom fields..." button
Renamed component IDs to start with "script_"
#28 #31 #32 #33 #34
2023-04-29 00:42:13 -05:00
Zyin055
854ca2ff04 added icons to some buttons 2023-03-21 12:14:37 -05:00
Zyin055
eb366cc9cb Added ability to ignore fields, preset default tweaks
* 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
#27 #6
2023-03-06 19:44:39 -06:00
Zyin055
98a922ac5c massive backend updates
the txt2img and img2img dropdowns are now separated. each has its own config file and its own config presets.
adjusted to sampler index not using checkboxes, but a dropdown now.
adjusted for the removal of firstpass width/height, and added Upscale by.
components on in the UI are tracked with elem_id instead of labels.
when creating a new preset, need to restart the UI because of stupid Gradio desync bug.
moved our dropdown UI section to below the gallery, instead of below the gallery's buttons.
added error handling incase the A1111 UI changes the again to hopefully not brick people's UI.
Create button renamed to Save & Restart.
#16
2023-01-02 17:08:40 -06:00
Zyin055
aa58d6579a final touches
component_labels data structure change
code cleanup
2022-12-21 16:52:30 -06:00
Zyin055
c84d4b61a0 img2img tab support
and code cleanup
2022-12-20 22:05:47 -06:00
Zyin055
6d6c466071 Added save/delete functionality in the UI for config presets
New buttons: Add/Remove..., 🗑️, Create, Open..., Cancel
New textbox: New preset name
2022-12-20 21:16:12 -06:00
Zyin055
8c90a927c0 Initial commit 2022-12-13 01:04:06 -06:00