aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorLines
2022-09-08fix aggressive caching for extras tabAUTOMATIC-1/+1
2022-09-08fix inconsistency in readme (thx #153)AUTOMATIC-7/+7
2022-09-08fix for PLMS live previews in txt2imgAUTOMATIC-2/+4
2022-09-08fix for DDIM live previews in txt2imgAUTOMATIC-0/+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-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
2022-09-07directly convert list to tensorxeonvs-4/+1
2022-09-07FIX GRADIO CRASHING WHEN SWITCHING FROM TAB WITH MASK THANK YOUAUTOMATIC-2/+21
2022-09-07MAde poor man's outpainting do less extra useless work.AUTOMATIC-2/+5
2022-09-07rollback requirementsxeonvs-2/+0
2022-09-07Remove requirement for CUDA in readme.AUTOMATIC-4/+0
2022-09-07Miss device type for option --medvramxeonvs-3/+6
2022-09-07big improvements to inpainting and outpaintingAUTOMATIC-14/+35
2022-09-07Added support for launching on Apple Siliconxeonvs-6/+17
2022-09-07clarification about not running as rootAUTOMATIC-1/+1
2022-09-07labeling updates according to anon's feedbackAUTOMATIC-2/+2
2022-09-07a little bit of rework for extras tabAUTOMATIC-11/+31
2022-09-07clarification for settings; another comment about copied filesAUTOMATIC-1/+5