aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/xyz_grid.py
Commit message (Collapse)AuthorAgeFilesLines
* use samplers_for_img2img for Hires samplerw-e-w2023-08-041-1/+1
|
* XYZ: Use default label format for hires samplercatboxanon2023-08-041-1/+1
| | | If both sampler and hires sampler are used this makes the distinction more clear.
* XYZ: Support hires sampler, cleanupcatboxanon2023-08-041-10/+3
|
* XYZ plot do not fail if an exception occursAUTOMATIC11112023-08-011-2/+7
|
* xyz_grid: in the legend, remove pathnames from model filenamesRobert Barron2023-07-301-1/+4
|
* lowercasew-e-w2023-07-171-1/+1
|
* reversible boolean_choice orderw-e-w2023-07-171-3/+5
|
* XYZ always_discard_next_to_last_sigmaw-e-w2023-07-171-1/+9
| | | | Co-authored-by: Franck Mahon <franck.mahon@gmail.com>
* updates for the noise schedule settingsAUTOMATIC2023-05-271-4/+4
|
* use Schedule instead of SchedKohaku-Blueleaf2023-05-241-4/+4
|
* improvementsKohaku-Blueleaf2023-05-241-4/+4
| | | | | See: https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/10649#issuecomment-1561047723
* Fix ruff errorKohaku-Blueleaf2023-05-231-1/+1
|
* Fix xyzKohaku-Blueleaf2023-05-231-4/+4
|
* Change karras to kdiffusionKohaku-Blueleaf2023-05-221-4/+4
|
* Add dropdown for scheduler typeKohaku-Blueleaf2023-05-221-1/+2
|
* Add custom karras schedulerKohaku-Blueleaf2023-05-221-0/+3
|
* xyz token mergingw-e-w2023-05-151-0/+7
|
* Merge pull request #10382 from AUTOMATIC1111/fix_xyz_checkpointAUTOMATIC11112023-05-141-1/+1
|\ | | | | fix xyz checkpoint
| * 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
| |\ | | | | | | (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
| |/