Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #10274 from akx/torch-cpu-for-tests | AUTOMATIC1111 | 2023-05-11 | 2 | -23/+37 |
|\ | | | | | Use CPU Torch in CI, etc. | ||||
| * | CI: use launch.py for dependencies too | Aarni Koskela | 2023-05-11 | 1 | -0/+1 |
| | | |||||
| * | CI: use CPU wheel repo for PyTorch | Aarni Koskela | 2023-05-11 | 1 | -0/+5 |
| | | |||||
| * | launch.py: make torch_index_url an envvar | Aarni Koskela | 2023-05-11 | 1 | -1/+2 |
| | | |||||
| * | launch.py: Use GitHub archive URLs for gfpgan, clip, openclip instead of git ↵ | Aarni Koskela | 2023-05-11 | 1 | -3/+3 |
| | | | | | | | | clones | ||||
| * | launch.py: Simplify run() | Aarni Koskela | 2023-05-11 | 1 | -19/+23 |
| | | |||||
| * | launch.py: Add debugging envvar to see install output | Aarni Koskela | 2023-05-11 | 1 | -2/+5 |
|/ | |||||
* | Merge pull request #10273 from AUTOMATIC1111/roboto-without-a-dep | AUTOMATIC1111 | 2023-05-11 | 6 | -20/+15 |
|\ | | | | | Vendor Roboto font | ||||
| * | Drop fonts + font-roboto deps since we only use the single regular cut of Roboto | Aarni Koskela | 2023-05-11 | 5 | -7/+5 |
| | | |||||
| * | Deduplicate get_font code | Aarni Koskela | 2023-05-11 | 2 | -13/+9 |
| | | |||||
| * | paths_internal: deduplicate modules_path | Aarni Koskela | 2023-05-11 | 1 | -2/+3 |
| | | |||||
* | | return wrap_gradio_gpu_call to webui.py for extensions | AUTOMATIC | 2023-05-11 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #10272 from AUTOMATIC1111/clean-fid | AUTOMATIC1111 | 2023-05-11 | 1 | -1/+1 |
|\ | | | | | Update clean-fid to loosen transitive dependency pins | ||||
| * | Update clean-fid to loosen transitive dependency pins | Aarni Koskela | 2023-05-11 | 1 | -1/+1 |
|/ | | | | Diff: https://github.com/GaParmar/clean-fid/compare/bd92e684ff06819058083c5a9fddc6f712045d46...c8ffa420a3923e8fd87c1e75170de2cf59d2644b | ||||
* | Merge pull request #10268 from Sakura-Luna/pbar | AUTOMATIC1111 | 2023-05-11 | 1 | -33/+37 |
|\ | | | | | UniPC progress bar adjustment | ||||
| * | UniPC progress bar adjustment | Sakura-Luna | 2023-05-11 | 1 | -33/+37 |
| | | |||||
* | | change live preview format to jpeg to prevent unreasonably slow previews for ↵ | AUTOMATIC | 2023-05-11 | 2 | -2/+3 |
| | | | | | | | | large images, and add an option to let user select the format | ||||
* | | repair #10266 | AUTOMATIC | 2023-05-11 | 1 | -13/+5 |
| | | |||||
* | | Merge pull request #10266 from nero-dv/dev | AUTOMATIC1111 | 2023-05-11 | 1 | -6/+15 |
|\ \ | | | | | | | Update sub_quadratic_attention.py | ||||
| * | | 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 |
|/ / / | |||||
* | | | 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 |
| | | | | |||||
| * | | | Merge pull request #10232 from akx/eff | AUTOMATIC1111 | 2023-05-09 | 34 | -101/+121 |
| |\ \ \ | | | | | | | | | | | Fix up string formatting/concatenation to f-strings where feasible | ||||
| | * | | | Fix up string formatting/concatenation to f-strings where feasible | Aarni Koskela | 2023-05-09 | 34 | -101/+121 |
| | |/ / | |||||
| * | | | Merge pull request #10209 from AUTOMATIC1111/quicksettings-migration | AUTOMATIC1111 | 2023-05-09 | 1 | -0/+4 |
| |\ \ \ | | |/ / | |/| | | 1.1.1 quicksettings list migration | ||||
| | * | | 1.1.1 quicksettings list migration | w-e-w | 2023-05-09 | 1 | -0/+4 |
| | | | | |||||
| * | | | Merge pull request #10214 from AUTOMATIC1111/refresh-fix | AUTOMATIC1111 | 2023-05-09 | 1 | -4/+1 |
| |\ \ \ | | |/ / | |/| | | Refresh fix | ||||
| | * | | refresh fix | Sakura-Luna | 2023-05-09 | 1 | -4/+1 |
| |/ / | |||||
| * | | prevent Reload UI button/link from reloading the page when it's not yet ready | AUTOMATIC | 2023-05-09 | 2 | -1/+12 |
| | | | |||||
| * | | rework loras api | AUTOMATIC | 2023-05-09 | 3 | -38/+20 |
| | | |