aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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>
* Split Outpainting MK2 mask blur into X and Y componentsSplendide Imaginarius2023-06-091-9/+21
| | | | Fixes unexpected noise in non-outpainted borders when using MK2 script.
* Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressionsAarni Koskela2023-06-021-2/+1
|
* rename print_error to report, use it with together with package nameAUTOMATIC2023-05-311-3/+2
|
* Add & use modules.errors.print_error where currently printing exception info ↵Aarni Koskela2023-05-291-4/+2
| | | | by hand
* 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
| |
| * fix broken prompts from fileAUTOMATIC2023-05-111-6/+5
| |
* | fix broken prompts from fileAUTOMATIC2023-05-131-2/+0
| |
* | Autofix Ruff W (not W605) (mostly whitespace)Aarni Koskela2023-05-116-16/+16
| |
* | fix broken prompts from fileAUTOMATIC2023-05-111-4/+5
| |
* | fixes for B007AUTOMATIC2023-05-103-4/+4
| |
* | imports cleanup for ruffAUTOMATIC2023-05-107-20/+12
| |
* | autofixes from ruffAUTOMATIC2023-05-103-5/+5
|/
* Fix up string formatting/concatenation to f-strings where feasibleAarni Koskela2023-05-093-3/+3
|
* Add extra `None` option for VAEWeiming Dong2023-05-031-5/+5
|
* use override to apply checkpointw-e-w2023-05-011-1/+1
|
* Merge pull request #9258 from wywywywy/bug-outpainting-mk2-file-formatAUTOMATIC11112023-04-292-2/+2
|\ | | | | bug: Outpainting Mk2 & Poorman should use the SAMPLE file format to save images, not GRID file format
| * bug: poorman use sample file format not gridwywywywy2023-04-011-1/+1
| |
| * bug: outpaint-mk2 use sample file format not gridwywywywy2023-04-011-1/+1
| |