aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/xyz_grid.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| |\ | | | | | | (Optimization) Option to remove negative conditioning at low sigma values
| | * 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
| | | | | This reverts commit 426875937048e21305ac24bea53df06523bdaa81, reversing changes made to 1b63afbedc7789c0eb9a4742b780ab304d7a9caf.
* Add upscaler to img2imgspace-nuko2023-03-251-0/+1
|
* Merge pull request #8547 from vladmandic/image-sizeAUTOMATIC11112023-03-251-0/+1
|\ | | | | disable pil checks
| * 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
|\ | | | | adds checks for resulting image size to avoid memory issues
| * 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 newlines within checkpoints being detected as its own entry
| * | 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
|\ \ | | | | | | Xyz order fix
| * | 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
| |\ | | | | | | Add Image CFG Scale to XYZ Grid
| | * Img2Img OnlyKyle2023-02-051-1/+1
| | | | | | | | | | | | Will still show up as an option with regular img2img models, but outputs no changes.
| | * 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
| | | | also fixed no draw legend for z grid
* Merge pull request #7231 from EllangoK/masterAUTOMATIC11112023-01-281-0/+10
|\ | | | | Fixes X/Y/Z Plot parameters not being restored from images
| * adds components to infotext_fieldsEllangoK2023-01-261-0/+10
| | | | | | | | allows for loading script params
* | 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
|
* implements most of xyz grid scriptEllangoK2023-01-241-36/+78
|
* renamed xy to xyz gridEllangoK2023-01-241-0/+498
this is mostly just so git can detect it properly