aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorLines
2022-09-11Merge branch 'master' into masterEyeDeck-35/+62
2022-09-12save sd upscales as samples not gridsAUTOMATIC-1/+1
2022-09-11Merge remote-tracking branch 'origin/master'AUTOMATIC-54/+94
2022-09-11Add a samples filename format optionMichoko-4/+21
Adds a "samples filename format" option in the settings. This format can be defined by tags for maximum flexibility and scalability.
2022-09-11add half() supporrt for CLIP interrogationAUTOMATIC-30/+40
2022-09-11Add --hide-ui-dir-config command line flagEyeDeck-14/+21
Adds `--hide-ui-dir-config` flag to disable editing directory configs from the web UI. This can be set to prevent users from setting the directory to somewhere they shouldn't, for public (or semi-public) interfaces. Directories are still read from config.json, so the server admin can still set them in the web UI and then relaunch with the hide flag, or edit the config manually. Also: - fix OptionInfo `component_args` keyword argument not being read if `component` isn't also set - ensure that hidden settings aren't still read from the web UI (otherwise they could still be changed by tampering with the interface)
2022-09-11Implemented workaround to allow the use of seeds with the mps/metal backend. ↵Elias Oenal-7/+31
Fixed img2img's use of unsupported precision float64 with mps backend.
2022-09-11CodeFormer does not support mps/metal backend, implemented fallback to cpu ↵Elias Oenal-4/+15
backend.
2022-09-11Only create backup if path existscryzed-1/+2
2022-09-11Add support for saving styles with negative promptscryzed-50/+72
2022-09-11added instructions for manual installationAUTOMATIC-0/+1
2022-09-11CLIP interrogatorAUTOMATIC-13/+204
2022-09-11Fixed prompt_style type hints: int -> strJohannesGaessler-4/+4
2022-09-11i will fix the typoAUTOMATIC-1/+1
2022-09-11let me tell you about realesrganAUTOMATIC-0/+3
2022-09-11 [Feature Request] Save defaults for extras & keep image parameters after ↵AUTOMATIC-83/+94
using extras #251
2022-09-11Merge remote-tracking branch 'origin/master'AUTOMATIC-13/+19
2022-09-11Add another instruction for workaround for #259AUTOMATIC-1/+1
2022-09-11Modular device managementAbdullah Barhoum-13/+19
2022-09-11Change "send to "Seki-4/+4
2022-09-11Change "send to "Seki-0/+10
2022-09-11added --opt-split-attention-v1AUTOMATIC-0/+34
2022-09-11fix a bug with error messageAUTOMATIC-1/+1
2022-09-10Attempt to fix negative prompt UI for #238AUTOMATIC-0/+1
2022-09-10extra info for de-noising strength tooltipAUTOMATIC-1/+1
2022-09-10fixed broken empty directory when prompt does not start with letter, this ↵AUTOMATIC-1/+1
time for real
2022-09-10fix repeating subseeds for every batch #221AUTOMATIC-1/+2
2022-09-10fix settings styling for #227AUTOMATIC-0/+4
2022-09-10enabled negative prompt by defaultAUTOMATIC-4/+8
fixed broken empty directory when prompt does not start withl etter
2022-09-10changed <p> to <br> in info field to prevent double line breaks when copyingAUTOMATIC-1/+4
added new features to the list.
2022-09-10undo CodeFormer's upscaling of images with dimensions less than 512.AUTOMATIC-0/+8
2022-09-10separated options for sample and grid dir saving for #222AUTOMATIC-2/+8
2022-09-10Update to cross attention from https://github.com/Doggettx/stable-diffusion #219AUTOMATIC-11/+39
2022-09-10add batch count to sd upscale #169AUTOMATIC-27/+32
fix writing empty prompt pictures to rroot directory instead of 'empty' suppress 'Denoising strength change factor' text inimage info unless using loopback mode
2022-09-10split settings into three columnsAUTOMATIC-100/+101
added a different workaround for gradio mask bug with info in UI switched to newer gradio version
2022-09-10prioritize repositories/stable-diffusion path when searching for SDAUTOMATIC-1/+1
2022-09-10add script for batch file processingAUTOMATIC-0/+59
2022-09-10 Emoji are not being sorted correctly #192AUTOMATIC-2/+4
2022-09-10 Images in Prompt Matrix grid using different seeds. #208AUTOMATIC-0/+1
2022-09-10 [Feature Request] Ability to pass a custom ui-config.json via command line ↵AUTOMATIC-1/+2
args #212
2022-09-10fix typoelucida-1/+1
GFPGAN
2022-09-10update for code that was supposed to be hiding mask for the gradio bug but ↵AUTOMATIC-7/+8
isn't.
2022-09-10prevent styles from adding an extra commaAUTOMATIC-0/+3
2022-09-10add webui-user.bat to gitignore to possibly remedy #204AUTOMATIC-0/+1
2022-09-10put manual instructions above WSL, clarify they work for windows and linuxAUTOMATIC-41/+43
2022-09-10Update readme to remove redundant parts.Bernard Maltais-50/+2
2022-09-10Updare README with conda install instructionsBernard Maltais-6/+6
2022-09-10Update readme.md to use environment-wsl2.yamlBernard Maltais-1/+1
2022-09-10Add Windows 11 specificationBernard Maltais-2/+2
2022-09-10Automate GFPGAN downloadBernard Maltais-4/+3