Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Update sub_quadratic_attention.py | Louis Del Valle | 2023-05-11 | 1 | -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 defaults | AUTOMATIC | 2023-05-10 | 5 | -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/ruff | AUTOMATIC1111 | 2023-05-10 | 87 | -481/+443 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ruff | |||||
| * | | | | | | | | | | | | | | | | | | | | | | | suggestions and fixes from the PR | AUTOMATIC | 2023-05-10 | 11 | -31/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | manual fixes for some C408 | AUTOMATIC | 2023-05-10 | 7 | -15/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | fixes for B007 | AUTOMATIC | 2023-05-10 | 28 | -62/+57 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | ruff manual fixes | AUTOMATIC | 2023-05-10 | 15 | -41/+69 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | ruff auto fixes | AUTOMATIC | 2023-05-10 | 22 | -47/+47 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | update ruff config with more stuff | AUTOMATIC | 2023-05-10 | 1 | -1/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | integrate the PR's config | AUTOMATIC | 2023-05-10 | 2 | -11/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #10233 from akx/fix-lint-ci | AUTOMATIC1111 | 2023-05-10 | 2 | -18/+35 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace pylint CI with ruff | |||||
| | * | | | | | | | | | | | | | | | | | | | | | | | Replace pylint CI with ruff | Aarni Koskela | 2023-05-09 | 2 | -18/+35 | |
| | | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | F401 fixes for ruff | AUTOMATIC | 2023-05-10 | 17 | -30/+27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | imports cleanup for ruff | AUTOMATIC | 2023-05-10 | 48 | -114/+42 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | manual fixes for ruff | AUTOMATIC | 2023-05-10 | 22 | -129/+129 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | autofixes from ruff | AUTOMATIC | 2023-05-10 | 22 | -41/+40 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | add ruff config | AUTOMATIC | 2023-05-10 | 1 | -0/+8 | |
|/ / / / / / / / / / / / / / / / / / / / / / / | ||||||
| | | | | | | * | | | | | | | | | | | | | | | | Update sd_vae.py | Sakura-Luna | 2023-05-11 | 1 | -3/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is no need to use split. | |||||
| | | | | | | * | | | | | | | | | | | | | | | | remove logs | Micky Brunetti | 2023-05-09 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | | | | | * | | | | | | | | | | | | | | | | files in vae folder with same name as a checkpoint can be found too | Micky Brunetti | 2023-05-09 | 1 | -4/+7 | |
| | | | |_|_|/ / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | ||||||
| | | | | | | | * | | | | | | | | | | | | | | return live preview defaults to how they were | AUTOMATIC | 2023-05-17 | 4 | -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 credits | AUTOMATIC | 2023-05-17 | 2 | -0/+27 | |
| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | | | | | | * | | | | | | | | | | | | | | Minor change | Sakura-Luna | 2023-05-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | | | | | | * | | | | | | | | | | | | | | Minor changes | Sakura-Luna | 2023-05-14 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | | | | | | * | | | | | | | | | | | | | | Add live preview mode check | Sakura-Luna | 2023-05-14 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | | | | | | * | | | | | | | | | | | | | | Add Tiny AE live preview | Sakura-Luna | 2023-05-14 | 4 | -9/+101 | |
| | | | | |_|_|/ / / / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | | | | | ||||||
| | | | | | | | * | | | | | | | | | | | | | Improve frontend responsiveness for some buttons | space-nuko | 2023-04-04 | 2 | -4/+54 | |
| | | |_|_|_|_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | ||||||
| | | | | | | | | | * | | | | | | | | | | Use ngrok-py library | bobzilladev | 2023-05-16 | 4 | -27/+19 | |
| | | | | | | | |_|/ / / / / / / / / / | | | | | | | |/| | | | | | | | | | | | ||||||
| | | | | | | | | | * | | | | | | | | | Fixing webui.sh | Baptiste Rajaut | 2023-05-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If only i proofread what i wrote | |||||
| | | | | | | | | | * | | | | | | | | | Bump pytorch for AMD Users | Baptiste Rajaut | 2023-05-17 | 1 | -2/+2 | |
| | | | | | | | |_|/ / / / / / / / / | | | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | So apparently it works now? Before you would get "Pytorch cant use the GPU" but not anymore. | |||||
| | | | | | | * | | | | | | | | | | | Merge branch 'release_candidate' | AUTOMATIC | 2023-05-14 | 12 | -61/+94 | |
| | | | | |_|/| | | | | | | | | | | | | | | |/| | | | | | | | | | | | | | ||||||
| | | | | | | * | | | | | | | | | | | update readme for release | AUTOMATIC | 2023-05-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | ||||||
| | | | | | | * | | | | | | | | | | | add a possible fix for 'LatentDiffusion' object has no attribute ↵ | AUTOMATIC | 2023-05-14 | 2 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'lora_layer_mapping' | |||||
| | | | | | | * | | | | | | | | | | | update readme | AUTOMATIC | 2023-05-13 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | ||||||
| | | | | | | * | | | | | | | | | | | Merge pull request #10335 from akx/l10n-dis-take-2 | AUTOMATIC1111 | 2023-05-13 | 3 | -35/+41 | |
| | | | | | |/ / / / / / / / / / / | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Localization fixes | |||||
| | | | | * | | | | | | | | | | | | Merge branch 'v1.2.0-hotfix' into release_candidate | AUTOMATIC | 2023-05-13 | 9 | -26/+47 | |
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | * | | | | | | | | | | | | update readme | AUTOMATIC | 2023-05-13 | 1 | -0/+11 | |
| | | | | | | | | | | | | | | | | | | ||||||
| | | | | | * | | | | | | | | | | | | Merge pull request #10324 from catboxanon/offline | AUTOMATIC1111 | 2023-05-13 | 2 | -2/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow web UI to be ran fully offline | |||||
| | | | | | * | | | | | | | | | | | | Merge pull request #10339 from catboxanon/bf16 | AUTOMATIC1111 | 2023-05-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow bf16 in safe unpickler | |||||
| | | | | | * | | | | | | | | | | | | fix upscalers disappearing after the user reloads UI | AUTOMATIC | 2023-05-13 | 2 | -22/+11 | |
| | | | | | | | | | | | | | | | | | | ||||||
| | | | | | * | | | | | | | | | | | | add an option to always refer to lora by filenames | AUTOMATIC | 2023-05-13 | 3 | -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' | AUTOMATIC | 2023-05-13 | 71 | -421/+864 | |
| | | |/| | | | | | | | | | | | | | | | | |/ / / / / / / / / / / / | ||||||
| | | | * | | | | | | | | | | | | update changelog for release | AUTOMATIC | 2023-05-13 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | fix broken prompts from file | AUTOMATIC | 2023-05-11 | 2 | -6/+6 | |
| |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | bump torch version | AUTOMATIC | 2023-05-10 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | fix an issue preventing the program from starting if the user specifies a ↵ | AUTOMATIC | 2023-05-10 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bad gradio theme | |||||
* | | | | | | | | | | | | | | | Merge branch 'dev' into release_candidate | AUTOMATIC | 2023-05-10 | 3 | -2/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | bump gradio version for all suffering musicians | AUTOMATIC | 2023-05-10 | 3 | -2/+3 | |
| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Merge branch 'dev' into release_candidate | AUTOMATIC | 2023-05-09 | 69 | -413/+863 | |
|\| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | changelog | AUTOMATIC | 2023-05-09 | 1 | -0/+11 | |
| | | | | | | | | | | | | | | | |