Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-28 | add 'before_hr callback' script callback | hako-mikan | |
2023-06-01 | Merge branch 'dev' into startup-profile | AUTOMATIC | |
2023-05-31 | add an option to show selected setting in main txt2img/img2img UI | AUTOMATIC | |
split some code from ui.py into ui_settings.py ui_gradio_edxtensions.py add before_process callback for scripts add ability for alwayson scripts to specify section and let user reorder those sections | |||
2023-05-31 | rename print_error to report, use it with together with package name | AUTOMATIC | |
2023-05-29 | Add & use modules.errors.print_error where currently printing exception info ↵ | Aarni Koskela | |
by hand | |||
2023-05-21 | work on startup profile display | AUTOMATIC | |
2023-05-19 | Make load_scripts create new runners (removes reload_scripts) | Aarni Koskela | |
2023-05-17 | add /sdapi/v1/script-info api | AUTOMATIC | |
2023-05-10 | fixes for B007 | AUTOMATIC | |
2023-05-09 | Fix up string formatting/concatenation to f-strings where feasible | Aarni Koskela | |
2023-03-25 | Fix padding on accordion/dropdown list elements | space-nuko | |
2023-03-25 | Merge pull request #8803 from mlhub-action/fix_scripts_load_order | AUTOMATIC1111 | |
Fix scripts load order | |||
2023-03-25 | hide delete button for single-item dropdown | AUTOMATIC | |
more stylistic changes | |||
2023-03-25 | initial gradio 3.22 support | AUTOMATIC | |
2023-03-23 | Fix scripts load order | sumof2primes | |
- 1st webui, 2nd extensions-builtin, 3rd extensions - to load scripts independent of --data-dir - change load order key [x.basedir, x.filename, x.path] to [orderby(x.basedir), x.filename, x.path] e.g., scripts/xyz_grid.py dependent extentions should loaded later extensions\sd-webui-controlnet\scripts\xyz_grid_support.py extensions\sd-webui-additional-networks\scripts\xyz_grid_support.py | |||
2023-03-22 | Fix scripts load order | sumof2primes | |
- 1st webui, 2nd extensions-builtin, 3rd extensions - to load scripts independent of --data-dir - change load order key [x.basedir, x.filename, x.path] to [orderby(x.basedir), x.filename, x.path] e.g., scripts/xyz_grid.py dependent extentions should loaded later extensions\sd-webui-controlnet\scripts\xyz_grid_support.py extensions\sd-webui-additional-networks\scripts\xyz_grid_support.py | |||
2023-03-11 | Merge pull request #7818 from space-nuko/extension-paste-field-names | AUTOMATIC1111 | |
Allow extensions to declare paste fields for "Send to X" buttons | |||
2023-02-22 | Add before_process_batch script callback | space-nuko | |
2023-02-14 | Allow extensions to declare paste fields for "Send to X" buttons | space-nuko | |
2023-01-28 | Merge pull request #7231 from EllangoK/master | AUTOMATIC1111 | |
Fixes X/Y/Z Plot parameters not being restored from images | |||
2023-01-26 | add an option to enable sections from extras tab in txt2img/img2img | AUTOMATIC | |
fix some style inconsistenices | |||
2023-01-26 | adds components to infotext_fields | EllangoK | |
allows for loading script params | |||
2023-01-23 | rework extras tab to use script system | AUTOMATIC | |
2023-01-10 | Expose the compiled class module of scripts to extensions | space-nuko | |
2023-01-06 | remove restriction for saving dropdowns to ui-config.json | AUTOMATIC | |
2023-01-05 | rework #6329 to remove duplicate code and add prevent tab names for showing ↵ | AUTOMATIC | |
in ids for scripts that only exist on one tab | |||
2022-12-14 | Fix various typos | Jim Hays | |
2022-12-10 | remove NSFW filter and its dependency; if you still want it, find it in the ↵ | AUTOMATIC | |
extensions section | |||
2022-11-19 | Add API for scripts to add elements anywhere in UI. | AUTOMATIC | |
2022-11-12 | make existing script loading and new preload code use same code for loading ↵ | AUTOMATIC | |
modules limit extension preload scripts to just one file named preload.py | |||
2022-11-10 | fix a bug in list_files_with_name | Tong Zeng | |
2022-11-06 | add ability to create extensions that add localizations | AUTOMATIC | |
2022-11-04 | change process_one virtual function for script to process_batch, add extra ↵ | AUTOMATIC | |
args and docs | |||
2022-11-04 | Merge pull request #4182 from macrosoft/process_one | AUTOMATIC1111 | |
Process one | |||
2022-11-04 | do not mess with components' visibility for scripts; instead create group ↵ | AUTOMATIC | |
components and show/hide those; this will break scripts that create invisible components and rely on UI but the earlier i make this change the better | |||
2022-11-02 | add number of itter | Artem Zagidulin | |
2022-11-02 | process_one | Artem Zagidulin | |
2022-10-31 | add initial version of the extensions tab | AUTOMATIC | |
fix broken Restart Gradio button | |||
2022-10-29 | add postprocess call for scripts | AUTOMATIC | |
2022-10-26 | Add id access to scripts list in the css | xmodar | |
2022-10-22 | further support for extensions | AUTOMATIC | |
2022-10-22 | removed aesthetic gradients as built-in | AUTOMATIC | |
added support for extensions | |||
2022-10-18 | update scripts.py | ふぁ | |
2022-10-18 | Add scripts to ui-config,json | ふぁ | |
2022-10-17 | only read files with .py extension from the scripts dir | AUTOMATIC | |
2022-10-02 | correct indent | DepFA | |
2022-10-02 | add script body only refresh | DepFA | |
2022-10-01 | add script reload method | DepFA | |
2022-09-29 | drop the print | Hanusz Leszek | |
2022-09-29 | Sort scripts loading order | Hanusz Leszek | |