- 04 Sep, 2023 1 commit
-
-
JaredTherriault authored
This reverts commit f3d1631a. This work has been offloaded now into an extension called Prompt Control.
-
- 28 Aug, 2023 1 commit
-
-
JaredTherriault authored
-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.
-
- 23 Aug, 2023 4 commits
-
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
update doggettx cross attention optimization to not use an unreasonable amount of memory in some edge cases -- suggestion by MorkTheOrk
-
AUTOMATIC1111 authored
-
- 27 Jul, 2023 4 commits
-
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
-
- 26 Jul, 2023 8 commits
-
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
Fix the error in rendering the name and description in the extra network UI.
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
api /sdapi/v1/options use "Any" type when default type is None
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
Create infotext fix
-
AUTOMATIC1111 authored
fix check for updates status always "unknown"
-
- 25 Jul, 2023 14 commits
-
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
Fix parsing text encoder blocks in some LoRAs
-
AUTOMATIC1111 authored
catch exception for non git extensions
-
AUTOMATIC1111 authored
api only subpath (rootpath)
-
AUTOMATIC1111 authored
Add postprocess_batch_list script callback
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
fix 11291#issuecomment-1646547908
-
AUTOMATIC1111 authored
Fix composable diffusion weight parsing
-
AUTOMATIC1111 authored
[bug] If txt2img/img2img raises an exception, finally call state.end()
-
AUTOMATIC1111 authored
typo fix
-
AUTOMATIC1111 authored
prepend the pythonpath instead of overriding it
-
AUTOMATIC1111 authored
【bug】reload altclip model error
-
AUTOMATIC1111 authored
-
- 24 Jul, 2023 1 commit
-
-
AUTOMATIC1111 authored
-
- 21 Jul, 2023 1 commit
-
-
AUTOMATIC1111 authored
Update sd_models_xl.py
-
- 20 Jul, 2023 2 commits
-
-
Janek Mann authored
Fix width/height not getting fed into the conditioning
-
AUTOMATIC1111 authored
-
- 19 Jul, 2023 4 commits
-
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
bugfix: model name was added together with directory name to infotext and to [model_name] filename pattern
-
AUTOMATIC1111 authored
bugfix: model name was added together with directory name to infotext and to [model_name] filename pattern
-
AUTOMATIC1111 authored
Make possible to install web ui without venv with venv_dir=- env variable for Linux
-