aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorLines
2022-09-09add an option to show negative promptAUTOMATIC-3/+9
2022-09-09make X/Y plot's S/R apply to negative prompt as well.AUTOMATIC-0/+1
2022-09-09change default font capitalization to possibly help linux users #157AUTOMATIC-1/+1
2022-09-09brought manual instructions up to dateAUTOMATIC-55/+98
reworked launching with different parameters
2022-09-09Merge remote-tracking branch 'origin/master'AUTOMATIC-35/+37
2022-09-09Merge pull request #167 from orionaskatu/patch-1AUTOMATIC1111-12/+12
Some typos
2022-09-09Merge pull request #153 from SafentisFox/fix_output_displayAUTOMATIC1111-11/+13
Fix webui.bat ignoring cmd line arguments, fix output img overflowing
2022-09-09Some typosorionaskatu-12/+12
2022-09-09Update README.mdsafentisAuth-8/+10
2022-09-08fix aggressive caching for extras tabAUTOMATIC-1/+1
2022-09-08fix inconsistency in readme (thx #153)AUTOMATIC-7/+7
2022-09-08Merge pull request #161 from JohannesGaessler/typo-fixAUTOMATIC1111-6/+6
Fixed typos in JavaScript descriptions
2022-09-08fix for PLMS live previews in txt2imgAUTOMATIC-2/+4
2022-09-08fix for DDIM live previews in txt2imgAUTOMATIC-0/+6
2022-09-08Fixed typos in JavaScript descriptionsJohannesGaessler-6/+6
2022-09-08Merge pull request #158 from JohannesGaessler/progress-printingAUTOMATIC1111-2/+43
More informative progress printing
2022-09-08More informative progress printingJohannesGaessler-2/+43
2022-09-08Merge 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-08add a helpful message when user puts RealESRGAN model into ESRGAN directory.AUTOMATIC-5/+8
2022-09-08support for sd-concepts as alternatives for textual inversion #151AUTOMATIC-6/+17
2022-09-08honor tiling settings for RealESRGAN alsoAUTOMATIC-7/+7
load scripts earlier to get errors before model loads
2022-09-08Fix webui.bat ignoring cmd line arguments, fix output img overflowingsafentisAuth-3/+3
2022-09-08Turn 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-08Merge pull request #148 from dgrenner/add-settings-fileAUTOMATIC1111-3/+8
Add settings file
2022-09-08Add settings fileDaniel Grenner-3/+8
Signed-off-by: Daniel Grenner <daniel.grenner@ingka.ikea.com>
2022-09-08add webui() function for more simple cell in the notebookAUTOMATIC-2/+7
2022-09-08Merge pull request #146 from orionaskatu/orionaskatu-port-optionAUTOMATIC1111-1/+6
--port option for #131
2022-09-08fix defaultorionaskatu-1/+1
2022-09-08readme updateAUTOMATIC-1/+3
2022-09-08Port defaults to 7860orionaskatu-0/+1
2022-09-08Port defaults to noneorionaskatu-1/+1
2022-09-08Port defaults to noneorionaskatu-1/+1
2022-09-08update readme for --port optionorionaskatu-0/+3
2022-09-08help message for ports < 1024orionaskatu-1/+1
2022-09-08Add server_port param to webui.pyorionaskatu-1/+1
2022-09-08add --port argument to shared.pyorionaskatu-0/+1
defaults to 7860
2022-09-08Merge remote-tracking branch 'origin/master'AUTOMATIC-15/+69
2022-09-08another change for inpainting at full resolutionAUTOMATIC-3/+4
2022-09-08Merge pull request #135 from rewbs/img2img2-color-correctionAUTOMATIC1111-2/+29
Add color correction to img2img loopback to avoid a progressive skew to magenta. Based on codedealer's PR to hlky's repo here: https://github.com/sd-webui/stable-diffusion-webui/pull/698/files.
2022-09-08Merge branch 'master' into img2img2-color-correctionRobin Fernandes-4/+22
2022-09-08Add scikit-image dependency to requirements_versions.txt for windows users.rewbs-0/+1
2022-09-08Merge pull request #124 from fuzzytent/alpha-maskAUTOMATIC1111-3/+5
Also use alpha channel from img2img input image as mask
2022-09-08Merge pull request #123 from fuzzytent/paste-imagesAUTOMATIC1111-0/+16
Allow copy-pasting images into file inputs
2022-09-08Merge pull request #129 from Cikmo/masterAUTOMATIC1111-1/+1
Fix not being able to have spaces directory
2022-09-08Remove debug print.rewbs-1/+0
2022-09-08Add color correction to img2img loopback to avoid a progressive skew to ↵rewbs-2/+29
magenta. Based on codedealer's PR to hlky's repo here: https://github.com/sd-webui/stable-diffusion-webui/pull/698/files.
2022-09-08Fix not being able to have spaces directoryChristian-1/+1
Adds quotes around the PYTHON path so that there can be spaces in parent folders.
2022-09-07Also use alpha channel from img2img input image as maskfuzzytent-3/+5
2022-09-07Allow copy-pasting images into file inputsfuzzytent-0/+16
2022-09-07Merge pull request #108 from xeonvs/mps-supportAUTOMATIC1111-9/+18
Added support for launching on Apple Silicon M1/M2