aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
| * Merge pull request #108 from xeonvs/mps-supportAUTOMATIC11112022-09-074-9/+18
| |\ | | | | | | Added support for launching on Apple Silicon M1/M2
| | * directly convert list to tensorxeonvs2022-09-071-4/+1
| | |
| | * rollback requirementsxeonvs2022-09-071-2/+0
| | |
| | * Miss device type for option --medvramxeonvs2022-09-071-3/+6
| | |
| | * Added support for launching on Apple Siliconxeonvs2022-09-074-6/+17
| | |
* | | another change for inpainting at full resolutionAUTOMATIC2022-09-081-3/+4
|/ /
* | FIX GRADIO CRASHING WHEN SWITCHING FROM TAB WITH MASK THANK YOUAUTOMATIC2022-09-071-2/+21
| |
* | MAde poor man's outpainting do less extra useless work.AUTOMATIC2022-09-071-2/+5
| |
* | Remove requirement for CUDA in readme.AUTOMATIC2022-09-071-4/+0
| |
* | big improvements to inpainting and outpaintingAUTOMATIC2022-09-073-14/+35
| |
* | clarification about not running as rootAUTOMATIC2022-09-071-1/+1
|/
* labeling updates according to anon's feedbackAUTOMATIC2022-09-072-2/+2
|
* a little bit of rework for extras tabAUTOMATIC2022-09-073-11/+31
|
* clarification for settings; another comment about copied filesAUTOMATIC2022-09-073-1/+5
|