Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | set_named_arg fuzzy option | w-e-w | 2024-01-27 | 1 | -2/+3 |
| | |||||
* | rework set_named_arg | w-e-w | 2024-01-27 | 1 | -8/+19 |
| | | | | | | | change identifying a script from using Scripts class name to Scripts internal name an as not all Script have unique names raise RuntimeError when there's issue | ||||
* | callback postprocess_image_after_composite | w-e-w | 2024-01-16 | 1 | -0/+17 |
| | |||||
* | Have upscale button use the same seed as hires fix. | AUTOMATIC1111 | 2024-01-04 | 1 | -0/+21 |
| | |||||
* | handle selectable script_index is None | w-e-w | 2024-01-01 | 1 | -1/+3 |
| | |||||
* | prevent crash due to Script __init__ exception | w-e-w | 2023-12-22 | 1 | -1/+6 |
| | |||||
* | Re-implemented soft inpainting via a script. Also fixed some mistakes with ↵ | CodeHatchling | 2023-12-07 | 1 | -2/+2 |
| | | | | the previous hooks, removed unnecessary formatting changes, removed code that I had forgotten to. | ||||
* | Removed soft inpainting, added hooks for softpainting to work instead. | CodeHatchling | 2023-12-07 | 1 | -0/+70 |
| | |||||
* | put code that can cause an exception into its own function for #14120 | AUTOMATIC1111 | 2023-12-02 | 1 | -29/+33 |
| | |||||
* | catch uncaught exception with ui creation scripts | w-e-w | 2023-11-27 | 1 | -25/+29 |
| | | | | prevent total webui crash | ||||
* | rework extensions metadata: use custom sorter that doesn't mess the order as ↵ | AUTOMATIC1111 | 2023-11-20 | 1 | -91/+78 |
| | | | | much and ignores cyclic errors, use classes with named fields instead of dictionaries, eliminate some duplicated code | ||||
* | bug fix | wfjsw | 2023-11-11 | 1 | -7/+18 |
| | |||||
* | allow comma and whitespace as separator | wfjsw | 2023-11-11 | 1 | -3/+3 |
| | |||||
* | remove the assumption of same name | wfjsw | 2023-11-11 | 1 | -51/+30 |
| | |||||
* | populate loaded_extensions from extension list instead | wfjsw | 2023-11-11 | 1 | -3/+2 |
| | |||||
* | implementing script metadata and DAG sorting mechanism | wfjsw | 2023-11-11 | 1 | -15/+126 |
| | |||||
* | linter | AUTOMATIC1111 | 2023-09-09 | 1 | -1/+1 |
| | |||||
* | fix the bug in script-info API | AUTOMATIC1111 | 2023-09-09 | 1 | -1/+5 |
| | |||||
* | second appearance | AUTOMATIC1111 | 2023-08-19 | 1 | -1/+1 |
| | |||||
* | Merge pull request #12653 from S-Del/fix/typo | AUTOMATIC1111 | 2023-08-19 | 1 | -1/+1 |
|\ | | | | | fix typo `txt2txt` -> `txt2img` | ||||
| * | fix typo `txt2txt` -> `txt2img` | S-Del | 2023-08-18 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #11957 from ljleb/pp-batch-list | AUTOMATIC1111 | 2023-07-25 | 1 | -0/+32 |
| | | | | | | Add postprocess_batch_list script callback | ||||
| * | Merge pull request #11920 from wfjsw/typo-fix-1 | AUTOMATIC1111 | 2023-07-25 | 1 | -1/+1 |
| | | | | | | typo fix | ||||
* | | fix API always using -1 as seed | AUTOMATIC1111 | 2023-08-14 | 1 | -3/+9 |
| | | |||||
* | | make on_before_component/on_after_component possible earlier | AUTOMATIC1111 | 2023-08-14 | 1 | -10/+25 |
| | | |||||
* | | fix broken XYZ plot seeds | AUTOMATIC1111 | 2023-08-13 | 1 | -1/+16 |
| | | | | | | | | add new callback for scripts to be used before processing | ||||
* | | fix broken reuse seed | AUTOMATIC1111 | 2023-08-12 | 1 | -18/+24 |
| | | |||||
* | | move seed, variation seed and variation seed strength to a single row, dump ↵ | AUTOMATIC1111 | 2023-08-12 | 1 | -1/+76 |
| | | | | | | | | | | | | resize seed from UI add a way for scripts to register a callback for before/after just a single component's creation | ||||
* | | put refiner into main UI, into the new accordions section | AUTOMATIC1111 | 2023-08-12 | 1 | -8/+16 |
| | | | | | | | | | | | | add VAE from main model into infotext, not from refiner model option to make scripts UI without gr.Group fix inconsistencies with refiner when usings samplers that do more denoising than steps | ||||
* | | gradio 3.39 | AUTOMATIC1111 | 2023-08-04 | 1 | -60/+0 |
| | | |||||
* | | support tooltip kwarg for gradio elements | AUTOMATIC1111 | 2023-08-01 | 1 | -0/+14 |
| | | |||||
* | | add postprocess_batch_list callback | ljleb | 2023-07-24 | 1 | -0/+32 |
| | | |||||
* | | typo fix | w-e-w | 2023-07-21 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #11488 from ↵ | AUTOMATIC1111 | 2023-07-08 | 1 | -0/+23 |
|\ | | | | | | | | | AUTOMATIC1111/callback-after_extra_networks_activate add callback after_extra_networks_activate | ||||
| * | add callback after_extra_networks_activate | w-e-w | 2023-06-28 | 1 | -0/+23 |
| | | |||||
* | | whitespace for #11477 | AUTOMATIC1111 | 2023-07-08 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #11477 from hako-mikan/master | AUTOMATIC1111 | 2023-07-08 | 1 | -0/+14 |
|\ \ | | | | | | | add `before_hr` script callback | ||||
| * | | add 'before_hr callback' script callback | hako-mikan | 2023-06-28 | 1 | -0/+14 |
| |/ | |||||
* | | Merge branch 'dev' into meta_class | AUTOMATIC1111 | 2023-06-27 | 1 | -69/+84 |
|\| | |||||
| * | Merge branch 'dev' into startup-profile | AUTOMATIC | 2023-06-01 | 1 | -69/+83 |
| |\ | |||||
| | * | add an option to show selected setting in main txt2img/img2img UI | AUTOMATIC | 2023-05-31 | 1 | -45/+71 |
| | | | | | | | | | | | | | | | | | | 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 | ||||
| | * | rename print_error to report, use it with together with package name | AUTOMATIC | 2023-05-31 | 1 | -12/+11 |
| | | | |||||
| | * | Add & use modules.errors.print_error where currently printing exception info ↵ | Aarni Koskela | 2023-05-29 | 1 | -23/+12 |
| | | | | | | | | | | | | by hand | ||||
| * | | work on startup profile display | AUTOMATIC | 2023-05-20 | 1 | -1/+2 |
| |/ | |||||
* / | :bug: Allow Script to have metaclass | huchenlei | 2023-06-16 | 1 | -1/+2 |
|/ | |||||
* | Make load_scripts create new runners (removes reload_scripts) | Aarni Koskela | 2023-05-19 | 1 | -11/+10 |
| | |||||
* | add /sdapi/v1/script-info api | AUTOMATIC | 2023-05-17 | 1 | -1/+28 |
| | |||||
* | fixes for B007 | AUTOMATIC | 2023-05-10 | 1 | -5/+5 |
| | |||||
* | Fix up string formatting/concatenation to f-strings where feasible | Aarni Koskela | 2023-05-09 | 1 | -2/+3 |
| | |||||
* | Fix padding on accordion/dropdown list elements | space-nuko | 2023-03-25 | 1 | -0/+12 |
| |