376 Commits (03d7b394539558f6f560155d87a4fc66eb675e30)

Author SHA1 Message Date
AUTOMATIC 03d7b39453 added an option to filter out deepbooru tags 3 years ago
AUTOMATIC1111 34bc3616ec
Merge pull request #5838 from aliencaocao/fix_gradio_pil
Dirty fix for missing PIL supported file extensions
3 years ago
AUTOMATIC 9441c28c94 add an option for img2img background color 3 years ago
AUTOMATIC1111 55f3ef876b
Merge pull request #5814 from timntorres/5802-save-upscaler-to-filename
Add option to save upscaler to filename suffix in extras tab.
3 years ago
Billy Cao c02ef0f428 Fix PIL being imported before its installed (for new users only) 3 years ago
timntorres 6fd91c9179 Update OptionInfo to match preexisting option. 3 years ago
timntorres a7a039d53a Add option to include upscaler name in filename. 3 years ago
AUTOMATIC 991e2dcee9 remove NSFW filter and its dependency; if you still want it, find it in the extensions section 3 years ago
AUTOMATIC d06592267c use less javascript for this non-js-only implementation of the clear prompt button. 3 years ago
AUTOMATIC1111 2028aa06c0
Merge pull request #3198 from papuSpartan/master
Add Clear Prompt button to roll_col
3 years ago
AUTOMATIC1111 cce306cb67
Merge pull request #5441 from timntorres/add-5433-avoid-sending-size-option
Add option to avoid sending size between interfaces.
3 years ago
papuSpartan 6387043fd2
Merge branch 'AUTOMATIC1111:master' into master 3 years ago
AUTOMATIC bab91b1279 add Noise multiplier option to infotext 3 years ago
AUTOMATIC1111 8ee1acc1e4
Merge pull request #5373 from mezotaken/master
add noise strength parameter similar to NAI
3 years ago
timntorres 7057c72ae3 Add opt. to avoid sending size between interfaces. 3 years ago
AUTOMATIC b6e5edd746 add built-in extension system
add support for adding upscalers in extensions
move LDSR, ScuNET and SwinIR to built-in extensions
3 years ago
Vladimir Repin cf3e844d1d add noise strength parameter similar to NAI 3 years ago
AUTOMATIC1111 5cd5a672f7
Merge pull request #4459 from kavorite/color-sketch-inpainting
add `--gradio-inpaint-tool` and option to specify `color-sketch`
3 years ago
AUTOMATIC c7af672186 more simple config option name plus mouseover hint for clip skip 3 years ago
space-nuko be2e6de94a Fix clip skip of 1 not being restored from prompts 3 years ago
AUTOMATIC1111 9e78d2c419
Merge pull request #4416 from Keavon/cors-regex
Add CORS-allow policy launch argument using regex
3 years ago
AUTOMATIC1111 eb08550108
Merge pull request #4663 from xucj98/draft
fix the model name error of Real-ESRGAN in the opts default value
3 years ago
AUTOMATIC b48b7999c8 Merge remote-tracking branch 'flamelaw/master' 3 years ago
AUTOMATIC b006382784 serve images from where they are saved instead of a temporary directory
add an option to choose a different temporary directory in the UI
add an option to cleanup the selected temporary directory at startup
3 years ago
AUTOMATIC ce6911158b Add support Stable Diffusion 2.0 3 years ago
xucj98 263b323de1
Merge branch 'AUTOMATIC1111:master' into draft 3 years ago
AUTOMATIC c81d440d87 moved deepdanbooru to pure pytorch implementation 3 years ago
flamelaw bd68e35de3 Gradient accumulation, autocast fix, new latent sampling method, etc 3 years ago
Keavon Chambers 2f90496b19
Merge branch 'master' into cors-regex 3 years ago
AUTOMATIC1111 ccd73fc186
Merge pull request #4717 from papuSpartan/security
Add --server-name to the list of arguments considered insecure
3 years ago
AUTOMATIC1111 41e242b220
Merge pull request #4733 from MaikoTan/api-authorization
feat: add http basic authentication for api
3 years ago
AUTOMATIC 5a6387e189 make it possible to change models etc by editing options using API 3 years ago
Maiko Tan 336c341a7c
Merge branch 'master' into api-authorization 3 years ago
Muhammad Rizqi Nur f1bdf2b15f Merge branch 'a1111' into vae-misc 3 years ago
AUTOMATIC d9fd4525a5 change text for sd_vae_as_default that makes more sense to me 3 years ago
AUTOMATIC1111 3951806058
Merge pull request #4842 from R-N/vae-as-default
Option to use selected VAE as default fallback instead of primary option
3 years ago
Muhammad Rizqi Nur c8f7b5cdd7 Misc
Misc
3 years ago
Muhammad Rizqi Nur 0663706d44 Option to use selected VAE as default fallback instead of primary option 3 years ago
Maiko Sinkyaet Tan 8f2ff861d3
feat: add http basic authentication for api 3 years ago
papuSpartan 3405acc6a4 Give --server-name priority over --listen and add check for --server-name in addition to --share and --listen 3 years ago
Xu Cuijie d20dbe47e0 fix the model name error of Real-ESRGAN in the opts default value 3 years ago
AUTOMATIC a1a376331c make existing script loading and new preload code use same code for loading modules
limit extension preload scripts to just one file named preload.py
3 years ago
AUTOMATIC1111 e5690d0bf2
Merge pull request #4488 from d8ahazard/ExtensionPreload
Add option to preload extensions
3 years ago
AUTOMATIC1111 73776907ec
Merge pull request #4117 from TinkTheBoush/master
Adding optional tag shuffling for training
3 years ago
KyuSeok Jung 0959907f87
adding tag dropout option 3 years ago
KyuSeok Jung 6f8a807fe4
Update shared.py 3 years ago
d8ahazard cfcadeae9a Add option to preload extensions
By creating a file called "preload.py" in an extension folder and declaring a preload(parser) method, we can add extra command-line args for an extension.
3 years ago
kavorite 9ed4a126bd add gradio-inpaint-tool; color-sketch 3 years ago
Keavon Chambers a258fd60db Add CORS-allow policy launch argument using regex 3 years ago
papuSpartan 00ebc26c4e
Merge branch 'AUTOMATIC1111:master' into master 3 years ago