aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/xyz_grid.py
Commit message (Expand)AuthorAgeFilesLines
* xyz token mergingw-e-w2023-05-151-0/+7
* Merge pull request #10382 from AUTOMATIC1111/fix_xyz_checkpointAUTOMATIC11112023-05-141-1/+1
|\
| * fix xyz checkpointw-e-w2023-05-141-1/+1
* | fixes for B007AUTOMATIC2023-05-101-1/+1
* | imports cleanup for ruffAUTOMATIC2023-05-101-4/+2
* | autofixes from ruffAUTOMATIC2023-05-101-1/+1
|/
* Fix up string formatting/concatenation to f-strings where feasibleAarni Koskela2023-05-091-1/+1
* Add extra `None` option for VAEWeiming Dong2023-05-031-5/+5
* use override to apply checkpointw-e-w2023-05-011-1/+1
* Merge branch 'dev' into pr/xyz-sort-001AUTOMATIC11112023-04-291-24/+54
|\
| * Merge pull request #9177 from devNegative-asm/masterAUTOMATIC11112023-04-291-0/+1
| |\
| | * performance increasedevdn2023-03-291-0/+1
| * | fix axis swap and infotxtpangbo132023-04-051-12/+33
| * | add dropdown for X/Y/Z plotpangbo132023-04-051-15/+23
| |/
* / feat(xyz): try sort Checkpoint name valuesbluelovers2023-04-091-1/+1
|/
* Revert "Merge pull request #7931 from space-nuko/img2img-enhance"AUTOMATIC2023-03-281-1/+0
* Add upscaler to img2imgspace-nuko2023-03-251-0/+1
* Merge pull request #8547 from vladmandic/image-sizeAUTOMATIC11112023-03-251-0/+1
|\
| * disable pil checksVladimir Mandic2023-03-121-0/+1
* | fixes xyz extra_generation_params not being savedEllangoK2023-03-221-5/+16
|/
* add face restoration option to xyz_gridhigh_byte2023-03-121-0/+15
* emergency fix for xyz plotAUTOMATIC2023-03-111-1/+0
* Merge pull request #8175 from vladmandic/image_sizeAUTOMATIC11112023-03-111-0/+5
|\
| * use assert instead of returnVladimir Mandic2023-03-111-3/+2
| * fix silly math errorVladimir Mandic2023-03-101-1/+1
| * add check for resulting image sizeVladimir Mandic2023-02-271-0/+6
* | Merge pull request #7954 from EllangoK/xyz-newlineAUTOMATIC11112023-03-111-1/+1
|\ \
| * | fixes newline being detected as its own entryEllangoK2023-02-201-1/+1
| |/
* | Merge pull request #8326 from DejitaruJin/xyz-order-fixAUTOMATIC11112023-03-111-50/+77
|\ \
| * | Short-circuit error handlingDejitaruJin2023-03-051-1/+5
| * | Add files via uploadDejitaruJin2023-03-041-4/+4
| * | Add files via uploadDejitaruJin2023-03-041-3/+6
| * | Add files via uploadDejitaruJin2023-03-041-1/+8
| * | Fix display and save order for X/Y/Z Grid scriptDejitaruJin2023-03-041-60/+73
| |/
* | Merge remote-tracking branch 'origin/master' into unipcspace-nuko2023-03-111-1/+11
|\|
| * possible fix for #7804AUTOMATIC2023-02-191-0/+3
| * Merge pull request #7568 from Klace/XYZ-ImageCFGAUTOMATIC11112023-02-191-0/+1
| |\
| | * Img2Img OnlyKyle2023-02-051-1/+1
| | * Add Image CFG Scale to XYZ GridKyle2023-02-051-0/+1
| * | fix incorrectly named args for gr.Slider in prompt matrix and xyz gridAUTOMATIC2023-02-191-1/+1
| * | Expose xyz_grid's values to other extensions for #7721AUTOMATIC2023-02-191-0/+6
| |/
* / Add UniPC sampler settingsspace-nuko2023-02-101-0/+7
|/
* adds grid margins to xyz plot and prompt matrixEllangoK2023-02-051-9/+16
* xyz plot now saves sub grids if opts.grid_saveEllangoK2023-01-281-8/+13
* Merge pull request #7231 from EllangoK/masterAUTOMATIC11112023-01-281-0/+10
|\
| * adds components to infotext_fieldsEllangoK2023-01-261-0/+10
* | changes remaining text from X/Y -> X/Y/ZEllangoK2023-01-271-1/+1
* | deepcopy pc.styles, allows for multiple style axisEllangoK2023-01-271-1/+2
|/
* swaps xyz axes internally if one costs moreEllangoK2023-01-241-12/+52
* handling sub grids and merging into oneEllangoK2023-01-241-11/+18