aboutsummaryrefslogtreecommitdiffstats
path: root/modules/shared.py
Commit message (Collapse)AuthorAgeFilesLines
* Add Birch-san's sub-quadratic attention implementationbrkirch2023-01-061-0/+4
|
* change wording a bitAUTOMATIC2022-12-241-1/+1
|
* added cheap NN approximation for VAEAUTOMATIC2022-12-241-3/+3
|
* Merge pull request #5976 from AbstractQbit/fast_previewAUTOMATIC11112022-12-241-2/+3
|\ | | | | Add an option for faster low quality previews
| * Add an option for faster low quality previewsAbstractQbit2022-12-241-2/+3
| |
* | added an option to filter out deepbooru tagsAUTOMATIC2022-12-241-0/+1
|/
* Merge pull request #5838 from aliencaocao/fix_gradio_pilAUTOMATIC11112022-12-241-0/+1
|\ | | | | Dirty fix for missing PIL supported file extensions
| * Fix PIL being imported before its installed (for new users only)Billy Cao2022-12-181-0/+1
| |
* | add an option for img2img background colorAUTOMATIC2022-12-241-0/+1
| |
* | Merge pull request #5814 from timntorres/5802-save-upscaler-to-filenameAUTOMATIC11112022-12-241-0/+1
|\ \ | | | | | | Add option to save upscaler to filename suffix in extras tab.
| * | Update OptionInfo to match preexisting option.timntorres2022-12-171-1/+1
| | |
| * | Add option to include upscaler name in filename.timntorres2022-12-171-0/+1
| | |
* | | remove NSFW filter and its dependency; if you still want it, find it in the ↵AUTOMATIC2022-12-101-1/+0
| | | | | | | | | | | | extensions section
* | | use less javascript for this non-js-only implementation of the clear prompt ↵AUTOMATIC2022-12-101-1/+0
| | | | | | | | | | | | button.
* | | Merge pull request #3198 from papuSpartan/masterAUTOMATIC11112022-12-101-0/+1
|\ \ \ | | | | | | | | Add Clear Prompt button to roll_col
| * \ \ Merge branch 'AUTOMATIC1111:master' into masterpapuSpartan2022-12-101-27/+70
| |\ \ \
| * \ \ \ Merge branch 'AUTOMATIC1111:master' into masterpapuSpartan2022-11-071-8/+51
| |\ \ \ \
| * \ \ \ \ Merge branch 'AUTOMATIC1111:master' into jspapuSpartan2022-11-011-1/+3
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'AUTOMATIC1111:master' into masterpapuSpartan2022-10-311-34/+82
| |\ \ \ \ \ \
| * | | | | | | refactor internal terminology to use 'clear' instead of 'trash' like #2728papuSpartan2022-10-211-1/+1
| | | | | | | |
| * | | | | | | Merge branch 'AUTOMATIC1111:master' into masterpapuSpartan2022-10-211-1/+23
| |\ \ \ \ \ \ \
| * | | | | | | | add settings option to toggle button visibilitypapuSpartan2022-10-211-0/+1
| | | | | | | | |
* | | | | | | | | Merge pull request #5441 from timntorres/add-5433-avoid-sending-size-optionAUTOMATIC11112022-12-101-0/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | Add option to avoid sending size between interfaces.
| * | | | | | | | Add opt. to avoid sending size between interfaces.timntorres2022-12-051-0/+1
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | add Noise multiplier option to infotextAUTOMATIC2022-12-101-1/+1
| | | | | | | |
* | | | | | | | Merge pull request #5373 from mezotaken/masterAUTOMATIC11112022-12-101-0/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | add noise strength parameter similar to NAI
| * | | | | | | add noise strength parameter similar to NAIVladimir Repin2022-12-031-0/+1
| | | | | | | |
* | | | | | | | add built-in extension systemAUTOMATIC2022-12-031-9/+4
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | add support for adding upscalers in extensions move LDSR, ScuNET and SwinIR to built-in extensions
* | | | | | | Merge pull request #4459 from kavorite/color-sketch-inpaintingAUTOMATIC11112022-12-031-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | add `--gradio-inpaint-tool` and option to specify `color-sketch`
| * | | | | | | add gradio-inpaint-tool; color-sketchkavorite2022-11-081-0/+1
| | | | | | | |
* | | | | | | | more simple config option name plus mouseover hint for clip skipAUTOMATIC2022-12-031-1/+1
| | | | | | | |
* | | | | | | | Fix clip skip of 1 not being restored from promptsspace-nuko2022-12-011-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge pull request #4416 from Keavon/cors-regexAUTOMATIC11112022-11-271-4/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add CORS-allow policy launch argument using regex
| * \ \ \ \ \ \ Merge branch 'master' into cors-regexKeavon Chambers2022-11-191-4/+27
| |\ \ \ \ \ \ \
| * | | | | | | | Add CORS-allow policy launch argument using regexKeavon Chambers2022-11-071-3/+4
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #4663 from xucj98/draftAUTOMATIC11112022-11-271-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | fix the model name error of Real-ESRGAN in the opts default value
| * \ \ \ \ \ \ \ Merge branch 'AUTOMATIC1111:master' into draftxucj982022-11-251-3/+22
| |\ \ \ \ \ \ \ \
| * | | | | | | | | fix the model name error of Real-ESRGAN in the opts default valueXu Cuijie2022-11-131-1/+1
| | | | | | | | | |
* | | | | | | | | | Merge remote-tracking branch 'flamelaw/master'AUTOMATIC2022-11-271-2/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Gradient accumulation, autocast fix, new latent sampling method, etcflamelaw2022-11-201-2/+1
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | serve images from where they are saved instead of a temporary directoryAUTOMATIC2022-11-271-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
* | | | | | | | | | Add support Stable Diffusion 2.0AUTOMATIC2022-11-261-9/+25
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | moved deepdanbooru to pure pytorch implementationAUTOMATIC2022-11-201-1/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #4717 from papuSpartan/securityAUTOMATIC11112022-11-191-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add --server-name to the list of arguments considered insecure
| * | | | | | | | Give --server-name priority over --listen and add check for --server-name in ↵papuSpartan2022-11-141-1/+1
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | addition to --share and --listen
* | | | | | | | Merge pull request #4733 from MaikoTan/api-authorizationAUTOMATIC11112022-11-191-0/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | feat: add http basic authentication for api
| * \ \ \ \ \ \ \ Merge branch 'master' into api-authorizationMaiko Tan2022-11-191-1/+2
| |\ \ \ \ \ \ \ \
| * | | | | | | | | feat: add http basic authentication for apiMaiko Sinkyaet Tan2022-11-151-0/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | make it possible to change models etc by editing options using APIAUTOMATIC2022-11-191-0/+17
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge branch 'a1111' into vae-miscMuhammad Rizqi Nur2022-11-191-3/+3
|\ \ \ \ \ \ \ \