aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/xyz_grid.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #13266 from wkpark/xyz-prepareAUTOMATIC11112023-09-301-1/+4
|\ | | | | xyz_grid: add prepare
| * xyz_grid: add prepare option to AxisOptionWon-Kyu Park2023-09-151-1/+4
| |
* | XYZ if not Include Sub Grids do not save Sub Gridw-e-w2023-09-161-0/+2
|/
* Add option to align with sgm repo sampling implementationcatboxanon2023-08-291-0/+1
|
* Don't show hidden samplers in dropdown for XYZ scriptcatboxanon2023-08-251-3/+3
|
* add RNG source to XYZw-e-w2023-08-211-0/+1
|
* fix xyz swap axesw-e-w2023-08-201-11/+14
| | | | make csv_string_to_list_strip function
* Merge pull request #12564 from catboxanon/feat/img2img-noiseAUTOMATIC11112023-08-151-0/+2
|\ | | | | Add extra noise param for img2img operations
| * Add extra img2img noisecatboxanon2023-08-151-0/+2
| |
* | get XYZ plot to work with recent changes to refined specified in fields of p ↵AUTOMATIC11112023-08-151-13/+5
| | | | | | | | rather than in settings
* | Merge pull request #12476 from AnyISalIn/devAUTOMATIC11112023-08-151-0/+19
|\ \ | |/ |/| xyz_grid: support refiner_checkpoint and refiner_switch_at
| * xyz_grid: support refiner_checkpoint and refiner_switch_atAnyISalIn2023-08-111-0/+19
| | | | | | | | Signed-off-by: AnyISalIn <anyisalin@gmail.com>
* | rephrase and movew-e-w2023-08-131-2/+3
| |
* | properly convert this into CSV stringw-e-w2023-08-121-3/+3
| |
* | pass csv_modew-e-w2023-08-121-17/+16
| |
* | convert value when switching modew-e-w2023-08-121-14/+21
| |
* | rename to csv modew-e-w2023-08-121-14/+14
| |
* | dropdown mode chackboxw-e-w2023-08-121-6/+15
| |
* | Redundant character escape '\]' in RegExpw-e-w2023-08-121-2/+2
| |
* | formatw-e-w2023-08-121-20/+24
| |
* | bring back csv modew-e-w2023-08-121-16/+28
|/
* 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
| | |