aboutsummaryrefslogtreecommitdiffstats
path: root/modules
AgeCommit message (Collapse)AuthorLines
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-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-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-5/+15
2022-09-08honor tiling settings for RealESRGAN alsoAUTOMATIC-4/+6
load scripts earlier to get errors before model loads
2022-09-08Turn 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-08Port defaults to noneorionaskatu-1/+1
2022-09-08help message for ports < 1024orionaskatu-1/+1
2022-09-08add --port argument to shared.pyorionaskatu-0/+1
defaults to 7860
2022-09-08Merge remote-tracking branch 'origin/master'AUTOMATIC-14/+50
2022-09-08another change for inpainting at full resolutionAUTOMATIC-3/+4
2022-09-08Merge branch 'master' into img2img2-color-correctionRobin Fernandes-3/+5
2022-09-08Remove debug print.rewbs-1/+0
2022-09-08Add 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-07Also use alpha channel from img2img input image as maskfuzzytent-3/+5
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-07Miss device type for option --medvramxeonvs-3/+6
2022-09-07big improvements to inpainting and outpaintingAUTOMATIC-9/+15
2022-09-07Added support for launching on Apple Siliconxeonvs-6/+15
2022-09-07labeling updates according to anon's feedbackAUTOMATIC-2/+2
2022-09-07a little bit of rework for extras tabAUTOMATIC-6/+17
2022-09-07clarification for settings; another comment about copied filesAUTOMATIC-1/+5
2022-09-07codeformer supportAUTOMATIC-23/+889
2022-09-07add a font for google collabAUTOMATIC-1/+11
2022-09-07fix error with --help #91AUTOMATIC-1/+1
2022-09-07remove double basicr requirementAUTOMATIC-1/+5
add seed change for anon
2022-09-07some changes for outpainting to produce less seamsAUTOMATIC-1/+3
2022-09-06fix for live progress breaking lowvram and medvram optimizationsAUTOMATIC-15/+29
2022-09-06fix for progress barAUTOMATIC-2/+6
2022-09-06added preview optionAUTOMATIC-10/+67
2022-09-06fixes for incorrect progressbarAUTOMATIC-4/+0
2022-09-06fix grid overwriting bugAUTOMATIC-2/+2
2022-09-06collab linkAUTOMATIC-5/+1
2022-09-06some extra changes for collab compatibilityAUTOMATIC-2/+12
2022-09-06readme extras for VRAM forAUTOMATIC-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-06added progressbarAUTOMATIC-8/+95
added an option to disable progressbar added interrupt support to DDIM/PLMS
2022-09-05added random artist buttonAUTOMATIC-1/+52
added a setting for padding when doing inpaint at original resolution
2022-09-05add information about batch to the imageAUTOMATIC-1/+3
2022-09-05added --listen option to make gradio listen on network requestsAUTOMATIC-1/+2
2022-09-05fix for setting values for gradio sliders when users has bad data in ↵AUTOMATIC-3/+3
ui-config.json
2022-09-05re-integrated tiling option as a UI elementAUTOMATIC-6/+34
2022-09-05add an option to enable tiling image generationAUTOMATIC-0/+7
2022-09-05bugfix (thx #88443949)AUTOMATIC-1/+1
2022-09-05add split attention layer optimization from ↵AUTOMATIC-1/+44
https://github.com/basujindal/stable-diffusion/pull/117
2022-09-04ESRGAN supportAUTOMATIC-17/+288
2022-09-04added UI config file: ui-config.jsonAUTOMATIC-2/+48