aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | | | repair #10266AUTOMATIC2023-05-111-13/+5
| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #10266 from nero-dv/devAUTOMATIC11112023-05-111-6/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update sub_quadratic_attention.py
| * | | | | | | | | | | | | | | | | | | | | | | Update sub_quadratic_attention.pyLouis Del Valle2023-05-111-6/+15
|/ / / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Determine the number of query chunks. 2. Calculate the final shape of the res tensor. 3. Initialize the tensor with the calculated shape and dtype, (same dtype as the input tensors, usually) Can initialize the tensor as a zero-filled tensor with the correct shape and dtype, then compute the attention scores for each query chunk and fill the corresponding slice of tensor.
* | | | | | | | | | | | | | | | | | | | | | | add UI to edit defaultsAUTOMATIC2023-05-105-125/+242
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | allow setting defaults for elements in extensions' tabs fix a problem with ESRGAN upscalers disappearing after UI reload implicit change: HTML element id for train tab from tab_ti to tab_train (will this break things?)
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #10259 from AUTOMATIC1111/ruffAUTOMATIC11112023-05-1087-481/+443
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ruff
| * | | | | | | | | | | | | | | | | | | | | | | suggestions and fixes from the PRAUTOMATIC2023-05-1011-31/+16
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | manual fixes for some C408AUTOMATIC2023-05-107-15/+15
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | fixes for B007AUTOMATIC2023-05-1028-62/+57
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | ruff manual fixesAUTOMATIC2023-05-1015-41/+69
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | ruff auto fixesAUTOMATIC2023-05-1022-47/+47
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | update ruff config with more stuffAUTOMATIC2023-05-101-1/+13
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | integrate the PR's configAUTOMATIC2023-05-102-11/+4
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Merge pull request #10233 from akx/fix-lint-ciAUTOMATIC11112023-05-102-18/+35
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace pylint CI with ruff
| | * | | | | | | | | | | | | | | | | | | | | | | Replace pylint CI with ruffAarni Koskela2023-05-092-18/+35
| | | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | F401 fixes for ruffAUTOMATIC2023-05-1017-30/+27
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | imports cleanup for ruffAUTOMATIC2023-05-1048-114/+42
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | manual fixes for ruffAUTOMATIC2023-05-1022-129/+129
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | autofixes from ruffAUTOMATIC2023-05-1022-41/+40
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | add ruff configAUTOMATIC2023-05-101-0/+8
|/ / / / / / / / / / / / / / / / / / / / / / /
| | | | | | | * | | | | | | | | | | | | | | | Update sd_vae.pySakura-Luna2023-05-111-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is no need to use split.
| | | | | | | * | | | | | | | | | | | | | | | remove logsMicky Brunetti2023-05-091-2/+0
| | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | | | | | | files in vae folder with same name as a checkpoint can be found tooMicky Brunetti2023-05-091-4/+7
| | | | |_|_|/ / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | | | | | | | return live preview defaults to how they wereAUTOMATIC2023-05-174-29/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | only download TAESD model when it's needed return calculations in single_sample_to_image to just if/elif/elif blocks keep taesd model in its own directory
| | | | | | | | * | | | | | | | | | | | | | add creditsAUTOMATIC2023-05-172-0/+27
| | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | | | | | | | Minor changeSakura-Luna2023-05-161-1/+1
| | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | | | | | | | Minor changesSakura-Luna2023-05-142-2/+2
| | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | | | | | | | Add live preview mode checkSakura-Luna2023-05-141-2/+2
| | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | | | | | | | Add Tiny AE live previewSakura-Luna2023-05-144-9/+101
| | | | | |_|_|/ / / / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | | | | | | Improve frontend responsiveness for some buttonsspace-nuko2023-04-042-4/+54
| | | |_|_|_|_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | |
| | | | | | | | | | * | | | | | | | | | Use ngrok-py librarybobzilladev2023-05-164-27/+19
| | | | | | | | |_|/ / / / / / / / / / | | | | | | | |/| | | | | | | | | | |
| | | | | | | | | | * | | | | | | | | Fixing webui.shBaptiste Rajaut2023-05-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If only i proofread what i wrote
| | | | | | | | | | * | | | | | | | | Bump pytorch for AMD UsersBaptiste Rajaut2023-05-171-2/+2
| | | | | | | | |_|/ / / / / / / / / | | | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | So apparently it works now? Before you would get "Pytorch cant use the GPU" but not anymore.
| | | | | | | * | | | | | | | | | | Merge branch 'release_candidate'AUTOMATIC2023-05-1412-61/+94
| | | | | |_|/| | | | | | | | | | | | | | | |/| | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | update readme for releaseAUTOMATIC2023-05-141-1/+1
| | | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | add a possible fix for 'LatentDiffusion' object has no attribute ↵AUTOMATIC2023-05-142-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'lora_layer_mapping'
| | | | | | | * | | | | | | | | | | update readmeAUTOMATIC2023-05-131-0/+1
| | | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | Merge pull request #10335 from akx/l10n-dis-take-2AUTOMATIC11112023-05-133-35/+41
| | | | | | |/ / / / / / / / / / / | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Localization fixes
| | | | | * | | | | | | | | | | | Merge branch 'v1.2.0-hotfix' into release_candidateAUTOMATIC2023-05-139-26/+47
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | | | | update readmeAUTOMATIC2023-05-131-0/+11
| | | | | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | | Merge pull request #10324 from catboxanon/offlineAUTOMATIC11112023-05-132-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow web UI to be ran fully offline
| | | | | | * | | | | | | | | | | | Merge pull request #10339 from catboxanon/bf16AUTOMATIC11112023-05-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow bf16 in safe unpickler
| | | | | | * | | | | | | | | | | | fix upscalers disappearing after the user reloads UIAUTOMATIC2023-05-132-22/+11
| | | | | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | | add an option to always refer to lora by filenamesAUTOMATIC2023-05-133-1/+14
| | | | | |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | never refer to lora by an alias if multiple loras have same alias or the alias is called none
| | | | * / / / / / / / / / / / / Merge branch 'release_candidate'AUTOMATIC2023-05-1371-421/+864
| | | |/| | | | | | | | | | | | | | | | | |/ / / / / / / / / / / /
| | | | * | | | | | | | | | | | update changelog for releaseAUTOMATIC2023-05-131-2/+2
| | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | fix broken prompts from fileAUTOMATIC2023-05-112-6/+6
| |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | bump torch versionAUTOMATIC2023-05-102-2/+2
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | fix an issue preventing the program from starting if the user specifies a ↵AUTOMATIC2023-05-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bad gradio theme
* | | | | | | | | | | | | | | Merge branch 'dev' into release_candidateAUTOMATIC2023-05-103-2/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | bump gradio version for all suffering musiciansAUTOMATIC2023-05-103-2/+3
| | | | | | | | | | | | | | | |