 AUTOMATIC1111andGitHub
|
828438b4a1
|
Merge pull request #4120 from aliencaocao/enable-override-hypernet
Enable override_settings to take effect for hypernetworks
|
2022-11-20 16:49:06 +03:00 |
|
AUTOMATIC
|
c81d440d87
|
moved deepdanbooru to pure pytorch implementation
|
2022-11-20 16:39:20 +03:00 |
|
AUTOMATIC
|
47a44c7e42
|
revert change to webui-user.bat
|
2022-11-19 21:06:58 +03:00 |
|
AUTOMATIC
|
3596af0749
|
Add API for scripts to add elements anywhere in UI.
|
2022-11-19 19:10:28 +03:00 |
|
 AUTOMATIC1111andGitHub
|
ccd73fc186
|
Merge pull request #4717 from papuSpartan/security
Add --server-name to the list of arguments considered insecure
|
2022-11-19 15:31:09 +03:00 |
|
 AUTOMATIC1111andGitHub
|
32718834f3
|
Merge pull request #4664 from piraka9011/fix-env-names
Fix env var name typos
|
2022-11-19 15:30:32 +03:00 |
|
 AUTOMATIC1111andGitHub
|
41e242b220
|
Merge pull request #4733 from MaikoTan/api-authorization
feat: add http basic authentication for api
|
2022-11-19 15:20:03 +03:00 |
|
AUTOMATIC
|
5a6387e189
|
make it possible to change models etc by editing options using API
|
2022-11-19 15:15:24 +03:00 |
|
 AUTOMATIC1111andGitHub
|
84a6f211d4
|
Merge pull request #4358 from bamarillo/master
[API][Feature] Add Skip endpoint
|
2022-11-19 14:50:02 +03:00 |
|
 AUTOMATIC1111andGitHub
|
4b22ec4138
|
Merge pull request #4759 from dtlnor/kill-gradio-progress-bar
Hide Gradio progress again
|
2022-11-19 13:49:21 +03:00 |
|
AUTOMATIC
|
413c077969
|
prevent StableDiffusionProcessingImg2Img changing image_mask field as an alternative solution to #4765
|
2022-11-19 13:48:59 +03:00 |
|
 AUTOMATIC1111andGitHub
|
89daf778fb
|
Merge pull request #4812 from space-nuko/feature/interrupt-preprocessing
Add interrupt button to preprocessing
|
2022-11-19 13:26:33 +03:00 |
|
 AUTOMATIC1111andGitHub
|
fe03f9903c
|
Merge pull request #4819 from killfrenzy96/master
Cleanly undo circular hijack to fix tiling getting stuck on #4818
|
2022-11-19 13:26:03 +03:00 |
|
AUTOMATIC
|
617c5b486f
|
make it possible for StableDiffusionProcessing to accept multiple different negative prompts in a batch
|
2022-11-19 13:23:25 +03:00 |
|
 AUTOMATIC1111andGitHub
|
e35d8b493f
|
Merge pull request #4778 from leppie/fix_unbounded_prompt_growth
Fix unbounded prompt growth/determinism in scripts that loop
|
2022-11-19 12:52:55 +03:00 |
|
AUTOMATIC
|
0d702930b0
|
renamed Inpainting strength infotext to Conditional mask weight, made it only appear if using inpainting model, made it possible to read the setting from it using the blue arrow button
|
2022-11-19 12:47:52 +03:00 |
|
 AUTOMATIC1111andGitHub
|
ff35ae9abb
|
Merge pull request #4679 from Eugenii10/inpaint-strength-to-infotext
Add 'Inpainting strength' to the 'generation_params' of 'infotext' (params.txt or png chunks)
|
2022-11-19 12:24:44 +03:00 |
|
 AUTOMATIC1111andGitHub
|
aee611adb8
|
Merge pull request #4646 from mrauhu/force-update-extensions
Fix: `error: Your local changes to the following files would be overwritten by merge` when trying to update extensions in WSL2 Docker
|
2022-11-19 12:22:51 +03:00 |
|
 AUTOMATIC1111andGitHub
|
5bfef6e063
|
Merge pull request #4844 from R-N/vae-misc
Remove no longer necessary code from VAE selector, fix #4651
|
2022-11-19 12:21:22 +03:00 |
|
AUTOMATIC
|
cdc8020d13
|
change StableDiffusionProcessing to internally use sampler name instead of sampler index
|
2022-11-19 12:01:51 +03:00 |
|
AUTOMATIC
|
d9fd4525a5
|
change text for sd_vae_as_default that makes more sense to me
|
2022-11-19 11:09:44 +03:00 |
|
 AUTOMATIC1111andGitHub
|
3951806058
|
Merge pull request #4842 from R-N/vae-as-default
Option to use selected VAE as default fallback instead of primary option
|
2022-11-19 10:59:42 +03:00 |
|
 AUTOMATIC1111andGitHub
|
0d098e4656
|
Merge pull request #4527 from d8ahazard/Accelerate
Optional Accelerate Launch
|
2022-11-19 10:49:44 +03:00 |
|
AUTOMATIC
|
98947d173e
|
run installers for newly installed extensions
|
2022-11-12 11:11:47 +03:00 |
|
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
|
2022-11-12 10:56:06 +03:00 |
|
 AUTOMATIC1111andGitHub
|
e5690d0bf2
|
Merge pull request #4488 from d8ahazard/ExtensionPreload
Add option to preload extensions
|
2022-11-12 10:29:15 +03:00 |
|
AUTOMATIC
|
0ab0a50f9a
|
change formatting to match the main program in devices.py
|
2022-11-12 10:00:49 +03:00 |
|
AUTOMATIC
|
c62d17aee3
|
use the new devices.has_mps() function in register_buffer for DDIM/PLMS fix for OSX
|
2022-11-12 10:00:22 +03:00 |
|
 AUTOMATIC1111andGitHub
|
526f0aa556
|
Merge pull request #4623 from fumiama/mps
Fix wrong mps fallback
|
2022-11-12 09:51:33 +03:00 |
|
AUTOMATIC
|
7ba3923d5b
|
move DDIM/PLMS fix for OSX out of the file with inpainting code.
|
2022-11-11 18:20:18 +03:00 |
|
 AUTOMATIC1111andGitHub
|
bb2e2c82ce
|
Merge pull request #4233 from thesved/patch-1
Make DDIM and PLMS work on Mac OS
|
2022-11-11 18:01:58 +03:00 |
|
 AUTOMATIC1111andGitHub
|
b8a2e38758
|
Merge pull request #4543 from tong-zeng/master
Fix a bug in list_files_with_name
|
2022-11-11 18:00:13 +03:00 |
|
 AUTOMATIC1111andGitHub
|
e666220ee4
|
Merge pull request #4514 from cluder/4448_fix_ckpt_cache
#4448 fix checkpoint cache usage
|
2022-11-11 16:04:17 +03:00 |
|
 AUTOMATIC1111andGitHub
|
6a2044f566
|
Merge pull request #4563 from JingShing/master
Add username and password in ngrok
|
2022-11-11 15:57:24 +03:00 |
|
 AUTOMATIC1111andGitHub
|
ec95ced6fb
|
Merge pull request #4573 from liamkerr/4415-update-generation-info
4415 update generation info
|
2022-11-11 15:51:14 +03:00 |
|
 AUTOMATIC1111andGitHub
|
73776907ec
|
Merge pull request #4117 from TinkTheBoush/master
Adding optional tag shuffling for training
|
2022-11-11 15:46:20 +03:00 |
|
 AUTOMATIC1111andGitHub
|
6585cba200
|
Merge pull request #4395 from snowmeow2/master
Add DeepDanbooru to the interrogate API
|
2022-11-11 15:41:30 +03:00 |
|
AUTOMATIC
|
ac08562854
|
Remove old localizations from the main repo.
Where are they now? Here: https://github.com/AUTOMATIC1111/stable-diffusion-webui-old-localizations
|
2022-11-08 10:01:27 +03:00 |
|
AUTOMATIC
|
1610b32584
|
add callback for creating a tab in train UI
|
2022-11-08 08:38:10 +03:00 |
|
AUTOMATIC
|
8011be33c3
|
move functions out of main body for image preprocessing for easier hijacking
|
2022-11-08 08:37:05 +03:00 |
|
AUTOMATIC
|
c5334fc56b
|
fix javascript duplication bug after pressing the restart UI button
|
2022-11-08 08:35:01 +03:00 |
|
AUTOMATIC
|
804d9fb83d
|
bump gradio to 3.9
|
2022-11-06 23:22:36 +03:00 |
|
AUTOMATIC
|
32c0eab895
|
load all settings in one call instead of one by one when the page loads
|
2022-11-06 14:39:41 +03:00 |
|
 AUTOMATIC1111andGitHub
|
5302e2cdd4
|
Merge pull request #3810 from royshil/roy.add_simple_interrogate_api
Add a barebones CLIP interrogate API endpoint
|
2022-11-06 11:28:00 +03:00 |
|
 AUTOMATIC1111andGitHub
|
07d1bd4267
|
Merge branch 'master' into roy.add_simple_interrogate_api
|
2022-11-06 11:27:54 +03:00 |
|
AUTOMATIC
|
6e4de5b442
|
add load_with_extra function for modules to load checkpoints with extended whitelist
|
2022-11-06 11:20:23 +03:00 |
|
AUTOMATIC
|
9cd1a66648
|
remove localization people from CODEOWNERS add a note
|
2022-11-06 10:37:08 +03:00 |
|
AUTOMATIC
|
e5b4e3f820
|
add tags to extensions, and ability to filter out tags
list changed Settings keys in UI
do not print VRAM/etc stats everywhere but in calls that use GPU
|
2022-11-06 10:12:53 +03:00 |
|
AUTOMATIC
|
a2a1a2f727
|
add ability to create extensions that add localizations
|
2022-11-06 09:02:35 +03:00 |
|
 AUTOMATIC1111andGitHub
|
ea5b90b3b3
|
Merge pull request #4371 from hotdogee/master
Fixes #800 #1562 #2075 #2304 #2931 LDSR upscaler producing black bars
|
2022-11-06 08:18:16 +03:00 |
|
AUTOMATIC
|
159475e072
|
tweak names a bit for new samplers
|
2022-11-05 18:32:22 +03:00 |
|
 AUTOMATIC1111andGitHub
|
bbfdfa52c5
|
Merge pull request #4304 from hentailord85ez/k-diffusion-update
Add support for the new DPM-Solver++ samplers added to k-diffusion
|
2022-11-05 18:28:25 +03:00 |
|
 AUTOMATIC1111andGitHub
|
2e604233fd
|
Merge pull request #4329 from Blucknote/patch-1
Python 3.8 typing compatibility
|
2022-11-05 17:23:22 +03:00 |
|
 AUTOMATIC1111andGitHub
|
a546e2a8c9
|
Merge pull request #4173 from evshiron/fix/encode-pnginfo
add back png info in image api
|
2022-11-05 17:20:54 +03:00 |
|
AUTOMATIC
|
62e3d71aa7
|
rework the code to not use the walrus operator because colab's 3.7 does not support it
|
2022-11-05 17:09:42 +03:00 |
|
 AUTOMATIC1111andGitHub
|
b8f2dfed3c
|
Merge pull request #4297 from AUTOMATIC1111/aria1th-patch-1
Fix errors from commit f2b697 with --hide-ui-dir-config
|
2022-11-05 16:22:50 +03:00 |
|
 AUTOMATIC1111andGitHub
|
994136b9c2
|
Merge pull request #4294 from evshiron/feat/allow-origins
add --cors-allow-origins cmd opt
|
2022-11-05 16:20:45 +03:00 |
|
 AUTOMATIC1111andGitHub
|
37ba0070ec
|
Merge branch 'master' into feat/allow-origins
|
2022-11-05 16:20:40 +03:00 |
|
 AUTOMATIC1111andGitHub
|
c9b2eef6a3
|
Merge pull request #4293 from AUTOMATIC1111/innovaciones-patch-1
Open extensions links in new tab
|
2022-11-05 16:18:29 +03:00 |
|
 AUTOMATIC1111andGitHub
|
cb84a304f0
|
Merge pull request #4273 from Omegastick/ordered_hypernetworks
Sort hypernetworks list
|
2022-11-05 16:16:18 +03:00 |
|
 AUTOMATIC1111andGitHub
|
e96c434495
|
Merge pull request #3975 from aria1th/force-push-patch-13
Save/loading AdamW optimizer (for hypernetworks)
|
2022-11-05 16:15:00 +03:00 |
|
 AUTOMATIC1111andGitHub
|
477c09f4e7
|
Merge pull request #4311 from aliencaocao/fix_typing_compat_for_brlow_python3.10
Use typing.Optional instead of | to add support for Python 3.9 and below
|
2022-11-05 16:06:22 +03:00 |
|
 AUTOMATIC1111andGitHub
|
c71691933c
|
Merge pull request #4320 from papuSpartan/tls
Add support for SSL/TLS (provide Gradio TLS options)
|
2022-11-05 16:05:51 +03:00 |
|
AUTOMATIC
|
03b08c4a6b
|
do not die when an extension's repo has no remote
|
2022-11-05 15:04:48 +03:00 |
|
AUTOMATIC
|
30b1bcc64e
|
fix upscale loop erroneously applied multiple times
|
2022-11-04 22:56:18 +03:00 |
|
AUTOMATIC
|
822210bae5
|
Merge remote-tracking branch 'origin/master'
|
2022-11-04 22:47:59 +03:00 |
|
 AUTOMATIC1111andGitHub
|
8eb0a97278
|
Merge pull request #4179 from AUTOMATIC1111/callback-structure
Convert callbacks into a private map, add utility functions
|
2022-11-04 19:27:54 +03:00 |
|
AUTOMATIC
|
116bcf730a
|
disable setting options via API until it is fixed by the author
|
2022-11-04 16:49:05 +03:00 |
|
AUTOMATIC
|
f316280ad3
|
fix the error that prevents from setting some options
|
2022-11-04 16:49:04 +03:00 |
|
AUTOMATIC
|
eeb0733013
|
change process_one virtual function for script to process_batch, add extra args and docs
|
2022-11-04 11:21:40 +03:00 |
|
AUTOMATIC
|
99043f3360
|
fix one of previous merges breaking the program
|
2022-11-04 11:20:42 +03:00 |
|
 AUTOMATIC1111andGitHub
|
c250d2a08f
|
Merge pull request #4182 from macrosoft/process_one
Process one
|
2022-11-04 11:07:05 +03:00 |
|
 AUTOMATIC1111andGitHub
|
1b9faaa1c3
|
Merge pull request #4196 from cobryan05/extras_no_rehash
extras - skip unnecessary second hash of image
|
2022-11-04 11:04:01 +03:00 |
|
 AUTOMATIC1111andGitHub
|
faa79b0850
|
Merge pull request #4199 from Ju1-js/patch-1
Make extension manager remote links open a new tab
|
2022-11-04 11:03:19 +03:00 |
|
 AUTOMATIC1111andGitHub
|
91c7659dc2
|
Merge pull request #4201 from aliencaocao/fix_nowebui_arg
Fix nowebui arg being ignored
|
2022-11-04 11:03:02 +03:00 |
|
 AUTOMATIC1111andGitHub
|
9b2ca18a5d
|
Merge pull request #4245 from 7flash/7flash/fix-api-compatibility
fixed api compatibility with python 3.8
|
2022-11-04 11:00:37 +03:00 |
|
 AUTOMATIC1111andGitHub
|
e9c767d8db
|
Merge branch 'master' into 7flash/fix-api-compatibility
|
2022-11-04 11:00:32 +03:00 |
|
 AUTOMATIC1111andGitHub
|
2913b9f025
|
Merge pull request #4178 from HeyImKyu/PreviewOnBatchCompletion
Added option to preview Created images on batch completion.
|
2022-11-04 10:59:27 +03:00 |
|
 AUTOMATIC1111andGitHub
|
17f9e55667
|
Merge pull request #4036 from R-N/fix-ckpt-cache
Fix 1 checkpoint cache count being useless #4035
|
2022-11-04 10:54:23 +03:00 |
|
 AUTOMATIC1111andGitHub
|
24fc05cf57
|
Merge branch 'master' into fix-ckpt-cache
|
2022-11-04 10:54:17 +03:00 |
|
 AUTOMATIC1111andGitHub
|
352b33106a
|
Merge pull request #4210 from byzod/patch-1
Fix #3904 (hotkey to edit weight of tag is not working in (most) localizations)
|
2022-11-04 10:47:49 +03:00 |
|
 AUTOMATIC1111andGitHub
|
371c4b990e
|
Merge pull request #4218 from bamarillo/utils-endpoints
[API][Feature] Utils endpoints
|
2022-11-04 10:46:51 +03:00 |
|
AUTOMATIC
|
f674c488d9
|
bugfix: save image for hires fix BEFORE upscaling latent space
|
2022-11-04 10:45:34 +03:00 |
|
AUTOMATIC
|
321e13ca17
|
produce a readable error message when setting an option fails on the settings screen
|
2022-11-04 10:35:30 +03:00 |
|
AUTOMATIC
|
ccf1a15412
|
add an option to enable installing extensions with --listen or --share
|
2022-11-04 10:16:19 +03:00 |
|
AUTOMATIC
|
5f01171543
|
shut down gradio's "everything allowed" CORS policy; I checked the main functionality to work with this, but if this breaks some exotic workflow, I'm sorry.
|
2022-11-04 10:07:29 +03:00 |
|
AUTOMATIC
|
f2b69709ea
|
move option access checking to options class out of various places scattered through code
|
2022-11-04 09:42:25 +03:00 |
|
 AUTOMATIC1111andGitHub
|
26108a7f1c
|
Merge pull request #3698 from guaneec/hn-activation
Remove activation from final layer of Hypernetworks
|
2022-11-04 09:02:21 +03:00 |
|
 AUTOMATIC1111andGitHub
|
4918eb6ce4
|
Merge branch 'master' into hn-activation
|
2022-11-04 09:02:15 +03:00 |
|
 AUTOMATIC1111andGitHub
|
2cf3d2ac15
|
Merge pull request #3923 from random-thoughtss/master
Fix weighted mask for highres fix
|
2022-11-04 08:59:12 +03:00 |
|
 AUTOMATIC1111andGitHub
|
3f0f3284b6
|
Merge pull request #4249 from digburn/fix-cache-vae
Fix loading a model without a VAE from the cache
|
2022-11-04 08:57:18 +03:00 |
|
 AUTOMATIC1111andGitHub
|
1ca4dd44c9
|
Merge pull request #4191 from digburn/fix-api-upscaling
Fix API Upscaling: Add required parameter to API extras route
|
2022-11-04 08:56:34 +03:00 |
|
 AUTOMATIC1111andGitHub
|
f12576fd6d
|
Merge pull request #4260 from timntorres/4246-lift-extras-generate-button
Lift extras "Generate" button.
|
2022-11-04 08:41:29 +03:00 |
|
AUTOMATIC
|
4dd898b8c1
|
do not mess with components' visibility for scripts; instead create group components and show/hide those; this will break scripts that create invisible components and rely on UI but the earlier i make this change the better
|
2022-11-04 08:38:19 +03:00 |
|
AUTOMATIC
|
f2a5cbe6f5
|
fix #3986 breaking --no-half-vae
|
2022-11-02 14:41:29 +03:00 |
|
 AUTOMATIC1111andGitHub
|
675b51ebd3
|
Merge pull request #3986 from R-N/vae-picker
VAE Selector
|
2022-11-02 14:12:27 +03:00 |
|
 AUTOMATIC1111andGitHub
|
e359268be9
|
Merge pull request #3976 from victorca25/esrgan_fea
multiple trivial changes for "extras" models
|
2022-11-02 14:09:38 +03:00 |
|
 AUTOMATIC1111andGitHub
|
bb21a4cb35
|
Merge pull request #3715 from shwang95/master
Fix error caused by EXIF transpose when using custom scripts
|
2022-11-02 13:41:35 +03:00 |
|
 AUTOMATIC1111andGitHub
|
e6060a7e6b
|
Merge pull request #4155 from MaikoTan/fix/register-api-in-api-only-mode
fix: should invoke callback as well in api only mode
|
2022-11-02 13:04:55 +03:00 |
|
AUTOMATIC
|
eb5e82c7dd
|
do not unnecessarily run VAE one more time when saving intermediate image with hires fix
|
2022-11-02 12:45:03 +03:00 |
|