Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Requested changes | catboxanon | 2023-05-13 | 3 | -16/+11 |
| | |||||
* | Define default fonts for Gradio theme | catboxanon | 2023-05-12 | 1 | -2/+8 |
| | | | | | | | Allows web UI to (almost) be ran fully offline. The web UI will hang on load if offline when these fonts are not manually defined, as it will attempt (and fail) to pull from Google Fonts. | ||||
* | Redirect Gradio phone home request | catboxanon | 2023-05-12 | 1 | -0/+9 |
| | | | | | | This request is sent regardless of Gradio analytics being enabled or not via the env var. Idea from text-generation-webui. | ||||
* | Merge pull request #10318 from brkirch/set-pytorch-201-mac | AUTOMATIC1111 | 2023-05-12 | 1 | -1/+1 |
|\ | | | | | Set PyTorch version to 2.0.1 for macOS | ||||
| * | Set PyTorch version to 2.0.1 for macOS | brkirch | 2023-05-12 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #10317 from AUTOMATIC1111/fix-COMMANDLINE_ARGS--data-dir | AUTOMATIC1111 | 2023-05-12 | 2 | -4/+5 |
|\ \ | | | | | | | fix --data-dir ignored when launching via webui-user.bat COMMANDLINE_ARGS | ||||
| * | | fix --data-dir for COMMANDLINE_ARGS | w-e-w | 2023-05-12 | 2 | -4/+5 |
|/ / | | | | | | | move reading of COMMANDLINE_ARGS into paths_internal.py so --data-dir can be properly read | ||||
* | | Merge pull request #10285 from akx/ruff-spacing | AUTOMATIC1111 | 2023-05-11 | 41 | -308/+313 |
|\ \ | | | | | | | Indentation + ruff whitespace fixes | ||||
| * | | Autofix Ruff W (not W605) (mostly whitespace) | Aarni Koskela | 2023-05-11 | 39 | -166/+167 |
| | | | |||||
| * | | Reindent utils_test with 4 spaces | Aarni Koskela | 2023-05-11 | 1 | -42/+44 |
| | | | |||||
| * | | Reindent autocrop with 4 spaces | Aarni Koskela | 2023-05-11 | 1 | -100/+102 |
| | | | |||||
* | | | Merge pull request #10290 from akx/smart-live-preview-format | AUTOMATIC1111 | 2023-05-11 | 2 | -3/+11 |
|\ \ \ | | | | | | | | | Make live previews use JPEG only for large images | ||||
| * | | | Make live previews use JPEG only when the image is lorge enough | Aarni Koskela | 2023-05-11 | 2 | -3/+11 |
| |/ / | |||||
* | | | Merge pull request #10286 from catboxanon/patch/extra-networks-symlinks | AUTOMATIC1111 | 2023-05-11 | 2 | -2/+2 |
|\ \ \ | |/ / |/| | | Fix symlink scanning for extra networks | ||||
| * | | Fix symlink scanning | catboxanon | 2023-05-11 | 2 | -2/+2 |
|/ / | |||||
* | | fix broken prompts from file | AUTOMATIC | 2023-05-11 | 1 | -4/+5 |
| | | |||||
* | | put the star where it belongs | AUTOMATIC | 2023-05-11 | 1 | -1/+1 |
| | | |||||
* | | 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 |
| | | | | |