Commit Graph

2605 Commits

Author SHA1 Message Date
dtlnor
53e72e15f0 polish translation content 2022-11-03 12:27:32 +09:00
dtlnor
dcf73cf779 Update zh_CN.json
- re-order some element
- update new content
2022-11-03 11:45:24 +09:00
Chris OBryan
313e14de04 extras - skip unnecessary second hash of image
There is no need to re-hash the input image each iteration of the loop.
This also reverts PR #4026 as it was determined the cache hits it avoids
were actually valid.
2022-11-02 21:37:43 -05:00
dtlnor
29c43935fb unify translation style 2022-11-03 11:17:44 +09:00
dtlnor
0ce0705565 Merge branch 'pr/3915' into add-updated-content-3 2022-11-03 11:16:31 +09:00
batvbs
de11709479
Inpaint at full resolution 2022-11-03 07:34:23 +08:00
innovaciones
d98eacea40
Merge pull request #4192 from AUTOMATIC1111/innovaciones-spanish-updates
Spanish localization, new strings, some tweaks and fixes
2022-11-02 16:31:26 -06:00
Riccardo Giovanetti
17315499ea
Italian localization - Additions and Updates (fix typos)
Updated localization with the latest version of these Scripts/Extensions:

unprompted (new)
img2tiles
random
random grid

Some new options in the Extras and Settings have been translated too.

P.S.: I fixed a couple of typos. By mistake I uploaded this file also in the main branch of my fork and didn't know how to revert the commit. Sorry for the mess.
2022-11-02 23:15:17 +01:00
innovaciones
b2c08283bc
New strings, some tweaks and fixes 2022-11-02 16:14:44 -06:00
digburn
2ac25ea64f fix: Add required parameter to API extras route 2022-11-02 21:52:23 +00:00
Riccardo Giovanetti
32d95c1129
Italian localization - Additions and Updates
Updated localization with the latest version of these Scripts/Extensions:

unprompted (new script)
img2tiles
random
random grid

Some new options in the Extras and Settings have been translated too.
2022-11-02 22:42:40 +01:00
Artem Zagidulin
de64146ad2 add number of itter 2022-11-02 21:30:50 +03:00
Martucci
cd5eafaf03
Merge pull request #4180 from AUTOMATIC1111/M-art-ucci-patch-2
pt_BR minor issue with lat comma
2022-11-02 14:35:47 -03:00
Martucci
1c9db534bd
pt_BR minor issue with lat comma
and a few translation tweaks
2022-11-02 14:35:37 -03:00
DepFA
c07f1d0d78
Convert callbacks into a private map, add utility functions for removing callbacks 2022-11-02 16:59:10 +00:00
Kyu♥
f1b6ac64e4 Added option to preview Created images on batch completion. 2022-11-02 17:24:42 +01:00
Artem Zagidulin
a9e979977a process_one 2022-11-02 19:05:01 +03:00
evshiron
e21fcd72fc add back png info in image api 2022-11-02 22:37:45 +08:00
Muhammad Rizqi Nur
fb3b564801 Merge branch 'master' into fix-ckpt-cache 2022-11-02 20:53:41 +07:00
AngelBottomless
7ea5956ad5
now add 2022-11-02 22:18:55 +09:00
AngelBottomless
10b280e9a2
Merge branch 'AUTOMATIC1111:master' into force-push-patch-13 2022-11-02 22:18:31 +09:00
AngelBottomless
9b5f85ac83
first revert 2022-11-02 22:18:04 +09:00
AngelBottomless
3178c35224
resolve conflicts 2022-11-02 22:16:32 +09:00
Dynamic
172c4bc09f
Merge pull request #4166 from 36DB/kr-localization
Update ko_KR.json
2022-11-02 21:01:09 +09:00
Dynamic
13cbc1622e
Update ko_KR.json
Fix some changed setting strings and added new ones
2022-11-02 21:00:24 +09:00
AUTOMATIC
f2a5cbe6f5 fix #3986 breaking --no-half-vae 2022-11-02 14:41:29 +03:00
AUTOMATIC1111
675b51ebd3
Merge pull request #3986 from R-N/vae-picker
VAE Selector
2022-11-02 14:12:27 +03:00
AUTOMATIC1111
e359268be9
Merge pull request #3976 from victorca25/esrgan_fea
multiple trivial changes for "extras" models
2022-11-02 14:09:38 +03:00
AUTOMATIC1111
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
AUTOMATIC1111
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
timntorres
9c67408004
Allow saving "before-highres-fix. (#4150)
* Save image/s before doing highres fix.
2022-11-02 12:18:21 +03:00
AUTOMATIC
4a8cf01f6f remove duplicate code from #3970 2022-11-02 12:12:32 +03:00
AUTOMATIC1111
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
Dynamic
905304243c
Merge pull request #4157 from 36DB/kr-localization
Update ko_KR.json
2022-11-02 17:17:17 +09:00
Dynamic
b421c5ee60
Update ko_KR.json
New options in scripts
2022-11-02 17:16:47 +09:00
KyuSeok Jung
af6fba2475
Merge branch 'master' into master 2022-11-02 17:10:56 +09:00
Muhammad Rizqi Nur
a5409a6e4b Save VAE provided by cmd_opts.vae_path 2022-11-02 14:37:22 +07:00
Maiko Tan
dd2108fdac
fix: should invoke callback as well in api only mode 2022-11-02 15:04:35 +08:00
AUTOMATIC
95c6308ccd switch to gradio 3.8 2022-11-02 09:48:02 +03:00
Sihan Wang
5c864be010
Merge branch 'AUTOMATIC1111:master' into master 2022-11-02 14:09:33 +08:00
Muhammad Rizqi Nur
056f06d373 Reload VAE without reloading sd checkpoint 2022-11-02 12:51:46 +07:00
evshiron
51e0a83969 Merge branch 'master' into fix/progress-api 2022-11-02 12:31:33 +08:00
AUTOMATIC1111
65522ff157
Merge pull request #4142 from jn-jairo/processing-close
Release processing resources after it finishes
2022-11-02 07:30:03 +03:00
AUTOMATIC1111
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
AUTOMATIC1111
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
Keith Dreibelbis
315bd7c9e8 prompts_from_file: allow random seeds to be preserved for the list of prompts 2022-11-01 19:45:35 -07:00
Martucci
2192b64c34
Merge pull request #4144 from AUTOMATIC1111/M-art-ucci-patch-1
Update for extensions tab and other minor fizes
2022-11-01 22:45:22 -03:00