aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* allow jpeg for extra network previeww-e-w2023-05-141-2/+2
|
* set up a system to provide extra info for settings elements in python rather ↵AUTOMATIC2023-05-143-42/+103
| | | | | | | than js add a bit of spacing/styling to settings elements add link info for token merging
* updates for #9256AUTOMATIC2023-05-144-4/+5
|
* Merge pull request #9256 from papuSpartan/tomesdAUTOMATIC11112023-05-145-1/+63
|\ | | | | Integrate optional speed and memory improvements by token merging (via dbolya/tomesd)
| * fix for img2imgpapuSpartan2023-05-131-2/+3
| |
| * move to stable-diffusion tabpapuSpartan2023-05-131-10/+2
| |
| * heavily simplifypapuSpartan2023-05-134-101/+23
| |
| * remove command line optionpapuSpartan2023-05-132-6/+5
| |
| * Merge branch 'dev' of ↵papuSpartan2023-05-12119-1243/+1753
| |\ | | | | | | | | | https://github.com/AUTOMATIC1111/stable-diffusion-webui into tomesd
| * | not being cast properly every time, swap to intspapuSpartan2023-05-041-1/+1
| | |
| * | fix maximum downsampling optionpapuSpartan2023-05-033-5/+5
| | |
| * | resolve merge conflicts and swap to dev branch for nowpapuSpartan2023-05-0373-491/+1756
| |\ \
| * | | Update sd_models.pypapuSpartan2023-04-101-1/+0
| | | |
| * | | Update generation_parameters_copypaste.pypapuSpartan2023-04-101-1/+0
| | | |
| * | | Update shared.pypapuSpartan2023-04-101-1/+1
| | | | | | | | | | | | fix typo
| * | | add token merging options to infotext when necessary. Bump tomesdpapuSpartan2023-04-104-6/+57
| | | | | | | | | | | | | | | | version
| * | | :ppapuSpartan2023-04-041-1/+1
| | | |
| * | | bump tomesd package versionpapuSpartan2023-04-041-1/+1
| | | |
| * | | Allow different merge ratios to be used for each pass. Make toggle cmd flag ↵papuSpartan2023-04-044-33/+49
| | | | | | | | | | | | | | | | work again. Remove ratio flag. Remove warning about controlnet being incompatible
| * | | remove excess conditionpapuSpartan2023-04-021-14/+15
| | | |
| * | | Transition to using settings through UI instead of cmd line args. Added ↵papuSpartan2023-04-025-10/+80
| | | | | | | | | | | | | | | | feature to only apply to hr-fix. Install package using requirements_versions.txt
| * | | use pypi package for tomesd intead of manually cloning repopapuSpartan2023-04-012-6/+2
| | | |
| * | | delay importpapuSpartan2023-04-011-1/+1
| | | |
| * | | forgot to add reinstall arg back earlier since args moved out of sharedpapuSpartan2023-04-011-0/+1
| | | |
| * | | firstpapuSpartan2023-04-013-0/+18
| | | |
* | | | remove output_altered flag from AfterCFGCallbackParamsAUTOMATIC2023-05-142-5/+1
| | | |
* | | | Merge pull request #10357 from catboxanon/sagAUTOMATIC11112023-05-142-1/+42
|\ \ \ \ | | | | | | | | | | Add/modify CFG callbacks for Self-Attention Guidance extension
| * | | | Update script_callbacks.pySakura-Luna2023-05-141-4/+4
| | | | |
| * | | | Add/modify CFG callbackscatboxanon2023-05-142-1/+42
| | | | | | | | | | | | | | | | | | | | | | | | | Required by self-attn guidance extension https://github.com/ashen-sensored/sd_webui_SAG
* | | | | Merge pull request #10292 from akx/smol-bumpAUTOMATIC11112023-05-141-2/+2
|\ \ \ \ \ | |/ / / / |/| | | | Bump some versions to avoid downgrading them
| * | | | Bump versions to avoid downgrading themAarni Koskela2023-05-111-2/+2
| | |_|/ | |/| |
* | | | Merge branch 'release_candidate' into devAUTOMATIC2023-05-134-1/+25
|\ \ \ \
| * \ \ \ 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 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
|\ \ \ \ \ \ \