Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | * | | | | | | | | | | | | | | use pypi package for tomesd intead of manually cloning repo | papuSpartan | 2023-04-01 | 1 | -1/+0 | |
| | | | | * | | | | | | | | | | | | | | delay import | papuSpartan | 2023-04-01 | 1 | -1/+1 | |
| | | | | * | | | | | | | | | | | | | | forgot to add reinstall arg back earlier since args moved out of shared | papuSpartan | 2023-04-01 | 1 | -0/+1 | |
| | | | | * | | | | | | | | | | | | | | first | papuSpartan | 2023-04-01 | 2 | -0/+12 | |
| | | | * | | | | | | | | | | | | | | | remove output_altered flag from AfterCFGCallbackParams | AUTOMATIC | 2023-05-14 | 2 | -5/+1 | |
| | | | * | | | | | | | | | | | | | | | Update script_callbacks.py | Sakura-Luna | 2023-05-14 | 1 | -4/+4 | |
| | | | * | | | | | | | | | | | | | | | Add/modify CFG callbacks | catboxanon | 2023-05-14 | 2 | -1/+42 | |
| | | | * | | | | | | | | | | | | | | | Merge pull request #10339 from catboxanon/bf16 | AUTOMATIC1111 | 2023-05-13 | 1 | -1/+1 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | | | | | | | | | Allow bf16 in safe unpickler | catboxanon | 2023-05-13 | 1 | -1/+1 | |
| | | | * | | | | | | | | | | | | | | | | Merge pull request #10335 from akx/l10n-dis-take-2 | AUTOMATIC1111 | 2023-05-13 | 2 | -8/+8 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | | | | | | | | | | Move localization to its own script block and load it first | Aarni Koskela | 2023-05-13 | 2 | -8/+8 | |
| | | | | |/ / / / / / / / / / / / / / / | ||||||
| | | | * | | | | | | | | | | | | | | | | Requested changes | catboxanon | 2023-05-13 | 1 | -8/+7 | |
| | | | * | | | | | | | | | | | | | | | | Define default fonts for Gradio theme | catboxanon | 2023-05-12 | 1 | -2/+8 | |
| | | | |/ / / / / / / / / / / / / / / | ||||||
| | | | * | | / / / / / / / / / / / / | fix --data-dir for COMMANDLINE_ARGS | w-e-w | 2023-05-12 | 1 | -0/+5 | |
| | | | | |_|/ / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | | | Merge pull request #10285 from akx/ruff-spacing | AUTOMATIC1111 | 2023-05-11 | 26 | -213/+215 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | | | | | | | | Autofix Ruff W (not W605) (mostly whitespace) | Aarni Koskela | 2023-05-11 | 25 | -113/+113 | |
| | | | | * | | | | | | | | | | | | | | 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 when the image is lorge enough | Aarni Koskela | 2023-05-11 | 2 | -3/+11 | |
| | | | | |/ / / / / / / / / / / / / / | ||||||
| | | | * / / / / / / / / / / / / / / | Fix symlink scanning | catboxanon | 2023-05-11 | 2 | -2/+2 | |
| | | | |/ / / / / / / / / / / / / / | ||||||
| | | | * | | | | | | | | | | | | | | put the star where it belongs | AUTOMATIC | 2023-05-11 | 1 | -1/+1 | |
| | | | * | | | | | | | | | | | | | | Drop fonts + font-roboto deps since we only use the single regular cut of Roboto | Aarni Koskela | 2023-05-11 | 3 | -3/+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 | |
| | | | * | | | | | | | | | | | | | | Merge pull request #10268 from Sakura-Luna/pbar | AUTOMATIC1111 | 2023-05-11 | 1 | -33/+37 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | | | | | | | | 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 | |
| | | | * | | | | | | | | | | | | | | repair #10266 | AUTOMATIC | 2023-05-11 | 1 | -13/+5 | |
| | | | * | | | | | | | | | | | | | | Update sub_quadratic_attention.py | Louis Del Valle | 2023-05-11 | 1 | -6/+15 | |
| | | | * | | | | | | | | | | | | | | add UI to edit defaults | AUTOMATIC | 2023-05-10 | 3 | -120/+237 | |
| | | | * | | | | | | | | | | | | | | suggestions and fixes from the PR | AUTOMATIC | 2023-05-10 | 8 | -16/+12 | |
| | | | * | | | | | | | | | | | | | | manual fixes for some C408 | AUTOMATIC | 2023-05-10 | 4 | -8/+8 | |
| | | | * | | | | | | | | | | | | | | fixes for B007 | AUTOMATIC | 2023-05-10 | 19 | -52/+48 | |
| | | | * | | | | | | | | | | | | | | ruff manual fixes | AUTOMATIC | 2023-05-10 | 10 | -25/+39 | |
| | | | * | | | | | | | | | | | | | | ruff auto fixes | AUTOMATIC | 2023-05-10 | 18 | -32/+32 | |
| | | | * | | | | | | | | | | | | | | F401 fixes for ruff | AUTOMATIC | 2023-05-10 | 14 | -20/+16 | |
| | | | * | | | | | | | | | | | | | | imports cleanup for ruff | AUTOMATIC | 2023-05-10 | 36 | -85/+21 | |
| | | | * | | | | | | | | | | | | | | manual fixes for ruff | AUTOMATIC | 2023-05-10 | 16 | -105/+101 | |
| | | | * | | | | | | | | | | | | | | autofixes from ruff | AUTOMATIC | 2023-05-10 | 15 | -32/+30 | |
| | | * | | | | | | | | | | | | | | | Update sd_vae.py | Sakura-Luna | 2023-05-11 | 1 | -3/+2 | |
| | | * | | | | | | | | | | | | | | | 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 | 3 | -18/+31 | |
| | * | | | | | | | | | | | | | | | | Minor changes | Sakura-Luna | 2023-05-14 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | Add live preview mode check | Sakura-Luna | 2023-05-14 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | Add Tiny AE live preview | Sakura-Luna | 2023-05-14 | 3 | -9/+90 | |
| | | |/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Improve frontend responsiveness for some buttons | space-nuko | 2023-04-04 | 1 | -4/+6 | |
| | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Use ngrok-py library | bobzilladev | 2023-05-16 | 3 | -25/+17 | |
| |_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge pull request #10335 from akx/l10n-dis-take-2 | AUTOMATIC1111 | 2023-05-13 | 2 | -8/+8 | |
* | | | | | | | | | | | | | | | Merge pull request #10324 from catboxanon/offline | AUTOMATIC1111 | 2023-05-13 | 1 | -2/+7 |