Commit Graph

74 Commits

Author SHA1 Message Date
Zyin055
cf2f82eae6 Update README.md 2023-05-24 14:45:55 -05:00
Zyin055
314036f333 added ControlNet component IDs to default tracked components config file 2023-05-19 21:07:46 -05:00
Zyin055
b433fb49bc update delete button icon 2023-05-15 20:47:19 -05:00
Zyin055
c59cef4d14 Merge branch 'main' of https://github.com/Zyin055/Config-Presets 2023-05-15 20:15:05 -05:00
Zyin055
4fddb6d0cb Update README.md 2023-05-15 17:24:55 -05:00
Zyin055
5584055255 add img2img_scale to default config file 2023-05-15 16:43:05 -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
1683ad6e64 Update README.md 2023-05-10 19:00:45 -05:00
Zyin055
b655bf141c Update README.md 2023-05-02 10:53:20 -05:00
Zyin055
d0d2dd09c9 Merge branch 'main' of https://github.com/Zyin055/Config-Presets 2023-04-30 10:52:20 -05:00
Zyin055
fe22565b78 update config file instructions
to say that temporary IDs won't work
2023-04-30 10:52:18 -05:00
Zyin055
851add5fe2 Update README.md 2023-04-29 00:46:19 -05:00
Zyin055
84fe880363 Update README.md 2023-04-29 00:44:54 -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
5c8a867c99 tweak default presets 2023-04-18 14:38:35 -05:00
Zyin055
6a1aa7b027 renamed the "Default" preset to "None" which doesn't do anything 2023-03-21 23:16:29 -05:00
Zyin055
b0052a999f tweaked default presets for large resolutions 2023-03-21 14:41:56 -05:00
Zyin055
854ca2ff04 added icons to some buttons 2023-03-21 12:14:37 -05:00
Zyin055
1b952e2635 Update README.md 2023-03-06 21:53:07 -06:00
Zyin055
abe250ad38 Update README.md 2023-03-06 20:26:37 -06:00
Zyin055
54080bfe73 default value tweaks 2023-03-06 20:18:17 -06:00
Zyin055
d4e4a108a7 fix bad comment 2023-03-06 20:15:56 -06:00
Zyin055
bbcba0434a Merge branch 'main' of https://github.com/Zyin055/Config-Presets 2023-03-06 20:13:58 -06:00
Zyin055
bd09d4f398 remove duplicate "txt2img_hr_scale" 2023-03-06 20:13:53 -06:00
Zyin055
cba40c9706 Update README.md 2023-03-06 19:54:08 -06: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
d1c8d6f4cb Update .gitignore
ignore scripts/__pycache__
2023-02-27 21:17:07 -06:00
Zyin055
89abe60897 Update README.md 2023-02-10 17:57:23 -06:00
Mark-Greenbook
6ce6a28654 feat: keep unset component value (#23)
* feat: keep unset component value

* feat(component): check if index type component return as string properly

* cleanup

rename some variables, comment out prints

---------

Co-authored-by: Zyin055 <5003647+Zyin055@users.noreply.github.com>
2023-02-10 17:34:29 -06:00
Zyin055
f852f8df5b Update README.md 2023-02-09 11:27:53 -06:00
Zyin055
8928e49330 Update README.md 2023-02-09 11:25:25 -06:00
Zyin055
c4cab058e1 Added style.css
#22
2023-02-09 11:23:50 -06:00
Zyin055
fcb2d57408 Added 768x768, 1080p, 1440p, and 4k presets 2023-02-09 11:22:56 -06:00
Zyin055
eb3abef560 Update README.md 2023-01-02 21:48:03 -06:00
Zyin055
63ef7b09fb fix sampler not being saved for new presets 2023-01-02 21:45:40 -06:00
Zyin055
850fe07d55 Update README.md 2023-01-02 17:25:19 -06:00
Zyin055
c8c42cf687 Update README.md 2023-01-02 17:24:00 -06:00
Zyin055
fb94c8d594 Update README.md 2023-01-02 17:22:13 -06:00
Zyin055
eaacf34dbd Merge branch 'sampler-dropdown' 2023-01-02 17:09:04 -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
ae73d038df Update README.md 2023-01-02 11:50:34 -06:00
Zyin055
bca4772b6a Update README.md 2022-12-21 18:52:04 -06:00
Zyin055
7bb06a7620 Update README.md 2022-12-21 17:23:14 -06:00
Zyin055
7986826a36 Update README.md 2022-12-21 17:19:26 -06:00
Zyin055
8230dcb72f Update README.md 2022-12-21 17:15:36 -06:00
Zyin055
da63276b4b Update README.md 2022-12-21 17:11:46 -06:00
Zyin055
c41d6344ee Update README.md 2022-12-21 17:03:58 -06:00
Zyin055
c993d13625 Merge branch 'save-and-delete-functionality' 2022-12-21 16:56:31 -06:00
Zyin055
aa58d6579a final touches
component_labels data structure change
code cleanup
2022-12-21 16:52:30 -06:00
Zyin055
baa36af763 Update README.md 2022-12-21 00:28:17 -06:00