42 Commits (aa4688eb8345de583070ca9ddb4c6f585f06762b)

Author SHA1 Message Date
AUTOMATIC1111 91c8d0dcfc
Merge pull request #7231 from EllangoK/master
Fixes X/Y/Z Plot parameters not being restored from images
3 years ago
AUTOMATIC 7a14c8ab45 add an option to enable sections from extras tab in txt2img/img2img
fix some style inconsistenices
3 years ago
EllangoK 4d634dc592 adds components to infotext_fields
allows for loading script params
3 years ago
AUTOMATIC b5230197a6 rework extras tab to use script system 3 years ago
space-nuko 37a2301121 Expose the compiled class module of scripts to extensions 3 years ago
AUTOMATIC 3246a2d6b8 remove restriction for saving dropdowns to ui-config.json 3 years ago
AUTOMATIC f8d0cf6a6e rework #6329 to remove duplicate code and add prevent tab names for showing in ids for scripts that only exist on one tab 3 years ago
Jim Hays c0355caefe Fix various typos 3 years ago
AUTOMATIC 991e2dcee9 remove NSFW filter and its dependency; if you still want it, find it in the extensions section 3 years ago
AUTOMATIC 3596af0749 Add API for scripts to add elements anywhere in UI. 3 years ago
AUTOMATIC a1a376331c make existing script loading and new preload code use same code for loading modules
limit extension preload scripts to just one file named preload.py
3 years ago
Tong Zeng 893191cab2 fix a bug in list_files_with_name 3 years ago
AUTOMATIC a2a1a2f727 add ability to create extensions that add localizations 3 years ago
AUTOMATIC eeb0733013 change process_one virtual function for script to process_batch, add extra args and docs 3 years ago
AUTOMATIC1111 c250d2a08f
Merge pull request #4182 from macrosoft/process_one
Process one
3 years ago
AUTOMATIC 4dd898b8c1 do not mess with components' visibility for scripts; instead create group 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 3 years ago
Artem Zagidulin de64146ad2 add number of itter 3 years ago
Artem Zagidulin a9e979977a process_one 3 years ago
AUTOMATIC 910a097ae2 add initial version of the extensions tab
fix broken Restart Gradio button
3 years ago
AUTOMATIC 9bb6b6509a add postprocess call for scripts 3 years ago
xmodar 3de0365141 Add id access to scripts list in the css 3 years ago
AUTOMATIC 6398dc9b10 further support for extensions 3 years ago
AUTOMATIC 2b91251637 removed aesthetic gradients as built-in
added support for extensions
3 years ago
ふぁ 02622b1919 update scripts.py 3 years ago
ふぁ 97d3ba3941 Add scripts to ui-config,json 3 years ago
AUTOMATIC 6f7b7a3dcd only read files with .py extension from the scripts dir 3 years ago
DepFA e808096cf6
correct indent 3 years ago
DepFA cf33268d68
add script body only refresh 3 years ago
DepFA 4c2478a68a
add script reload method 3 years ago
Hanusz Leszek be5555fce4 drop the print 3 years ago
Hanusz Leszek e9919f2ab7 Sort scripts loading order 3 years ago
DepFA 31a0fbf1ad add attribute to custom script controls 3 years ago
AUTOMATIC 91bfc71261 A big rework, just what you were secretly hoping for!
SD upscale moved to scripts
Batch processing script removed
Batch processing added to main img2img and now works with scripts
img2img page UI reworked to use tabs
3 years ago
JashoBell 98a6644bcf Move comments to scripts.py 3 years ago
OWKenobi 2ddaeb318a Update scripts.py
fixes bug #464, which happens when controls is None, which leads to args_to being None.
3 years ago
AUTOMATIC c253d6bdab do not die on failing to load script #426 3 years ago
JohannesGaessler f211c498b9 More informative progress printing 3 years ago
AUTOMATIC 7350c71259 added poor man's inpainting script 3 years ago
AUTOMATIC e67a56dbb4 fix to make scripts that failed to compile not crash the program 3 years ago
hentailord85ez 26404eaabf
Don't iterate over scripts if it doesn't exist 3 years ago
AUTOMATIC f40617d6c4 support for scripts 3 years ago
AUTOMATIC 345028099d split codebase into multiple files; to anyone this affects negatively: sorry 3 years ago