aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | aspect ratio for dim's; sliders adjust by ratioGerschel2023-02-064-0/+318
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Default choices added to settings in user interface section Choices are editable by user User selects from dropdown. When you move one slider, the other adjusts according to the ratio chosen. Vice versa for the other slider. Number fields for changes work as well. For disabling ratio, an unlock pad "🔓" is available as a default. This string can be changed to anything to serve as a disable, as long as there is no colon ":". Ratios are entered in this format, floats or ints with a colon "1:1". The string is split at the colon, parses left and right as floats to perform the math.
* | | | | | | 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
|/ / / / / / /
| | | * | | | Use the real images size, not the processFrancesco Manzali2023-02-012-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use the width/height of the first image in processed.images - No more need for rounding in prompt_matrix
| | | * | | | Fix prompt matrix #rows/#cols when using hiresFrancesco Manzali2023-01-312-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - images.draw_prompt_matrix() should be called with the final width/height of the generated images, after upscaling. Otherwise, the number of rows/cols computed in images.draw_grid_annotations will increase by the upscaling factor. - Round the number of cols/rows in images.draw_grid_annotations, since the final images width may be a bit less than the required hr_upscale_to_x/y
| | | | * | | Add ability to choose using weighted loss or notShondoit2023-02-154-13/+32
| | | | | | |
| | | | * | | Call weighted_forward during trainingShondoit2023-02-152-2/+4
| | | | | | |
| | | | * | | Add PNG alpha channel as weight maps to data entriesShondoit2023-02-151-13/+38
| | | | | | |
| | | | * | | Hijack to add weighted_forward to model: return loss * weight mapShondoit2023-02-151-0/+52
| |_|_|/ / / |/| | | | |
* | | | | | 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
|/ / / / /
| | | | * support SD2.X modelsspace-nuko2023-02-111-1/+4
| | | | |
| | | | * bug fixspace-nuko2023-02-102-2/+4
| | | | |
| | | | * Fix UniPC orderspace-nuko2023-02-101-1/+1
| | | | |
| | | | * Add UniPC sampler settingsspace-nuko2023-02-104-3/+16
| | | | |
| | | | * UniPC does not support img2img (for now)space-nuko2023-02-103-3/+3
| | | | |
| | | | * Fix logspam and live previewsspace-nuko2023-02-103-31/+41
| | | | |
| | | | * Working UniPC (for batch size 1)space-nuko2023-02-107-6/+978
| |_|_|/ |/| | |
* | | | Merge pull request #7556 from EllangoK/masterAUTOMATIC11112023-02-053-27/+28
|\ \ \ \ | | | | | | | | | | Adds options for grid margins to XYZ Plot and Prompt Matrix