Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix aggressive caching for extras tab | AUTOMATIC | 2022-09-08 | 1 | -1/+1 |
| | |||||
* | fix inconsistency in readme (thx #153) | AUTOMATIC | 2022-09-08 | 1 | -7/+7 |
| | |||||
* | fix for PLMS live previews in txt2img | AUTOMATIC | 2022-09-08 | 1 | -2/+4 |
| | |||||
* | fix for DDIM live previews in txt2img | AUTOMATIC | 2022-09-08 | 1 | -0/+6 |
| | |||||
* | Merge pull request #158 from JohannesGaessler/progress-printing | AUTOMATIC1111 | 2022-09-08 | 5 | -2/+43 |
|\ | | | | | More informative progress printing | ||||
| * | More informative progress printing | JohannesGaessler | 2022-09-08 | 5 | -2/+43 |
| | | |||||
* | | Merge pull request #154 from ↵ | AUTOMATIC1111 | 2022-09-08 | 3 | -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 ↵ | rewbs | 2022-09-08 | 3 | -5/+13 |
| | | | | | | | | than hardcoding to 0.95. Set the default to 1. | ||||
* | | add a helpful message when user puts RealESRGAN model into ESRGAN directory. | AUTOMATIC | 2022-09-08 | 1 | -5/+8 |
| | | |||||
* | | support for sd-concepts as alternatives for textual inversion #151 | AUTOMATIC | 2022-09-08 | 2 | -6/+17 |
| | | |||||
* | | honor tiling settings for RealESRGAN also | AUTOMATIC | 2022-09-08 | 3 | -7/+7 |
| | | | | | | | | load scripts earlier to get errors before model loads | ||||
* | | Merge pull request #148 from dgrenner/add-settings-file | AUTOMATIC1111 | 2022-09-08 | 3 | -3/+8 |
|\ \ | | | | | | | Add settings file | ||||
| * | | Add settings file | Daniel Grenner | 2022-09-08 | 3 | -3/+8 |
| | | | | | | | | | | | | Signed-off-by: Daniel Grenner <daniel.grenner@ingka.ikea.com> | ||||
* | | | add webui() function for more simple cell in the notebook | AUTOMATIC | 2022-09-08 | 1 | -2/+7 |
|/ / | |||||
* | | Merge pull request #146 from orionaskatu/orionaskatu-port-option | AUTOMATIC1111 | 2022-09-08 | 3 | -1/+6 |
|\ \ | | | | | | | --port option for #131 | ||||
| * | | fix default | orionaskatu | 2022-09-08 | 1 | -1/+1 |
| | | | |||||
| * | | Port defaults to 7860 | orionaskatu | 2022-09-08 | 1 | -0/+1 |
| | | | |||||
| * | | Port defaults to none | orionaskatu | 2022-09-08 | 1 | -1/+1 |
| | | | |||||
| * | | Port defaults to none | orionaskatu | 2022-09-08 | 1 | -1/+1 |
| | | | |||||
| * | | update readme for --port option | orionaskatu | 2022-09-08 | 1 | -0/+3 |
| | | | |||||
| * | | help message for ports < 1024 | orionaskatu | 2022-09-08 | 1 | -1/+1 |
| | | | |||||
| * | | Add server_port param to webui.py | orionaskatu | 2022-09-08 | 1 | -1/+1 |
| | | | |||||
| * | | add --port argument to shared.py | orionaskatu | 2022-09-08 | 1 | -0/+1 |
| |/ | | | | | defaults to 7860 | ||||
* / | readme update | AUTOMATIC | 2022-09-08 | 1 | -1/+3 |
|/ | |||||
* | Merge remote-tracking branch 'origin/master' | AUTOMATIC | 2022-09-08 | 10 | -15/+69 |
|\ | |||||
| * | Merge pull request #135 from rewbs/img2img2-color-correction | AUTOMATIC1111 | 2022-09-08 | 3 | -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-correction | Robin Fernandes | 2022-09-08 | 4 | -4/+22 |
| | |\ | | |/ | |/| | |||||
| * | | Merge pull request #124 from fuzzytent/alpha-mask | AUTOMATIC1111 | 2022-09-08 | 2 | -3/+5 |
| |\ \ | | | | | | | | | Also use alpha channel from img2img input image as mask | ||||
| | * | | Also use alpha channel from img2img input image as mask | fuzzytent | 2022-09-07 | 2 | -3/+5 |
| | | | | |||||
| * | | | Merge pull request #123 from fuzzytent/paste-images | AUTOMATIC1111 | 2022-09-08 | 1 | -0/+16 |
| |\ \ \ | | | | | | | | | | | Allow copy-pasting images into file inputs | ||||
| | * | | | Allow copy-pasting images into file inputs | fuzzytent | 2022-09-07 | 1 | -0/+16 |
| | |/ / | |||||
| * | | | Merge pull request #129 from Cikmo/master | AUTOMATIC1111 | 2022-09-08 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |/| | | Fix not being able to have spaces directory | ||||
| | * | | Fix not being able to have spaces directory | Christian | 2022-09-07 | 1 | -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. | rewbs | 2022-09-08 | 1 | -0/+1 |
| | | | |||||
| | * | Remove debug print. | rewbs | 2022-09-08 | 1 | -1/+0 |
| | | | |||||
| | * | Add color correction to img2img loopback to avoid a progressive skew to ↵ | rewbs | 2022-09-08 | 2 | -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-support | AUTOMATIC1111 | 2022-09-07 | 4 | -9/+18 |
| |\ | | | | | | | Added support for launching on Apple Silicon M1/M2 | ||||
| | * | directly convert list to tensor | xeonvs | 2022-09-07 | 1 | -4/+1 |
| | | | |||||
| | * | rollback requirements | xeonvs | 2022-09-07 | 1 | -2/+0 |
| | | | |||||
| | * | Miss device type for option --medvram | xeonvs | 2022-09-07 | 1 | -3/+6 |
| | | | |||||
| | * | Added support for launching on Apple Silicon | xeonvs | 2022-09-07 | 4 | -6/+17 |
| | | | |||||
* | | | another change for inpainting at full resolution | AUTOMATIC | 2022-09-08 | 1 | -3/+4 |
|/ / | |||||
* | | FIX GRADIO CRASHING WHEN SWITCHING FROM TAB WITH MASK THANK YOU | AUTOMATIC | 2022-09-07 | 1 | -2/+21 |
| | | |||||
* | | MAde poor man's outpainting do less extra useless work. | AUTOMATIC | 2022-09-07 | 1 | -2/+5 |
| | | |||||
* | | Remove requirement for CUDA in readme. | AUTOMATIC | 2022-09-07 | 1 | -4/+0 |
| | | |||||
* | | big improvements to inpainting and outpainting | AUTOMATIC | 2022-09-07 | 3 | -14/+35 |
| | | |||||
* | | clarification about not running as root | AUTOMATIC | 2022-09-07 | 1 | -1/+1 |
|/ | |||||
* | labeling updates according to anon's feedback | AUTOMATIC | 2022-09-07 | 2 | -2/+2 |
| | |||||
* | a little bit of rework for extras tab | AUTOMATIC | 2022-09-07 | 3 | -11/+31 |
| | |||||
* | clarification for settings; another comment about copied files | AUTOMATIC | 2022-09-07 | 3 | -1/+5 |
| |