aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | Bump versions to avoid downgrading themAarni Koskela2023-05-111-2/+2
| | |_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'release_candidate' into devAUTOMATIC2023-05-134-1/+25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #10339 from catboxanon/bf16AUTOMATIC11112023-05-131-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow bf16 in safe unpickler
| * | | | | | | | | | | | | | | | | | | | | | Allow bf16 in safe unpicklercatboxanon2023-05-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #10335 from akx/l10n-dis-take-2AUTOMATIC11112023-05-133-35/+41
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Localization fixes
| * | | | | | | | | | | | | | | | | | | | | | | Make dump translations work againAarni Koskela2023-05-131-7/+12
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Move localization to its own script block and load it firstAarni Koskela2023-05-132-8/+8
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Wait for DOMContentLoaded until checking whether localization should be disabledAarni Koskela2023-05-131-20/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refs https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/9955#issuecomment-1546587143
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #10324 from catboxanon/offlineAUTOMATIC11112023-05-132-2/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Allow web UI to be ran fully offline
| * | | | | | | | | | | | | | | | | | | | | | | minor fixcatboxanon2023-05-131-2/+0
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Requested changescatboxanon2023-05-133-16/+11
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Define default fonts for Gradio themecatboxanon2023-05-121-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 requestcatboxanon2023-05-121-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This request is sent regardless of Gradio analytics being enabled or not via the env var. Idea from text-generation-webui.
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into devAUTOMATIC2023-05-130-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | | | | | | | | | | | | update changelog for releaseAUTOMATIC2023-05-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | fix broken prompts from fileAUTOMATIC2023-05-132-2/+1
| |_|/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #10321 from akx/fix-launch-git-getAUTOMATIC11112023-05-121-33/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | launch.py: fix git_tag() & fix commit_hash() & simplify
| * | | | | | | | | | | | | | | | | | | | | | | Get rid of check_run + run_pythonAarni Koskela2023-05-121-13/+8
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | launch.py: make git_tag() and commit_hash() work even when ↵Aarni Koskela2023-05-121-20/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WEBUI_LAUNCH_LIVE_OUTPUT
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #10318 from brkirch/set-pytorch-201-macAUTOMATIC11112023-05-121-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Set PyTorch version to 2.0.1 for macOS
| * | | | | | | | | | | | | | | | | | | | | | | Set PyTorch version to 2.0.1 for macOSbrkirch2023-05-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #10317 from AUTOMATIC1111/fix-COMMANDLINE_ARGS--data-dirAUTOMATIC11112023-05-122-4/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | fix --data-dir ignored when launching via webui-user.bat COMMANDLINE_ARGS
| * | | | | | | | | | | | | | | | | | | | | | | fix --data-dir for COMMANDLINE_ARGSw-e-w2023-05-122-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-spacingAUTOMATIC11112023-05-1141-308/+313
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Indentation + ruff whitespace fixes
| * | | | | | | | | | | | | | | | | | | | | | | Autofix Ruff W (not W605) (mostly whitespace)Aarni Koskela2023-05-1139-166/+167
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Reindent utils_test with 4 spacesAarni Koskela2023-05-111-42/+44
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Reindent autocrop with 4 spacesAarni Koskela2023-05-111-100/+102
| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #10290 from akx/smart-live-preview-formatAUTOMATIC11112023-05-112-3/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make live previews use JPEG only for large images
| * | | | | | | | | | | | | | | | | | | | | | | | Make live previews use JPEG only when the image is lorge enoughAarni Koskela2023-05-112-3/+11
| |/ / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #10286 from catboxanon/patch/extra-networks-symlinksAUTOMATIC11112023-05-112-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Fix symlink scanning for extra networks
| * | | | | | | | | | | | | | | | | | | | | | | Fix symlink scanningcatboxanon2023-05-112-2/+2
|/ / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | fix broken prompts from fileAUTOMATIC2023-05-111-4/+5
| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | put the star where it belongsAUTOMATIC2023-05-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #10274 from akx/torch-cpu-for-testsAUTOMATIC11112023-05-112-23/+37
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use CPU Torch in CI, etc.
| * | | | | | | | | | | | | | | | | | | | | | | CI: use launch.py for dependencies tooAarni Koskela2023-05-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | CI: use CPU wheel repo for PyTorchAarni Koskela2023-05-111-0/+5
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | launch.py: make torch_index_url an envvarAarni Koskela2023-05-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | launch.py: Use GitHub archive URLs for gfpgan, clip, openclip instead of git ↵Aarni Koskela2023-05-111-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clones
| * | | | | | | | | | | | | | | | | | | | | | | launch.py: Simplify run()Aarni Koskela2023-05-111-19/+23
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | launch.py: Add debugging envvar to see install outputAarni Koskela2023-05-111-2/+5
|/ / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #10273 from AUTOMATIC1111/roboto-without-a-depAUTOMATIC11112023-05-116-20/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Vendor Roboto font
| * | | | | | | | | | | | | | | | | | | | | | | Drop fonts + font-roboto deps since we only use the single regular cut of RobotoAarni Koskela2023-05-115-7/+5
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Deduplicate get_font codeAarni Koskela2023-05-112-13/+9
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | paths_internal: deduplicate modules_pathAarni Koskela2023-05-111-2/+3
| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | return wrap_gradio_gpu_call to webui.py for extensionsAUTOMATIC2023-05-111-1/+1
|/ / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #10272 from AUTOMATIC1111/clean-fidAUTOMATIC11112023-05-111-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update clean-fid to loosen transitive dependency pins
| * | | | | | | | | | | | | | | | | | | | | | | Update clean-fid to loosen transitive dependency pinsAarni Koskela2023-05-111-1/+1
|/ / / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Diff: https://github.com/GaParmar/clean-fid/compare/bd92e684ff06819058083c5a9fddc6f712045d46...c8ffa420a3923e8fd87c1e75170de2cf59d2644b
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #10268 from Sakura-Luna/pbarAUTOMATIC11112023-05-111-33/+37
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | UniPC progress bar adjustment
| * | | | | | | | | | | | | | | | | | | | | | | UniPC progress bar adjustmentSakura-Luna2023-05-111-33/+37
| | |_|_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | change live preview format to jpeg to prevent unreasonably slow previews for ↵AUTOMATIC2023-05-112-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | large images, and add an option to let user select the format