Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2022-09-11 | Merge remote-tracking branch 'origin/master' | AUTOMATIC | -47/+90 | |
2022-09-11 | Add a samples filename format option | Michoko | -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-11 | add half() supporrt for CLIP interrogation | AUTOMATIC | -28/+38 | |
2022-09-11 | Only create backup if path exists | cryzed | -1/+2 | |
2022-09-11 | Add support for saving styles with negative prompts | cryzed | -43/+68 | |
2022-09-11 | CLIP interrogator | AUTOMATIC | -8/+177 | |
2022-09-11 | Fixed prompt_style type hints: int -> str | JohannesGaessler | -4/+4 | |
2022-09-11 | [Feature Request] Save defaults for extras & keep image parameters after ↵ | AUTOMATIC | -2/+90 | |
using extras #251 | ||||
2022-09-11 | Merge remote-tracking branch 'origin/master' | AUTOMATIC | -13/+19 | |
2022-09-11 | Add another instruction for workaround for #259 | AUTOMATIC | -1/+1 | |
2022-09-11 | Modular device management | Abdullah Barhoum | -13/+19 | |
2022-09-11 | Change "send to " | Seki | -4/+4 | |
2022-09-11 | added --opt-split-attention-v1 | AUTOMATIC | -0/+34 | |
2022-09-11 | fix a bug with error message | AUTOMATIC | -1/+1 | |
2022-09-10 | fixed broken empty directory when prompt does not start with letter, this ↵ | AUTOMATIC | -1/+1 | |
time for real | ||||
2022-09-10 | fix repeating subseeds for every batch #221 | AUTOMATIC | -1/+2 | |
2022-09-10 | enabled negative prompt by default | AUTOMATIC | -4/+4 | |
fixed broken empty directory when prompt does not start withl etter | ||||
2022-09-10 | changed <p> to <br> in info field to prevent double line breaks when copying | AUTOMATIC | -1/+1 | |
added new features to the list. | ||||
2022-09-10 | undo CodeFormer's upscaling of images with dimensions less than 512. | AUTOMATIC | -0/+8 | |
2022-09-10 | separated options for sample and grid dir saving for #222 | AUTOMATIC | -2/+8 | |
2022-09-10 | Update to cross attention from https://github.com/Doggettx/stable-diffusion #219 | AUTOMATIC | -10/+37 | |
2022-09-10 | add batch count to sd upscale #169 | AUTOMATIC | -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-10 | split settings into three columns | AUTOMATIC | -71/+88 | |
added a different workaround for gradio mask bug with info in UI switched to newer gradio version | ||||
2022-09-10 | prioritize repositories/stable-diffusion path when searching for SD | AUTOMATIC | -1/+1 | |
2022-09-10 | Emoji are not being sorted correctly #192 | AUTOMATIC | -2/+4 | |
2022-09-10 | [Feature Request] Ability to pass a custom ui-config.json via command line ↵ | AUTOMATIC | -1/+2 | |
args #212 | ||||
2022-09-10 | prevent styles from adding an extra comma | AUTOMATIC | -0/+3 | |
2022-09-09 | Fix prompt matrix script | Lukas Meller | -1/+1 | |
2022-09-09 | Cleaner condition | orionaskatu | -4/+1 | |
2022-09-09 | Embed roboto | orionaskatu | -12/+6 | |
2022-09-09 | support for prompt styles | AUTOMATIC | -19/+96 | |
fix broken prompt matrix | ||||
2022-09-09 | ability to upload mask for inpainting | AUTOMATIC | -10/+39 | |
2022-09-09 | Merge remote-tracking branch 'origin/master' into seeds | AUTOMATIC | -1/+3 | |
2022-09-09 | Include negative prompt in parameters text file | David Yates | -1/+3 | |
2022-09-09 | added resize seeds and variation seeds features | AUTOMATIC | -23/+125 | |
2022-09-09 | add an option to show negative prompt | AUTOMATIC | -2/+8 | |
2022-09-09 | change default font capitalization to possibly help linux users #157 | AUTOMATIC | -1/+1 | |
2022-09-09 | Merge pull request #167 from orionaskatu/patch-1 | AUTOMATIC1111 | -12/+12 | |
Some typos | ||||
2022-09-09 | Merge pull request #153 from SafentisFox/fix_output_display | AUTOMATIC1111 | -2/+2 | |
Fix webui.bat ignoring cmd line arguments, fix output img overflowing | ||||
2022-09-09 | Some typos | orionaskatu | -12/+12 | |
2022-09-08 | fix for PLMS live previews in txt2img | AUTOMATIC | -2/+4 | |
2022-09-08 | fix for DDIM live previews in txt2img | AUTOMATIC | -0/+6 | |
2022-09-08 | Merge pull request #158 from JohannesGaessler/progress-printing | AUTOMATIC1111 | -2/+43 | |
More informative progress printing | ||||
2022-09-08 | More informative progress printing | JohannesGaessler | -2/+43 | |
2022-09-08 | Merge pull request #154 from ↵ | AUTOMATIC1111 | -4/+11 | |
rewbs/img2img2-loopback-denoise-strength-change-factor Turn the loopback denoising strength change factor into a parameter rather than hardcoding to 0.95. Set the default to 1. | ||||
2022-09-08 | add a helpful message when user puts RealESRGAN model into ESRGAN directory. | AUTOMATIC | -5/+8 | |
2022-09-08 | support for sd-concepts as alternatives for textual inversion #151 | AUTOMATIC | -5/+15 | |
2022-09-08 | honor tiling settings for RealESRGAN also | AUTOMATIC | -4/+6 | |
load scripts earlier to get errors before model loads | ||||
2022-09-08 | Fix webui.bat ignoring cmd line arguments, fix output img overflowing | safentisAuth | -2/+2 | |
2022-09-08 | Turn the loopback denoise strength change factor into a parameter rather ↵ | rewbs | -4/+11 | |
than hardcoding to 0.95. Set the default to 1. |