aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | | | | | | | manual fixes for some C408AUTOMATIC2023-05-107-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | fixes for B007AUTOMATIC2023-05-1028-62/+57
| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | ruff manual fixesAUTOMATIC2023-05-1015-41/+69
| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | ruff auto fixesAUTOMATIC2023-05-1022-47/+47
| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | update ruff config with more stuffAUTOMATIC2023-05-101-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | integrate the PR's configAUTOMATIC2023-05-102-11/+4
| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | Merge pull request #10233 from akx/fix-lint-ciAUTOMATIC11112023-05-102-18/+35
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace pylint CI with ruff
| | | * | | | | | | | | | | | | | | | | | | | | | | Replace pylint CI with ruffAarni Koskela2023-05-092-18/+35
| | | | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | F401 fixes for ruffAUTOMATIC2023-05-1017-30/+27
| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | imports cleanup for ruffAUTOMATIC2023-05-1048-114/+42
| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | manual fixes for ruffAUTOMATIC2023-05-1022-129/+129
| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | autofixes from ruffAUTOMATIC2023-05-1022-41/+40
| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | add ruff configAUTOMATIC2023-05-101-0/+8
| |/ / / / / / / / / / / / / / / / / / / / / / /
| | | | | | | | * | | | | | | | | | | | | | | | Update sd_vae.pySakura-Luna2023-05-111-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is no need to use split.
| | | | | | | | * | | | | | | | | | | | | | | | remove logsMicky Brunetti2023-05-091-2/+0
| | | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | | | | | | | | | files in vae folder with same name as a checkpoint can be found tooMicky Brunetti2023-05-091-4/+7
| | | | | |_|_|/ / / / / / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | | | | | | | | return live preview defaults to how they wereAUTOMATIC2023-05-174-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 creditsAUTOMATIC2023-05-172-0/+27
| | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | | | | | | | | Minor changeSakura-Luna2023-05-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | | | | | | | | Minor changesSakura-Luna2023-05-142-2/+2
| | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | | | | | | | | Add live preview mode checkSakura-Luna2023-05-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | | | | | | | | Add Tiny AE live previewSakura-Luna2023-05-144-9/+101
| | | | | | |_|/ / / / / / / / / / / / / / / | | | | | |/| | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | | | | | | | Improve frontend responsiveness for some buttonsspace-nuko2023-04-042-4/+54
| | | | |_|_|_|/ / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | |
| | | | | | | | | | * | | | | | | | | | | Use ngrok-py librarybobzilladev2023-05-164-27/+19
| |_|_|_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | * | | | | | | | | | Fixing webui.shBaptiste Rajaut2023-05-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If only i proofread what i wrote
| | | | | | | | | | * | | | | | | | | | Bump pytorch for AMD UsersBaptiste Rajaut2023-05-171-2/+2
| |_|_|_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | So apparently it works now? Before you would get "Pytorch cant use the GPU" but not anymore.
| | | | | | | | | | | | | | | | | | * Fix dragging text to promptmissionfloyd2023-05-222-3/+3
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'release_candidate'AUTOMATIC2023-05-1412-61/+94
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | update readme for releaseAUTOMATIC2023-05-141-1/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | add a possible fix for 'LatentDiffusion' object has no attribute ↵AUTOMATIC2023-05-142-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'lora_layer_mapping'
| * | | | | | | | | | | | | | | | | update readmeAUTOMATIC2023-05-131-0/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge pull request #10335 from akx/l10n-dis-take-2AUTOMATIC11112023-05-133-35/+41
| | |_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Localization fixes
| * | | | | | | | | | | | | | | | Merge branch 'v1.2.0-hotfix' into release_candidateAUTOMATIC2023-05-139-26/+47
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | update readmeAUTOMATIC2023-05-131-0/+11
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Merge pull request #10324 from catboxanon/offlineAUTOMATIC11112023-05-132-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow web UI to be ran fully offline
| | * | | | | | | | | | | | | | | | Merge pull request #10339 from catboxanon/bf16AUTOMATIC11112023-05-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow bf16 in safe unpickler
| | * | | | | | | | | | | | | | | | fix upscalers disappearing after the user reloads UIAUTOMATIC2023-05-132-22/+11
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | add an option to always refer to lora by filenamesAUTOMATIC2023-05-133-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'AUTOMATIC2023-05-1371-421/+864
|\| | | | | | | | | | | | | | | | | |_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | update changelog for releaseAUTOMATIC2023-05-131-2/+2
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | fix broken prompts from fileAUTOMATIC2023-05-112-6/+6
| |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | bump torch versionAUTOMATIC2023-05-102-2/+2
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | fix an issue preventing the program from starting if the user specifies a ↵AUTOMATIC2023-05-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bad gradio theme
| * | | | | | | | | | | | | | Merge branch 'dev' into release_candidateAUTOMATIC2023-05-103-2/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | bump gradio version for all suffering musiciansAUTOMATIC2023-05-103-2/+3
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge branch 'dev' into release_candidateAUTOMATIC2023-05-0969-413/+863
| |\| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | changelogAUTOMATIC2023-05-091-0/+11
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Merge pull request #10232 from akx/effAUTOMATIC11112023-05-0934-101/+121
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix up string formatting/concatenation to f-strings where feasible
| | | * | | | | | | | | | | | | | Fix up string formatting/concatenation to f-strings where feasibleAarni Koskela2023-05-0934-101/+121
| | | |/ / / / / / / / / / / / /
| | * | | | | | | | | | | | | | Merge pull request #10209 from AUTOMATIC1111/quicksettings-migrationAUTOMATIC11112023-05-091-0/+4
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | 1.1.1 quicksettings list migration