aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorLines
2023-08-20Update torch for Navi 31 (7900 XT/XTX) fraz0815-2/+3
Navi 3 needs at least 5.5 which is only on the nightly chain, previous versions are no longer online (torch==2.1.0.dev-20230614+rocm5.5 torchvision==0.16.0.dev-20230614+rocm5.5 torchaudio==2.1.0.dev-20230614+rocm5.5). so switch to nightly rocm5.6 without explicit versions this time
2023-07-27Merge branch 'release_candidate'AUTOMATIC1111-164/+140
2023-07-27update the changelogAUTOMATIC1111-0/+1
2023-07-27update lora extension to work with python 3.8AUTOMATIC1111-0/+1
2023-07-26update readmeAUTOMATIC1111-0/+5
2023-07-26Merge pull request #12020 from Littleor/devAUTOMATIC1111-1/+1
Fix the error in rendering the name and description in the extra network UI.
2023-07-26repair SDXLAUTOMATIC1111-0/+5
2023-07-26fix autograd which i broke for no good reason when implementing SDXLAUTOMATIC1111-2/+2
2023-07-26Merge pull request #12032 from ↵AUTOMATIC1111-4/+2
AUTOMATIC1111/fix-api-get-options-sd_model_checkpoint api /sdapi/v1/options use "Any" type when default type is None
2023-07-26delete scale checker script due to user demandAUTOMATIC1111-108/+0
2023-07-26Merge pull request #12023 from AUTOMATIC1111/create_infotext_fixAUTOMATIC1111-38/+25
Create infotext fix
2023-07-26Merge pull request #12024 from ↵AUTOMATIC1111-1/+1
AUTOMATIC1111/fix-check-for-updates-status-always-unknown- fix check for updates status always "unknown"
2023-07-25update readmeAUTOMATIC1111-0/+19
2023-07-25fix for #11963AUTOMATIC1111-1/+6
2023-07-25Merge pull request #11963 from catboxanon/fix/lora-teAUTOMATIC1111-1/+1
Fix parsing text encoder blocks in some LoRAs
2023-07-25Merge pull request #11979 from ↵AUTOMATIC1111-3/+5
AUTOMATIC1111/catch-exception-for-non-git-extensions catch exception for non git extensions
2023-07-25Merge pull request #11984 from AUTOMATIC1111/api-only-subpath-(root_path)AUTOMATIC1111-3/+3
api only subpath (rootpath)
2023-07-25Merge pull request #11957 from ljleb/pp-batch-listAUTOMATIC1111-1/+57
Add postprocess_batch_list script callback
2023-07-25restyle Startup profile for black usersAUTOMATIC1111-3/+4
2023-07-25Merge pull request #11926 from wfjsw/fix-env-get-1AUTOMATIC1111-1/+1
fix 11291#issuecomment-1646547908
2023-07-25Merge pull request #11927 from ljleb/fix-ANDAUTOMATIC1111-1/+1
Fix composable diffusion weight parsing
2023-07-25Merge pull request #11923 from AnyISalIn/devAUTOMATIC1111-16/+20
[bug] If txt2img/img2img raises an exception, finally call state.end()
2023-07-25Merge pull request #11920 from wfjsw/typo-fix-1AUTOMATIC1111-5/+5
typo fix
2023-07-25Merge pull request #11921 from wfjsw/prepend-pythonpathAUTOMATIC1111-1/+1
prepend the pythonpath instead of overriding it
2023-07-25Merge pull request #11878 from Bourne-M/patch-1AUTOMATIC1111-1/+1
【bug】reload altclip model error
2023-07-25Merge branch 'release_candidate'AUTOMATIC1111-1368/+3611
2023-07-24repair --medvram for SD2.x too after SDXL updateAUTOMATIC1111-4/+5
2023-07-20Merge pull request #11898 from janekm/janekm-patch-1AUTOMATIC1111-2/+2
Update sd_models_xl.py
2023-07-20Update sd_models_xl.pyJanek Mann-2/+2
Fix width/height not getting fed into the conditioning
2023-07-19automatically switch to 32-bit float VAE if the generated picture has NaNs.AUTOMATIC1111-6/+39
2023-07-19Merge branch 'dev' into release_candidateAUTOMATIC1111-5/+12
2023-07-19bugfix: model name was added together with directory name to infotext and to ↵AUTOMATIC1111-2/+3
[model_name] filename pattern
2023-07-19bugfix: model name was added together with directory name to infotext and to ↵AUTOMATIC1111-2/+3
[model_name] filename pattern
2023-07-19Merge pull request #11866 from kopyl/allow-no-venv-installAUTOMATIC1111-4/+11
Make possible to install web ui without venv with venv_dir=- env variable for Linux
2023-07-19Merge branch 'dev' into allow-no-venv-installAUTOMATIC1111-1357/+3560
2023-07-19Merge pull request #11869 from ↵AUTOMATIC1111-1/+1
AUTOMATIC1111/missing-p-save_image-before-highres-fix Fix missing p save_image before-highres-fix
2023-07-19missing p save_image before-highres-fixw-e-w-1/+1
2023-07-19improve var namingkopyl-5/+5
2023-07-19Replace argument with env variablekopyl-1/+1
2023-07-19fix incorrect multiplier for LorasAUTOMATIC1111-1/+1
2023-07-18Make possible to install web ui without venv with --novenv flagkopyl-4/+9
When passing `--novenv` flag to webui.sh it can skip venv. Might be useful for installing in Docker since messing with venv in Docker might be a bit complicated. Example usage: `webui.sh --novenv` Hope this gets approved and pushed into future versions of Web UI
2023-07-18add backwards compatibility --lyco-dir-backcompat option, use that for ↵AUTOMATIC1111-10/+12
LyCORIS directory instead of hardcoded value prevent running preload.py for disabled extensions
2023-07-18Merge branch 'dev' into release_candidateAUTOMATIC1111-1354/+3553
2023-07-18linter fixAUTOMATIC1111-1/+0
2023-07-18fix the issue with /sdapi/v1/options failing (this time for sure!)AUTOMATIC1111-5/+5
fix automated tests downloading CLIP model
2023-07-18changelog for 1.5.0AUTOMATIC1111-0/+5
2023-07-18return sd_model_checkpoint to NoneAUTOMATIC1111-1/+1
2023-07-18add a bit more metadata info for the lora user metadata pageAUTOMATIC1111-0/+6
2023-07-18lintAUTOMATIC1111-1/+1
2023-07-18also make None a valid option for options API for #11854AUTOMATIC1111-3/+8