aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #175 from Thielak/masterAUTOMATIC11112022-09-091-1/+1
|\ | | | | Removed mention of CUDA in the README
| * Removed mention of CUDA in the READMEKaleith2022-09-091-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
* add an option to show negative promptAUTOMATIC2022-09-094-3/+9
|
* make X/Y plot's S/R apply to negative prompt as well.AUTOMATIC2022-09-091-0/+1
|
* change default font capitalization to possibly help linux users #157AUTOMATIC2022-09-091-1/+1
|
* brought manual instructions up to dateAUTOMATIC2022-09-093-55/+98
| | | | reworked launching with different parameters
* Merge remote-tracking branch 'origin/master'AUTOMATIC2022-09-095-35/+37
|\
| * Merge pull request #167 from orionaskatu/patch-1AUTOMATIC11112022-09-091-12/+12
| |\ | | | | | | Some typos
| | * Some typosorionaskatu2022-09-081-12/+12
| | |
| * | Merge pull request #153 from SafentisFox/fix_output_displayAUTOMATIC11112022-09-093-11/+13
| |\ \ | | |/ | |/| Fix webui.bat ignoring cmd line arguments, fix output img overflowing
| | * Update README.mdsafentisAuth2022-09-081-8/+10
| | |
| | * Fix webui.bat ignoring cmd line arguments, fix output img overflowingsafentisAuth2022-09-082-3/+3
| | |
| * | Merge pull request #161 from JohannesGaessler/typo-fixAUTOMATIC11112022-09-081-6/+6
| |\ \ | | | | | | | | Fixed typos in JavaScript descriptions
| | * | Fixed typos in JavaScript descriptionsJohannesGaessler2022-09-081-6/+6
| | | |
* | | | fix aggressive caching for extras tabAUTOMATIC2022-09-081-1/+1
| | | |
* | | | fix inconsistency in readme (thx #153)AUTOMATIC2022-09-081-7/+7
|/ / /
* | | fix for PLMS live previews in txt2imgAUTOMATIC2022-09-081-2/+4
| | |
* | | fix for DDIM live previews in txt2imgAUTOMATIC2022-09-081-0/+6
|/ /
* | Merge pull request #158 from JohannesGaessler/progress-printingAUTOMATIC11112022-09-085-2/+43
|\ \ | | | | | | More informative progress printing
| * | More informative progress printingJohannesGaessler2022-09-085-2/+43
| | |
* | | Merge pull request #154 from ↵AUTOMATIC11112022-09-083-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.
| * | Turn the loopback denoise strength change factor into a parameter rather ↵rewbs2022-09-083-5/+13
| | | | | | | | | | | | than hardcoding to 0.95. Set the default to 1.
* | | add a helpful message when user puts RealESRGAN model into ESRGAN directory.AUTOMATIC2022-09-081-5/+8
| | |
* | | support for sd-concepts as alternatives for textual inversion #151AUTOMATIC2022-09-082-6/+17
| | |
* | | honor tiling settings for RealESRGAN alsoAUTOMATIC2022-09-083-7/+7
| |/ |/| | | | | load scripts earlier to get errors before model loads
* | Merge pull request #148 from dgrenner/add-settings-fileAUTOMATIC11112022-09-083-3/+8
|\ \ | | | | | | Add settings file
| * | Add settings fileDaniel Grenner2022-09-083-3/+8
| | | | | | | | | | | | Signed-off-by: Daniel Grenner <daniel.grenner@ingka.ikea.com>
* | | add webui() function for more simple cell in the notebookAUTOMATIC2022-09-081-2/+7
|/ /
* | Merge pull request #146 from orionaskatu/orionaskatu-port-optionAUTOMATIC11112022-09-083-1/+6
|\ \ | | | | | | --port option for #131
| * | fix defaultorionaskatu2022-09-081-1/+1
| | |
| * | Port defaults to 7860orionaskatu2022-09-081-0/+1
| | |
| * | Port defaults to noneorionaskatu2022-09-081-1/+1
| | |
| * | Port defaults to noneorionaskatu2022-09-081-1/+1
| | |
| * | update readme for --port optionorionaskatu2022-09-081-0/+3
| | |
| * | help message for ports < 1024orionaskatu2022-09-081-1/+1
| | |
| * | Add server_port param to webui.pyorionaskatu2022-09-081-1/+1
| | |
| * | add --port argument to shared.pyorionaskatu2022-09-081-0/+1
| |/ | | | | defaults to 7860
* / readme updateAUTOMATIC2022-09-081-1/+3
|/
* Merge remote-tracking branch 'origin/master'AUTOMATIC2022-09-0810-15/+69
|\
| * Merge pull request #135 from rewbs/img2img2-color-correctionAUTOMATIC11112022-09-083-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.
| | * Merge branch 'master' into img2img2-color-correctionRobin Fernandes2022-09-084-4/+22
| | |\ | | |/ | |/|
| * | Merge pull request #124 from fuzzytent/alpha-maskAUTOMATIC11112022-09-082-3/+5
| |\ \ | | | | | | | | Also use alpha channel from img2img input image as mask
| | * | Also use alpha channel from img2img input image as maskfuzzytent2022-09-072-3/+5
| | | |
| * | | Merge pull request #123 from fuzzytent/paste-imagesAUTOMATIC11112022-09-081-0/+16
| |\ \ \ | | | | | | | | | | Allow copy-pasting images into file inputs
| | * | | Allow copy-pasting images into file inputsfuzzytent2022-09-071-0/+16
| | |/ /
| * | | Merge pull request #129 from Cikmo/masterAUTOMATIC11112022-09-081-1/+1
| |\ \ \ | | |/ / | |/| | Fix not being able to have spaces directory
| | * | Fix not being able to have spaces directoryChristian2022-09-071-1/+1
| |/ / | | | | | | Adds quotes around the PYTHON path so that there can be spaces in parent folders.
| | * Add scikit-image dependency to requirements_versions.txt for windows users.rewbs2022-09-081-0/+1
| | |
| | * Remove debug print.rewbs2022-09-081-1/+0
| | |
| | * Add color correction to img2img loopback to avoid a progressive skew to ↵rewbs2022-09-082-2/+29
| |/ | | | | | | magenta. Based on codedealer's PR to hlky's repo here: https://github.com/sd-webui/stable-diffusion-webui/pull/698/files.