aboutsummaryrefslogtreecommitdiffstats
path: root/modules/shared.py
AgeCommit message (Collapse)AuthorLines
2022-12-24feat(api): include job_timestamp in progressPhilpax-0/+1
2022-12-24Merge pull request #5838 from aliencaocao/fix_gradio_pilAUTOMATIC1111-0/+1
Dirty fix for missing PIL supported file extensions
2022-12-24add an option for img2img background colorAUTOMATIC-0/+1
2022-12-24Merge pull request #5814 from timntorres/5802-save-upscaler-to-filenameAUTOMATIC1111-0/+1
Add option to save upscaler to filename suffix in extras tab.
2022-12-18Fix PIL being imported before its installed (for new users only)Billy Cao-0/+1
2022-12-17Update OptionInfo to match preexisting option.timntorres-1/+1
2022-12-17Add option to include upscaler name in filename.timntorres-0/+1
2022-12-10remove NSFW filter and its dependency; if you still want it, find it in the ↵AUTOMATIC-1/+0
extensions section
2022-12-10use less javascript for this non-js-only implementation of the clear prompt ↵AUTOMATIC-1/+0
button.
2022-12-10Merge pull request #3198 from papuSpartan/masterAUTOMATIC1111-0/+1
Add Clear Prompt button to roll_col
2022-12-10Merge pull request #5441 from timntorres/add-5433-avoid-sending-size-optionAUTOMATIC1111-0/+1
Add option to avoid sending size between interfaces.
2022-12-10Merge branch 'AUTOMATIC1111:master' into masterpapuSpartan-27/+70
2022-12-10add Noise multiplier option to infotextAUTOMATIC-1/+1
2022-12-10Merge pull request #5373 from mezotaken/masterAUTOMATIC1111-0/+1
add noise strength parameter similar to NAI
2022-12-06delete a filezhaohu xing-1/+1
Signed-off-by: zhaohu xing <920232796@qq.com>
2022-12-06Merge pull request #3 from 920232796/masterZac Liu-1/+5
fix device support for mps update the support for SD2.0
2022-12-06Merge branch 'AUTOMATIC1111:master' into masterZac Liu-10/+6
2022-12-05Add opt. to avoid sending size between interfaces.timntorres-0/+1
2022-12-03add built-in extension systemAUTOMATIC-9/+4
add support for adding upscalers in extensions move LDSR, ScuNET and SwinIR to built-in extensions
2022-12-03add noise strength parameter similar to NAIVladimir Repin-0/+1
2022-12-03Merge pull request #4459 from kavorite/color-sketch-inpaintingAUTOMATIC1111-0/+1
add `--gradio-inpaint-tool` and option to specify `color-sketch`
2022-12-03more simple config option name plus mouseover hint for clip skipAUTOMATIC-1/+1
2022-12-02fix bugzhaohu xing-1/+5
Signed-off-by: zhaohu xing <920232796@qq.com>
2022-12-01Fix clip skip of 1 not being restored from promptsspace-nuko-1/+1
2022-11-30Merge branch 'master' into masterzhaohu xing-15/+38
2022-11-29add AltDiffusion to webuizhaohu xing-1/+5
Signed-off-by: zhaohu xing <920232796@qq.com>
2022-11-27Merge pull request #4416 from Keavon/cors-regexAUTOMATIC1111-4/+5
Add CORS-allow policy launch argument using regex
2022-11-27Merge pull request #4663 from xucj98/draftAUTOMATIC1111-1/+1
fix the model name error of Real-ESRGAN in the opts default value
2022-11-27Merge remote-tracking branch 'flamelaw/master'AUTOMATIC-2/+1
2022-11-27serve images from where they are saved instead of a temporary directoryAUTOMATIC-0/+7
add an option to choose a different temporary directory in the UI add an option to cleanup the selected temporary directory at startup
2022-11-26Add support Stable Diffusion 2.0AUTOMATIC-9/+25
2022-11-25Merge branch 'AUTOMATIC1111:master' into draftxucj98-3/+22
2022-11-20moved deepdanbooru to pure pytorch implementationAUTOMATIC-1/+1
2022-11-20Gradient accumulation, autocast fix, new latent sampling method, etcflamelaw-2/+1
2022-11-19Merge branch 'master' into cors-regexKeavon Chambers-4/+27
2022-11-19Merge pull request #4717 from papuSpartan/securityAUTOMATIC1111-1/+1
Add --server-name to the list of arguments considered insecure
2022-11-19Merge pull request #4733 from MaikoTan/api-authorizationAUTOMATIC1111-0/+1
feat: add http basic authentication for api
2022-11-19make it possible to change models etc by editing options using APIAUTOMATIC-0/+17
2022-11-19Merge branch 'master' into api-authorizationMaiko Tan-1/+2
2022-11-19Merge branch 'a1111' into vae-miscMuhammad Rizqi Nur-3/+3
2022-11-19change text for sd_vae_as_default that makes more sense to meAUTOMATIC-1/+1
2022-11-19Merge pull request #4842 from R-N/vae-as-defaultAUTOMATIC1111-0/+1
Option to use selected VAE as default fallback instead of primary option
2022-11-19MiscMuhammad Rizqi Nur-1/+1
Misc
2022-11-19Option to use selected VAE as default fallback instead of primary optionMuhammad Rizqi Nur-0/+1
2022-11-15feat: add http basic authentication for apiMaiko Sinkyaet Tan-0/+1
2022-11-14Give --server-name priority over --listen and add check for --server-name in ↵papuSpartan-1/+1
addition to --share and --listen
2022-11-13fix the model name error of Real-ESRGAN in the opts default valueXu Cuijie-1/+1
2022-11-12make existing script loading and new preload code use same code for loading ↵AUTOMATIC-3/+2
modules limit extension preload scripts to just one file named preload.py
2022-11-12Merge pull request #4488 from d8ahazard/ExtensionPreloadAUTOMATIC1111-1/+4
Add option to preload extensions
2022-11-11Merge pull request #4117 from TinkTheBoush/masterAUTOMATIC1111-0/+2
Adding optional tag shuffling for training