aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #7691 from missionfloyd/16bit-convertAUTOMATIC11112023-02-191-0/+2
|\ | | | | Convert 16-bit greyscale to 8-bit when saving as JPEG
| * Merge branch 'AUTOMATIC1111:master' into 16bit-convertmissionfloyd2023-02-131-0/+1
| |\
| * | Use RGB for webpmissionfloyd2023-02-101-1/+1
| | | | | | | | | Doesn't support greyscale (L)
| * | Convert 16-bit greyscale to 8-bit when saving as JPEGmissionfloyd2023-02-091-0/+2
| | |
* | | Merge pull request #7727 from missionfloyd/face-restore-settingAUTOMATIC11112023-02-192-2/+1
|\ \ \ | | | | | | | | Fix face restorers setting
| * \ \ Merge branch 'AUTOMATIC1111:master' into face-restore-settingmissionfloyd2023-02-131-0/+1
| |\ \ \ | | | |/ | | |/|
| * | | Fix face restorers settingmissionfloyd2023-02-102-2/+1
| | |/ | |/|
* | | reword settings for 4chan export, remove unneded try/excepts, add try/except ↵AUTOMATIC2023-02-192-18/+12
| | | | | | | | | | | | for actually saving JPG
* | | Merge pull request #7564 from w-e-w/configurable_image_downscaleAUTOMATIC11112023-02-192-3/+13
|\ \ \ | | | | | | | | Configurable JPG downscale threshold
| * | | use Default if ValueErrorw-e-w2023-02-051-2/+10
| | | |
| * | | configurable image downscalew-e-w2023-02-052-3/+5
| |/ / | | | | | | | | | allowing the user to configure the image downscale parameters in setting
* | | display 8 (rather than 7) characters of the extension commit hash in the ↵AUTOMATIC2023-02-191-1/+1
| | | | | | | | | | | | installed extensions table
* | | Merge pull request #7798 from vladmandic/extensionsAUTOMATIC11112023-02-192-5/+9
|\ \ \ | | | | | | | | add version to extensions table
| * | | add version to extensions tableVladimir Mandic2023-02-132-5/+9
| | |/ | |/|
* | | fix the a merge conflict resolve i did that entirely breaks image generationAUTOMATIC2023-02-191-3/+0
| | |
* | | Merge pull request #7730 from CCRcmcpe/fix-dpm-sde-batchAUTOMATIC11112023-02-192-8/+31
|\ \ \ | | | | | | | | Fix DPM++ SDE not deterministic across different batch sizes (#5210)
| * | | Fix error when batch count > 1RcINS2023-02-151-4/+5
| | | |
| * | | Fix DPM++ SDE not deterministic across different batch sizes (#5210)RcINS2023-02-112-8/+30
| | |/ | |/|
* | | make PNG info tab work properly with parameter overridesAUTOMATIC2023-02-192-8/+9
| | |
* | | Merge pull request #7868 from space-nuko/fix-save-params-2AUTOMATIC11112023-02-191-3/+11
|\ \ \ | | | | | | | | Fix params.txt saving for infotexts modified by process_batch
| * \ \ Merge branch 'master' into fix-save-params-2AUTOMATIC11112023-02-195-8/+10
| |\ \ \ | |/ / / |/| | |
* | | | remove download instructionAUTOMATIC2023-02-191-2/+1
| | | |
* | | | Merge pull request #7850 from asdfire1/instructionfixAUTOMATIC11112023-02-191-1/+2
|\ \ \ \ | | | | | | | | | | Fixed missing part in the Linux installation instructions
| * | | | Fixed the Linux installation instructionsasdfire12023-02-161-1/+2
| | |_|/ | |/| |
* | | | Merge pull request #7824 from missionfloyd/download-modelAUTOMATIC11112023-02-192-3/+2
|\ \ \ \ | | | | | | | | | | Download model if none are found
| * | | | Add ".vae.ckpt" to ext_blacklistmissionfloyd2023-02-161-1/+1
| | | | |
| * | | | Download model if none are foundmissionfloyd2023-02-152-3/+2
| |/ / /
* | | | Merge pull request #7789 from space-nuko/extra-networks-per-batchAUTOMATIC11112023-02-191-6/+5
|\ \ \ \ | | | | | | | | | | Apply extra networks per-batch instead of per-session (fixes wildcards)
| * | | | Apply extra networks per-batch instead of per-session (fixes wildcards)space-nuko2023-02-131-6/+5
| |/ / /
* | | | simply long version display for torch in UIAUTOMATIC2023-02-191-6/+1
| | | |
* | | | Merge pull request #7911 from vladmandic/torch-versionAUTOMATIC11112023-02-192-1/+7
|\ \ \ \ | |/ / / |/| | | store and print real torch version
| * | | store and print real torch versionVladimir Mandic2023-02-182-1/+7
|/ / /
| * / Fix params.txt saving for infotexts modified by process_batchspace-nuko2023-02-171-4/+9
|/ /
* | Merge pull request #7717 from zijiren233/masterAUTOMATIC11112023-02-131-0/+1
|\ \ | |/ |/| Fix: v0.91.0 of fastapi Cannot add middleware after an application ha…
| * Fix: v0.91.0 of fastapi Cannot add middleware after an application has startedzijiren2332023-02-101-0/+1
|/
* Merge pull request #7556 from EllangoK/masterAUTOMATIC11112023-02-053-27/+28
|\ | | | | Adds options for grid margins to XYZ Plot and Prompt Matrix
| * adds grid margins to xyz plot and prompt matrixEllangoK2023-02-053-27/+28
|/
* Merge pull request #7535 from mcmonkey4eva/fix-symlink-extra-networkAUTOMATIC11112023-02-051-1/+1
|\ | | | | fix symlinks in extra networks ui
| * fix symlinks in extra networks uiAlex "mcmonkey" Goodwin2023-02-041-1/+1
| | | | | | | | 'absolute' and 'resolve' are equivalent, but 'resolve' resolves symlinks (which is an obscure specialty behavior usually not wanted) whereas 'absolute' treats symlinks as folders (which is the expected behavior). This commit allows you to symlink folders within your models/embeddings/etc. dirs and have preview images load as expected without issue.
* | Merge pull request #7554 from techneconn/feature/prompt_hash_optionAUTOMATIC11112023-02-052-2/+4
|\ \ | | | | | | Add prompt_hash option for file/dir name pattern
| * | Add prompt_hash option for file/dir name patterntechneconn2023-02-052-2/+4
| |/
* | Merge pull request #7528 from spezialspezial/patch-1AUTOMATIC11112023-02-051-0/+3
|\ \ | | | | | | Catch broken model symlinks early | Quickfix modelloader.py
| * | Update modelloader.pyspezialspezial2023-02-041-0/+3
| |/ | | | | os.path.getmtime(filename) throws exception later in codepath when meeting broken symlink. For now catch it here early but more checks could be added for robustness.
* / make it possible to load SD1 checkpoints without CLIPAUTOMATIC2023-02-052-8/+15
|/
* fix issue with switching back to checkpoint that had its checksum calculated ↵AUTOMATIC2023-02-041-2/+3
| | | | during runtime mentioned in #7506
* add margin parameter to draw_grid_annotationsAUTOMATIC2023-02-041-7/+10
|
* Merge pull request #7466 from ctwrs/masterAUTOMATIC11112023-02-041-2/+3
|\ | | | | Add .jpg to allowed thumb formats
| * Add .jpg to allowed thumb formatsctwrs2023-02-011-2/+3
| |
* | Merge pull request #7470 from ↵AUTOMATIC11112023-02-041-1/+1
|\ \ | | | | | | | | | | | | cbrownstein-lambda/update-error-message-no-checkpoint Update error message WRT missing checkpoint file
| * | Update error message WRT missing checkpoint fileCody Brownstein2023-02-011-1/+1
| |/ | | | | | | The Safetensors format is also supported.