aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorLines
2023-03-11Merge pull request #8326 from DejitaruJin/xyz-order-fixAUTOMATIC1111-50/+77
Xyz order fix
2023-03-11Merge pull request #8092 from infinitewarp/sort-upscalersAUTOMATIC1111-2/+6
sort upscalers by name
2023-03-11Merge pull request #8322 from yeataro/masterAUTOMATIC1111-0/+11
add: /sdapi/v1/scripts in API
2023-03-11rename fields for API for saving/sending imagesAUTOMATIC-31/+21
save images to correct directories
2023-03-11Merge pull request #8287 from vladmandic/save-imagesAUTOMATIC1111-10/+40
Allow saving of images generated via API
2023-03-11Merge pull request #8367 from pamparamm/scaled-dot-product-attentionAUTOMATIC1111-0/+303
Add scaled dot product attention
2023-03-11use path to git from env variable for git_pull_recursiveAUTOMATIC-1/+3
2023-03-11Merge pull request #8425 from vladlearns/masterAUTOMATIC1111-1/+13
feat: auto update all extensions using flag
2023-03-11add UniPC options to infotextAUTOMATIC-1/+30
2023-03-11use selected device instead of always cuda for UniPC samplerAUTOMATIC-3/+4
2023-03-11Merge pull request #7710 from space-nuko/unipcAUTOMATIC1111-10/+1011
Implement UniPC sampler
2023-03-10Requested changesspace-nuko-4/+5
2023-03-10Merge remote-tracking branch 'origin/master' into unipcspace-nuko-82/+310
2023-03-10sdp_attnblock_forward hijackPam-0/+26
2023-03-10sdp refactoringPam-10/+11
2023-03-10argument to disable memory efficient for sdpPam-3/+13
2023-03-09chore: added autostash flag to pullvladlearns-1/+1
2023-03-09chore: removed scripts and added a flag to launch.pyvladlearns-5/+13
2023-03-08chore: auto update all extensions using scriptsvladlearns-0/+4
2023-03-07Update modules/api/api.py Yea Chen-8/+2
Suggested change by @akx Co-authored-by: Aarni Koskela <akx@iki.fi>
2023-03-07scaled dot product attentionPam-0/+266
2023-03-06use lowercase name for sorting; keep `UpscalerLanczos` and `UpscalerNearest` ↵Brad Smith-2/+2
at the start of the list with `UpscalerNone` Co-authored-by: catboxanon <122327233+catboxanon@users.noreply.github.com>
2023-03-04Short-circuit error handlingDejitaruJin-1/+5
2023-03-04update using original defaultsVladimir Mandic-8/+15
2023-03-04Add files via uploadDejitaruJin-4/+4
2023-03-04Add files via uploadDejitaruJin-3/+6
2023-03-04Add files via uploadDejitaruJin-1/+8
2023-03-04Fix display and save order for X/Y/Z Grid scriptDejitaruJin-60/+73
2023-03-04add: /sdapi/v1/scripts in APIYea chen-0/+17
API for get scripts list
2023-03-03allow api requests to specify do not send images in responseVladimir Mandic-4/+24
2023-03-03allow saving of images via apiVladimir Mandic-6/+9
2023-02-24sort upscalers by nameBrad Smith-2/+6
2023-02-20Merge pull request #7945 from w-e-w/fix-image-downscaleAUTOMATIC1111-2/+2
Fix broken image downscale TypeError
2023-02-20convert resolution to int using round()w-e-w-2/+2
2023-02-19possible fix for #7804AUTOMATIC-0/+3
2023-02-19Merge pull request #7933 from w-e-w/fix-auto-sd-downloadAUTOMATIC1111-1/+8
Fix issue with auto sd1.5 download
2023-02-19when existsw-e-w-1/+1
2023-02-19fix auto sd download issuew-e-w-1/+8
2023-02-19Merge pull request #7571 from mezotaken/int_loopAUTOMATIC1111-2/+12
Optionally append interrogated prompt in loopback script
2023-02-19split #7300 into multiple linesAUTOMATIC-1/+9
2023-02-19Merge pull request #7300 from Ju1-js/masterAUTOMATIC1111-1/+2
Gradio Auth - Read from External File
2023-02-19fix for #6700AUTOMATIC-1/+1
2023-02-19Merge pull request #6700 from Shondoit/weighted-learningAUTOMATIC1111-20/+117
Weighted learning of TIs and HNs
2023-02-19Merge branch 'master' into weighted-learningAUTOMATIC1111-59/+159
2023-02-19Merge pull request #7703 from minux302/hotfix/fix_hn_api_argAUTOMATIC1111-1/+1
fix arg for train_hypernetwork api
2023-02-19Merge pull request #7430 from Einlar/6866-fix-hires-prompt-matrixAUTOMATIC1111-2/+2
Fix prompt matrix #rows/#cols when using hires
2023-02-19Merge branch 'master' into 6866-fix-hires-prompt-matrixAUTOMATIC1111-211/+397
2023-02-19Merge pull request #7568 from Klace/XYZ-ImageCFGAUTOMATIC1111-0/+1
Add Image CFG Scale to XYZ Grid
2023-02-19Merge pull request #7525 from w-e-w/masterAUTOMATIC1111-1/+1
Fix: show correct help message on --help
2023-02-19Merge pull request #7572 from CurtisDS/fix-id-handle-in-extra-networksAUTOMATIC1111-2/+4
Update ui_extra_networks.py to fix div id's that have spaces in them