Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2022-09-10 | fix .gitignore copy | Bernard Maltais | -14/+0 | |
2022-09-10 | Add config and instructions for WSL2 setup | Bernard Maltais | -0/+95 | |
2022-09-10 | error in path in manual instruction for install | AUTOMATIC | -1/+1 | |
2022-09-09 | add missing reqs from PR | AUTOMATIC | -2/+3 | |
add missing check to autoinstall that will install fonts for existing users remove unusaed line from another PR | ||||
2022-09-09 | Fix prompt matrix script | Lukas Meller | -1/+2 | |
2022-09-09 | Cleaner condition | orionaskatu | -4/+1 | |
2022-09-09 | Embed roboto | orionaskatu | -12/+8 | |
2022-09-09 | support for prompt styles | AUTOMATIC | -22/+123 | |
fix broken prompt matrix | ||||
2022-09-09 | ability to upload mask for inpainting | AUTOMATIC | -10/+43 | |
2022-09-09 | Merge remote-tracking branch 'origin/master' into seeds | AUTOMATIC | -2/+4 | |
2022-09-09 | Include negative prompt in parameters text file | David Yates | -1/+3 | |
2022-09-09 | i will also fix floating point significant digits | AUTOMATIC | -0/+6 | |
2022-09-09 | added resize seeds and variation seeds features | AUTOMATIC | -28/+171 | |
2022-09-09 | Merge pull request #175 from Thielak/master | AUTOMATIC1111 | -1/+1 | |
Removed mention of CUDA in the README | ||||
2022-09-09 | Removed mention of CUDA in the README | Kaleith | -1/+1 | |
The requirement to install CUDA was removed with https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/e92d4cf7476f1897fce376916dfb40755ea7920f#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L63 so that mention in README should be superfluous | ||||
2022-09-09 | add an option to show negative prompt | AUTOMATIC | -3/+9 | |
2022-09-09 | make X/Y plot's S/R apply to negative prompt as well. | AUTOMATIC | -0/+1 | |
2022-09-09 | change default font capitalization to possibly help linux users #157 | AUTOMATIC | -1/+1 | |
2022-09-09 | brought manual instructions up to date | AUTOMATIC | -55/+98 | |
reworked launching with different parameters | ||||
2022-09-09 | Merge remote-tracking branch 'origin/master' | AUTOMATIC | -35/+37 | |
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 | -11/+13 | |
Fix webui.bat ignoring cmd line arguments, fix output img overflowing | ||||
2022-09-09 | Some typos | orionaskatu | -12/+12 | |
2022-09-09 | Update README.md | safentisAuth | -8/+10 | |
2022-09-08 | fix aggressive caching for extras tab | AUTOMATIC | -1/+1 | |
2022-09-08 | fix inconsistency in readme (thx #153) | AUTOMATIC | -7/+7 | |
2022-09-08 | Merge pull request #161 from JohannesGaessler/typo-fix | AUTOMATIC1111 | -6/+6 | |
Fixed typos in JavaScript descriptions | ||||
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 | Fixed typos in JavaScript descriptions | JohannesGaessler | -6/+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 | -5/+13 | |
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 | -6/+17 | |
2022-09-08 | honor tiling settings for RealESRGAN also | AUTOMATIC | -7/+7 | |
load scripts earlier to get errors before model loads | ||||
2022-09-08 | Fix webui.bat ignoring cmd line arguments, fix output img overflowing | safentisAuth | -3/+3 | |
2022-09-08 | Turn the loopback denoise strength change factor into a parameter rather ↵ | rewbs | -5/+13 | |
than hardcoding to 0.95. Set the default to 1. | ||||
2022-09-08 | Merge pull request #148 from dgrenner/add-settings-file | AUTOMATIC1111 | -3/+8 | |
Add settings file | ||||
2022-09-08 | Add settings file | Daniel Grenner | -3/+8 | |
Signed-off-by: Daniel Grenner <daniel.grenner@ingka.ikea.com> | ||||
2022-09-08 | add webui() function for more simple cell in the notebook | AUTOMATIC | -2/+7 | |
2022-09-08 | Merge pull request #146 from orionaskatu/orionaskatu-port-option | AUTOMATIC1111 | -1/+6 | |
--port option for #131 | ||||
2022-09-08 | fix default | orionaskatu | -1/+1 | |
2022-09-08 | readme update | AUTOMATIC | -1/+3 | |
2022-09-08 | Port defaults to 7860 | orionaskatu | -0/+1 | |
2022-09-08 | Port defaults to none | orionaskatu | -1/+1 | |
2022-09-08 | Port defaults to none | orionaskatu | -1/+1 | |
2022-09-08 | update readme for --port option | orionaskatu | -0/+3 | |
2022-09-08 | help message for ports < 1024 | orionaskatu | -1/+1 | |
2022-09-08 | Add server_port param to webui.py | orionaskatu | -1/+1 | |