aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-09-03Revert "Offloading custom work"JaredTherriault
This reverts commit f3d1631aab82d559294126a9230c979ef4c4e1d6. This work has been offloaded now into an extension called Prompt Control.
2023-08-27Offloading custom workJaredTherriault
-custom_statics works to do mass replace strings, intended for copy-pasting gen info from internet generations and replacing unsavory prompts with safer prompts for my own sanity -tried to implement this into generation_parameters_copypaste but it didn't work out this iteration, presumably because we return a string and the calling method is looking for an object type -updated webui-user.bat to set a custom temp directory (for disk space concerns) and to apply xformers (for generation speed) I probably won't be merging any of this work into the main repo since I don't want to mess with anyone else's prompts, this is just intended to keep my workspace safe from anything I don't want to see. Eventually this should be done in an extension which I could then publish, but I need to learn a lot more about the extension and callback systems in the main repo first. just uploading this to my fork for now so i don't lose the current progress.
2023-08-23Merge branch 'release_candidate'AUTOMATIC1111
2023-08-23update changelogAUTOMATIC1111
2023-08-23update doggettx cross attention optimization to not use an unreasonable ↵AUTOMATIC1111
amount of memory in some edge cases -- suggestion by MorkTheOrk
2023-08-23fix memory leak when generation failsAUTOMATIC1111
2023-07-27Merge branch 'master' into release_candidateAUTOMATIC1111
2023-07-27Merge branch 'release_candidate'AUTOMATIC1111
2023-07-27update the changelogAUTOMATIC1111
2023-07-27update lora extension to work with python 3.8AUTOMATIC1111
2023-07-26update readmeAUTOMATIC1111
2023-07-26Merge pull request #12020 from Littleor/devAUTOMATIC1111
Fix the error in rendering the name and description in the extra network UI.
2023-07-26repair SDXLAUTOMATIC1111
2023-07-26fix autograd which i broke for no good reason when implementing SDXLAUTOMATIC1111
2023-07-26Merge pull request #12032 from ↵AUTOMATIC1111
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
2023-07-26Merge pull request #12023 from AUTOMATIC1111/create_infotext_fixAUTOMATIC1111
Create infotext fix
2023-07-26Merge pull request #12024 from ↵AUTOMATIC1111
AUTOMATIC1111/fix-check-for-updates-status-always-unknown- fix check for updates status always "unknown"
2023-07-25update readmeAUTOMATIC1111
2023-07-25fix for #11963AUTOMATIC1111
2023-07-25Merge pull request #11963 from catboxanon/fix/lora-teAUTOMATIC1111
Fix parsing text encoder blocks in some LoRAs
2023-07-25Merge pull request #11979 from ↵AUTOMATIC1111
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
api only subpath (rootpath)
2023-07-25Merge pull request #11957 from ljleb/pp-batch-listAUTOMATIC1111
Add postprocess_batch_list script callback
2023-07-25restyle Startup profile for black usersAUTOMATIC1111
2023-07-25Merge pull request #11926 from wfjsw/fix-env-get-1AUTOMATIC1111
fix 11291#issuecomment-1646547908
2023-07-25Merge pull request #11927 from ljleb/fix-ANDAUTOMATIC1111
Fix composable diffusion weight parsing
2023-07-25Merge pull request #11923 from AnyISalIn/devAUTOMATIC1111
[bug] If txt2img/img2img raises an exception, finally call state.end()
2023-07-25Merge pull request #11920 from wfjsw/typo-fix-1AUTOMATIC1111
typo fix
2023-07-25Merge pull request #11921 from wfjsw/prepend-pythonpathAUTOMATIC1111
prepend the pythonpath instead of overriding it
2023-07-25Merge pull request #11878 from Bourne-M/patch-1AUTOMATIC1111
【bug】reload altclip model error
2023-07-25Merge branch 'release_candidate'AUTOMATIC1111
2023-07-24repair --medvram for SD2.x too after SDXL updateAUTOMATIC1111
2023-07-20Merge pull request #11898 from janekm/janekm-patch-1AUTOMATIC1111
Update sd_models_xl.py
2023-07-20Update sd_models_xl.pyJanek Mann
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
2023-07-19Merge branch 'dev' into release_candidateAUTOMATIC1111
2023-07-19bugfix: model name was added together with directory name to infotext and to ↵AUTOMATIC1111
[model_name] filename pattern
2023-07-19bugfix: model name was added together with directory name to infotext and to ↵AUTOMATIC1111
[model_name] filename pattern
2023-07-19Merge pull request #11866 from kopyl/allow-no-venv-installAUTOMATIC1111
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
2023-07-19Merge pull request #11869 from ↵AUTOMATIC1111
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
2023-07-19improve var namingkopyl
2023-07-19Replace argument with env variablekopyl
2023-07-19fix incorrect multiplier for LorasAUTOMATIC1111
2023-07-18Make possible to install web ui without venv with --novenv flagkopyl
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
LyCORIS directory instead of hardcoded value prevent running preload.py for disabled extensions
2023-07-18Merge branch 'dev' into release_candidateAUTOMATIC1111
2023-07-18linter fixAUTOMATIC1111