Commit Graph
100 Commits
Author SHA1 Message Date
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
AUTOMATIC 4a8cf01f6f remove duplicate code from #3970 2022-11-02 12:12:32 +03:00
AUTOMATIC1111andGitHub e526f6b378 Merge pull request #3970 from evshiron/fix/progress-api
fix broken progress api and current image compatibility
2022-11-02 12:06:12 +03:00
AUTOMATIC 95c6308ccd switch to gradio 3.8 2022-11-02 09:48:02 +03:00
AUTOMATIC1111andGitHub 65522ff157 Merge pull request #4142 from jn-jairo/processing-close
Release processing resources after it finishes
2022-11-02 07:30:03 +03:00
AUTOMATIC1111andGitHub 10f62546d3 Merge pull request #4021 from AUTOMATIC1111/add-kdiff-cfgdenoiser-callback
Add mid-kdiffusion cfgdenoiser script callback - access latents, conditionings and sigmas mid-sampling
2022-11-02 07:29:16 +03:00
AUTOMATIC 5510c282b1 fix for extensions' javascript not loading 2022-11-02 07:26:31 +03:00
AUTOMATIC 55688c4880 rename the seed option from #4146 2022-11-02 07:02:45 +03:00
AUTOMATIC1111andGitHub 1a058ca578 Merge pull request #4146 from kdreibel/feature/prompts-from-file-seed-preservation
prompts_from_file: allow random seeds to be preserved for the list of prompts
2022-11-02 06:59:18 +03:00
AUTOMATIC 198a1ffcfc fix API returning extra stuff in base64 encoded iamges for #3972 2022-11-01 19:14:10 +03:00
AUTOMATIC1111andGitHub d51a5d6336 Merge pull request #4025 from evshiron/feat/interrupt-api-master
prototype interrupt api
2022-11-01 18:22:16 +03:00
AUTOMATIC1111andGitHub efd20a4519 Merge pull request #4026 from AUTOMATIC1111/extras-cache-key-extension
Extend extras image cache key with upscale_first arg
2022-11-01 18:21:54 +03:00
AUTOMATIC1111andGitHub d7622d97f2 Merge pull request #4004 from mamawr/master
Added "--clip-models-path" switch
2022-11-01 18:19:12 +03:00
AUTOMATIC1111andGitHub f071a1d25a Merge pull request #4056 from MarkovInequality/TI_optimizations
Allow TI training using 6GB VRAM when xformers is available
2022-11-01 18:17:56 +03:00
AUTOMATIC1111andGitHub 0e5d239f06 Merge pull request #4086 from timntorres/3875-allow-disabling-png-info
Add PNG info to pngs only if option is enabled.
2022-11-01 18:06:11 +03:00
AUTOMATIC1111andGitHub 458cca0391 Merge pull request #4110 from laksjdjf/master
Caused error in latest pytorch-lightning==1.8.0
2022-11-01 18:02:52 +03:00
AUTOMATIC1111andGitHub c28de154b0 Merge pull request #4087 from ikasumi/feat/batch-img2img-improve
make save dir if save dir is not exists
2022-11-01 15:08:27 +03:00
AUTOMATIC1111andGitHub d79b93084c Merge pull request #3723 from stysmmaker/patch/image-save-callback
Correct before image saved callback
2022-11-01 14:59:10 +03:00
AUTOMATIC b85e83c3bd add PYTHONPATH for extension's install.py 2022-11-01 14:48:53 +03:00
AUTOMATIC d35bf64945 make launch.py run installers for extensions that have ones
add some more classes to safety module for an extension
2022-11-01 14:20:15 +03:00
AUTOMATIC1111andGitHub f126986b76 Merge pull request #4098 from jn-jairo/load-model
Unload sd_model before loading the other to solve the issue #3449
2022-11-01 13:54:00 +03:00
AUTOMATIC1111andGitHub 0874404040 Merge pull request #3982 from MaikoTan/on-started-callback
feat: add app started callback
2022-11-01 13:47:47 +03:00
AUTOMATIC1111andGitHub 40b3a7e8a5 Merge pull request #3917 from MartinCairnsSQL/adjust-ddim-uniform-steps
Certain step counts for DDIM cause out of bounds error
2022-11-01 13:45:31 +03:00
AUTOMATIC 5b0f624bdc Added Available tab to extensions UI. 2022-11-01 09:59:10 +03:00
AUTOMATIC 9e22a35754 fix the error with extension tab not working because of the previous commit 2022-10-31 18:45:50 +03:00
AUTOMATIC 58cc03edd0 fix scripts I broke with the extension tab changes 2022-10-31 18:40:47 +03:00
AUTOMATIC dc7425a56e disable access to extension stuff for non-local servers 2022-10-31 18:33:44 +03:00
AUTOMATIC f17769cfbc add requirements for GitPython 2022-10-31 17:57:16 +03:00
AUTOMATIC 910a097ae2 add initial version of the extensions tab
fix broken Restart Gradio button
2022-10-31 17:37:02 +03:00
AUTOMATIC1111andGitHub 17a2076f72 Merge pull request #3928 from R-N/validate-before-load
Optimize training a little
2022-10-30 09:51:36 +03:00
AUTOMATIC1111andGitHub 3dc9a43f7e Merge pull request #3898 from R-N/lr-comma
Allow trailing comma in learning rate
2022-10-30 09:29:29 +03:00
AUTOMATIC 149784202c rework #3722 to not introduce duplicate code 2022-10-30 09:10:22 +03:00
AUTOMATIC1111andGitHub 060ee5d3a7 Merge pull request #3722 from evshiron/feat/progress-api
prototype progress api
2022-10-30 09:02:01 +03:00
AUTOMATIC 61836bd544 shorten Hypernetwork strength in infotext and omit it when it's the default value. 2022-10-30 08:48:53 +03:00
AUTOMATIC1111andGitHub 470f184176 Merge pull request #3831 from timntorres/3825-save-hypernet-strength-to-info
Save Hypernetwork strength to infotext.
2022-10-30 08:47:18 +03:00
AUTOMATIC 5a6e0cfba6 always add --api when running tests 2022-10-30 08:28:36 +03:00
AUTOMATIC 59dfe0845d launch tests from launch.py with --tests commandline argument 2022-10-30 08:22:44 +03:00
AUTOMATIC 05a657dd35 fix broken hires fix 2022-10-30 07:41:56 +03:00
AUTOMATIC1111andGitHub ded08fc1dc Merge pull request #3941 from mezotaken/master
Automated testing through API [WIP, feedback required]
2022-10-30 07:41:39 +03:00
AUTOMATIC1111andGitHub e7254746bb Merge pull request #3571 from szhublox/noautoupdate
webui.sh: no automatic git pull
2022-10-29 23:04:26 +03:00
AUTOMATIC d699720254 add translators to codeowners with their respective translation files 2022-10-29 22:39:10 +03:00
AUTOMATIC 4cb5983c30 rename french translation to be in line with others 2022-10-29 22:38:50 +03:00
AUTOMATIC1111andGitHub 58fb4bc08c Merge pull request #3783 from 36DB/management
CODEOWNERS update for localization management
2022-10-29 22:22:00 +03:00
AUTOMATIC1111andGitHub c328deb5f1 Merge pull request #3934 from bamarillo/api-add-png-info-endpoint
[API][Feature] Add png info endpoint
2022-10-29 22:20:50 +03:00
AUTOMATIC 9bb6b6509a add postprocess call for scripts 2022-10-29 22:20:02 +03:00
AUTOMATIC 35c45df28b fix broken ↙ button, fix field paste ignoring most of useful fields for for #3768 2022-10-29 10:56:19 +03:00
AUTOMATIC beb6fc2979 move send seed option to UI section and make it false by default 2022-10-29 09:57:22 +03:00
AUTOMATIC1111andGitHub 9553a7e071 Merge pull request #3818 from jwatzman/master
Reduce peak memory usage when changing models
2022-10-29 09:16:00 +03:00
AUTOMATIC 28e6d4a54e add element ids for save buttons for #3798 2022-10-29 09:13:36 +03:00
AUTOMATIC1111andGitHub 1233bec13e Merge pull request #3798 from aurror/modal-save-button-and-shortcut
added save image button and a hotkey to Modal Image View
2022-10-29 09:11:06 +03:00
AUTOMATIC1111andGitHub 76086f6668 Merge branch 'master' into modal-save-button-and-shortcut 2022-10-29 09:11:00 +03:00
AUTOMATIC1111andGitHub 02b547861e Merge pull request #3757 from LunixWasTaken/master
Add german Localization file.
2022-10-29 09:04:23 +03:00
AUTOMATIC1111andGitHub 09d00e71dd Merge pull request #3725 from EugenioBuffo/master
Included localization file for IT language
2022-10-29 09:04:08 +03:00
AUTOMATIC1111andGitHub f3454b8a6b Merge pull request #3691 from xmodar/arabic
Revamped Arabic localization
2022-10-29 09:03:35 +03:00
AUTOMATIC 78b879b442 delete the submodule dir (why do you keep doing this) 2022-10-29 09:02:02 +03:00
AUTOMATIC 68581bfc4e Merge remote-tracking branch 'origin/master' 2022-10-29 09:01:08 +03:00
AUTOMATIC 2922d8144f make existing image browser extension not break 2022-10-29 09:01:04 +03:00
AUTOMATIC af547f63c3 Merge branch 'Inspiron' 2022-10-29 08:48:11 +03:00
AUTOMATIC 3c207ca684 add needed imports fr new code in copypaste.py 2022-10-29 08:42:34 +03:00
AUTOMATIC 45ca67f35a remove repeated gitignore entries 2022-10-29 08:29:50 +03:00
AUTOMATIC a33d0a9a65 remove weird spaces added to ui.py over time 2022-10-29 08:28:48 +03:00
AUTOMATIC 2d220afb24 fix open folder button not working 2022-10-29 08:26:12 +03:00
AUTOMATIC1111andGitHub d885a4a57b Merge pull request #3711 from benlisquare/master
Add localisation for Traditional Chinese 正體中文化
2022-10-29 08:13:14 +03:00
AUTOMATIC a1e5e0d766 skip filenames starting with . for img2img and extras batch modes 2022-10-29 08:11:03 +03:00
AUTOMATIC1111andGitHub cf8da8e1b0 Merge pull request #3826 from ANTONIOPSD/patch-1
Natural sorting for dropdown checkpoint list
2022-10-29 08:02:03 +03:00
AUTOMATIC1111andGitHub 810e6a407d Merge pull request #3858 from R-N/log-csv
Fix log off by 1 #3847
2022-10-29 07:55:20 +03:00