aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-09Removed mention of CUDA in the READMEKaleith
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-09add an option to show negative promptAUTOMATIC
2022-09-09make X/Y plot's S/R apply to negative prompt as well.AUTOMATIC
2022-09-09change default font capitalization to possibly help linux users #157AUTOMATIC
2022-09-09brought manual instructions up to dateAUTOMATIC
reworked launching with different parameters
2022-09-09Merge remote-tracking branch 'origin/master'AUTOMATIC
2022-09-09Merge pull request #167 from orionaskatu/patch-1AUTOMATIC1111
Some typos
2022-09-09Merge pull request #153 from SafentisFox/fix_output_displayAUTOMATIC1111
Fix webui.bat ignoring cmd line arguments, fix output img overflowing
2022-09-09Some typosorionaskatu
2022-09-09Update README.mdsafentisAuth
2022-09-08fix aggressive caching for extras tabAUTOMATIC
2022-09-08fix inconsistency in readme (thx #153)AUTOMATIC
2022-09-08Merge pull request #161 from JohannesGaessler/typo-fixAUTOMATIC1111
Fixed typos in JavaScript descriptions
2022-09-08fix for PLMS live previews in txt2imgAUTOMATIC
2022-09-08fix for DDIM live previews in txt2imgAUTOMATIC
2022-09-08Fixed typos in JavaScript descriptionsJohannesGaessler
2022-09-08Merge pull request #158 from JohannesGaessler/progress-printingAUTOMATIC1111
More informative progress printing
2022-09-08More informative progress printingJohannesGaessler
2022-09-08Merge pull request #154 from ↵AUTOMATIC1111
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
2022-09-08support for sd-concepts as alternatives for textual inversion #151AUTOMATIC
2022-09-08honor tiling settings for RealESRGAN alsoAUTOMATIC
load scripts earlier to get errors before model loads
2022-09-08Fix webui.bat ignoring cmd line arguments, fix output img overflowingsafentisAuth
2022-09-08Turn the loopback denoise strength change factor into a parameter rather ↵rewbs
than hardcoding to 0.95. Set the default to 1.
2022-09-08Merge pull request #148 from dgrenner/add-settings-fileAUTOMATIC1111
Add settings file
2022-09-08Add settings fileDaniel Grenner
Signed-off-by: Daniel Grenner <daniel.grenner@ingka.ikea.com>
2022-09-08add webui() function for more simple cell in the notebookAUTOMATIC
2022-09-08Merge pull request #146 from orionaskatu/orionaskatu-port-optionAUTOMATIC1111
--port option for #131
2022-09-08fix defaultorionaskatu
2022-09-08readme updateAUTOMATIC
2022-09-08Port defaults to 7860orionaskatu
2022-09-08Port defaults to noneorionaskatu
2022-09-08Port defaults to noneorionaskatu
2022-09-08update readme for --port optionorionaskatu
2022-09-08help message for ports < 1024orionaskatu
2022-09-08Add server_port param to webui.pyorionaskatu
2022-09-08add --port argument to shared.pyorionaskatu
defaults to 7860
2022-09-08Merge remote-tracking branch 'origin/master'AUTOMATIC
2022-09-08another change for inpainting at full resolutionAUTOMATIC
2022-09-08Merge pull request #135 from rewbs/img2img2-color-correctionAUTOMATIC1111
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
2022-09-08Add scikit-image dependency to requirements_versions.txt for windows users.rewbs
2022-09-08Merge pull request #124 from fuzzytent/alpha-maskAUTOMATIC1111
Also use alpha channel from img2img input image as mask
2022-09-08Merge pull request #123 from fuzzytent/paste-imagesAUTOMATIC1111
Allow copy-pasting images into file inputs
2022-09-08Merge pull request #129 from Cikmo/masterAUTOMATIC1111
Fix not being able to have spaces directory
2022-09-08Remove debug print.rewbs
2022-09-08Add color correction to img2img loopback to avoid a progressive skew to ↵rewbs
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
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
2022-09-07Allow copy-pasting images into file inputsfuzzytent