Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2022-09-08 | fix for PLMS live previews in txt2img | AUTOMATIC | -2/+4 | |
2022-09-08 | fix for DDIM live previews in txt2img | AUTOMATIC | -0/+6 | |
2022-09-08 | Merge pull request #158 from JohannesGaessler/progress-printing | AUTOMATIC1111 | -2/+43 | |
More informative progress printing | ||||
2022-09-08 | More informative progress printing | JohannesGaessler | -2/+43 | |
2022-09-08 | Merge pull request #154 from ↵ | AUTOMATIC1111 | -4/+11 | |
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-08 | add a helpful message when user puts RealESRGAN model into ESRGAN directory. | AUTOMATIC | -5/+8 | |
2022-09-08 | support for sd-concepts as alternatives for textual inversion #151 | AUTOMATIC | -5/+15 | |
2022-09-08 | honor tiling settings for RealESRGAN also | AUTOMATIC | -4/+6 | |
load scripts earlier to get errors before model loads | ||||
2022-09-08 | Turn the loopback denoise strength change factor into a parameter rather ↵ | rewbs | -4/+11 | |
than hardcoding to 0.95. Set the default to 1. | ||||
2022-09-08 | Port defaults to none | orionaskatu | -1/+1 | |
2022-09-08 | help message for ports < 1024 | orionaskatu | -1/+1 | |
2022-09-08 | add --port argument to shared.py | orionaskatu | -0/+1 | |
defaults to 7860 | ||||
2022-09-08 | Merge remote-tracking branch 'origin/master' | AUTOMATIC | -14/+50 | |
2022-09-08 | another change for inpainting at full resolution | AUTOMATIC | -3/+4 | |
2022-09-08 | Merge branch 'master' into img2img2-color-correction | Robin Fernandes | -3/+5 | |
2022-09-08 | Remove debug print. | rewbs | -1/+0 | |
2022-09-08 | Add color correction to img2img loopback to avoid a progressive skew to ↵ | rewbs | -2/+28 | |
magenta. Based on codedealer's PR to hlky's repo here: https://github.com/sd-webui/stable-diffusion-webui/pull/698/files. | ||||
2022-09-07 | Also use alpha channel from img2img input image as mask | fuzzytent | -3/+5 | |
2022-09-07 | Merge pull request #108 from xeonvs/mps-support | AUTOMATIC1111 | -9/+18 | |
Added support for launching on Apple Silicon M1/M2 | ||||
2022-09-07 | directly convert list to tensor | xeonvs | -4/+1 | |
2022-09-07 | Miss device type for option --medvram | xeonvs | -3/+6 | |
2022-09-07 | big improvements to inpainting and outpainting | AUTOMATIC | -9/+15 | |
2022-09-07 | Added support for launching on Apple Silicon | xeonvs | -6/+15 | |
2022-09-07 | labeling updates according to anon's feedback | AUTOMATIC | -2/+2 | |
2022-09-07 | a little bit of rework for extras tab | AUTOMATIC | -6/+17 | |
2022-09-07 | clarification for settings; another comment about copied files | AUTOMATIC | -1/+5 | |
2022-09-07 | codeformer support | AUTOMATIC | -23/+889 | |
2022-09-07 | add a font for google collab | AUTOMATIC | -1/+11 | |
2022-09-07 | fix error with --help #91 | AUTOMATIC | -1/+1 | |
2022-09-07 | remove double basicr requirement | AUTOMATIC | -1/+5 | |
add seed change for anon | ||||
2022-09-07 | some changes for outpainting to produce less seams | AUTOMATIC | -1/+3 | |
2022-09-06 | fix for live progress breaking lowvram and medvram optimizations | AUTOMATIC | -15/+29 | |
2022-09-06 | fix for progress bar | AUTOMATIC | -2/+6 | |
2022-09-06 | added preview option | AUTOMATIC | -10/+67 | |
2022-09-06 | fixes for incorrect progressbar | AUTOMATIC | -4/+0 | |
2022-09-06 | fix grid overwriting bug | AUTOMATIC | -2/+2 | |
2022-09-06 | collab link | AUTOMATIC | -5/+1 | |
2022-09-06 | some extra changes for collab compatibility | AUTOMATIC | -2/+12 | |
2022-09-06 | readme extras for VRAM for | AUTOMATIC | -2/+7 | |
added missing packages to requirements for #74 add support for negative numbers in X/Y plot (plus ranges) #73 changed progressbar to work properly with custom modes | ||||
2022-09-06 | added progressbar | AUTOMATIC | -8/+95 | |
added an option to disable progressbar added interrupt support to DDIM/PLMS | ||||
2022-09-05 | added random artist button | AUTOMATIC | -1/+52 | |
added a setting for padding when doing inpaint at original resolution | ||||
2022-09-05 | add information about batch to the image | AUTOMATIC | -1/+3 | |
2022-09-05 | added --listen option to make gradio listen on network requests | AUTOMATIC | -1/+2 | |
2022-09-05 | fix for setting values for gradio sliders when users has bad data in ↵ | AUTOMATIC | -3/+3 | |
ui-config.json | ||||
2022-09-05 | re-integrated tiling option as a UI element | AUTOMATIC | -6/+34 | |
2022-09-05 | add an option to enable tiling image generation | AUTOMATIC | -0/+7 | |
2022-09-05 | bugfix (thx #88443949) | AUTOMATIC | -1/+1 | |
2022-09-05 | add split attention layer optimization from ↵ | AUTOMATIC | -1/+44 | |
https://github.com/basujindal/stable-diffusion/pull/117 | ||||
2022-09-04 | ESRGAN support | AUTOMATIC | -17/+288 | |
2022-09-04 | added UI config file: ui-config.json | AUTOMATIC | -2/+48 | |