Commit Graph

2674 Commits

Author SHA1 Message Date
AUTOMATIC1111
ded08fc1dc
Merge pull request #3941 from mezotaken/master
Automated testing through API [WIP, feedback required]
2022-10-30 07:41:39 +03:00
Dynamic
94840301f8
Merge pull request #3914 from 36DB/kr-localization
Update KR localization and fix hotkeys
2022-10-30 13:03:36 +09:00
batvbs
ec9a95c8ad
Merge pull request #2 from dtlnor/add-updated-content
Add new translated content
2022-10-30 10:50:00 +08:00
Modar M. Alfadly
ccf95b0e98
Merge pull request #3952 from Harvester62/Italian
Italian localization (extended) [Requires Feedback]
2022-10-30 03:07:43 +03:00
Modar M. Alfadly
3d9dd6c184
Update ar_AR.json 2022-10-30 02:03:15 +03:00
Riccardo Giovanetti
36c21723b5
Merge branch 'AUTOMATIC1111:master' into Italian 2022-10-30 00:27:20 +02:00
Martucci
700162a603
Merge pull request #3953 from AUTOMATIC1111/M-art-ucci-patch-1
Final commit for october (19:22) / 22
2022-10-29 19:24:42 -03:00
Martucci
4ae575853f
Final commit for october (19:22) / 22 2022-10-29 19:23:05 -03:00
Riccardo Giovanetti
35e95f574a
Italian localization (extended) [Requires Feedback]
This is my first version of an alternative localization into Italian language which is a follow-up of the current localization file made by @EugenioBuffo (#3725), which I thanks, and of my discussion "Italian localization (git newbie)" (#3633) which covers the main user interface, all the current the Extensions and Scripts, with the following exceptions:

    txt2img2img (I got errors therefore I removed it from my local installation of SD Web UI) 
    Parameter Sequencer (not installed locally)
    Booru tag autocompletion (not installed locally)
    Saving steps of the sampling process (not installed locally)
	
I do not forecast to translate the above scripts in the short period, unless I will install them locally on my machine.

I beg your pardon if I am brutally overwriting the originally submitted file but I find quite exhausting to edit and append over a thousand lines of code to the original file. If this is mandatory, then I will delete this commit and start a new one amending the original it_IT.json file.

It is for sure not perfect and there are some translations that can be improved, therefore I wish to invite @EugenioBuffo and any other Italian mother language person willing give advice and to help to review this extensive translation . I look forward read any feedback from the community and developers. Thank you.
2022-10-30 00:13:13 +02:00
Lunix
10fa7b6abd
Merge pull request #3950 from Strothis/fix-german-localization
Update German Localization
2022-10-30 00:03:46 +02:00
evshiron
9f4f894d74 allow skip current image in progress api 2022-10-30 06:03:32 +08:00
timntorres
66d038f6a4 Read hypernet strength from PNG info. 2022-10-29 15:00:08 -07:00
timntorres
e709afb0f7 Merge commit 'e7254746bbfbff45099db44a8d4d25dd6181877d' into 3825-save-hypernet-strength-to-info 2022-10-29 14:55:30 -07:00
Strothis
22a54b0582 Fix German Localization 2022-10-29 23:43:30 +02:00
evshiron
9f104b53c4 preview current image when opts.show_progress_every_n_steps is enabled 2022-10-30 05:19:17 +08:00
random_thoughtss
39f55c3c35 Re-add explicit device move 2022-10-29 14:13:02 -07:00
evshiron
88f46a5bec update progress response model 2022-10-30 05:04:29 +08:00
AUTOMATIC1111
e7254746bb
Merge pull request #3571 from szhublox/noautoupdate
webui.sh: no automatic git pull
2022-10-29 23:04:26 +03:00
evshiron
e9c6c2a51f add description for state field 2022-10-30 04:02:56 +08:00
evshiron
f62db4d5c7 fix progress response model 2022-10-30 03:56:44 +08:00
evshiron
7f5212fb5f Merge branch 'master' into feat/progress-api 2022-10-30 03:49:00 +08:00
evshiron
6b719c49b1 Merge branch 'master' into feat/progress-api 2022-10-30 03:45:29 +08: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
AUTOMATIC1111
58fb4bc08c
Merge pull request #3783 from 36DB/management
CODEOWNERS update for localization management
2022-10-29 22:22:00 +03:00
AUTOMATIC1111
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
Bruno Seoane
83a1f44ae2 Fix space 2022-10-29 16:10:00 -03:00
Bruno Seoane
4609b83cd4 Add PNG Info endpoint 2022-10-29 16:09:19 -03:00
Vladimir Repin
ffc5b700c4 extras test template added 2022-10-29 21:50:06 +03:00
Vladimir Repin
2f3d8172c3 img2img test template and setUp added 2022-10-29 21:43:32 +03:00
Muhammad Rizqi Nur
3d58510f21 Fix dataset still being loaded even when training will be skipped 2022-10-30 00:54:59 +07:00
Muhammad Rizqi Nur
a07f054c86 Add missing info on hypernetwork/embedding model log
Mentioned here: https://github.com/AUTOMATIC1111/stable-diffusion-webui/discussions/1528#discussioncomment-3991513

Also group the saving into one
2022-10-30 00:49:29 +07:00
random_thoughtss
6e2ce4e735 Added image conditioning to latent upscale.
Only comuted  if the mask weight is not 1.0 to avoid extra memory.
Also includes some code cleanup.
2022-10-29 10:35:51 -07:00
Muhammad Rizqi Nur
ab05a74ead Revert "Add cleanup after training"
This reverts commit 3ce2bfdf95.
2022-10-30 00:32:02 +07:00
random_thoughtss
44ab954fab Fix latent upscale highres fix #3888 2022-10-29 10:02:56 -07:00
Mackerel
6515dedf57 webui.sh: no automatic git pull 2022-10-29 11:59:50 -04:00
dtlnor
f512b0828b Update zh_CN.json
update translation content to 35c45df28b
2022-10-30 00:45:30 +09:00
Vladimir Repin
af45b5a11a Testing with API added 2022-10-29 18:26:28 +03:00
Bruno Seoane
952ff32a5f Merge branch 'master' of https://github.com/bamarillo/stable-diffusion-webui 2022-10-29 12:17:37 -03:00
Martin Cairns
de1dc0d279 Add adjust_steps_if_invalid to find next valid step for ddim uniform sampler 2022-10-29 15:23:19 +01:00
Dynamic
cbdb5ced76
Add new translations
New settings option
New extras tab option
2022-10-29 22:33:51 +09:00
Dynamic
3d36d62d61
Merge branch 'AUTOMATIC1111:master' into kr-localization 2022-10-29 22:33:06 +09:00
batvbs
0089fa5ceb 更新 zh_CN.json 2022-10-29 21:09:05 +08:00
Muhammad Rizqi Nur
a27d19de2e Additional assert on dataset 2022-10-29 19:44:05 +07:00
Muhammad Rizqi Nur
3ce2bfdf95 Add cleanup after training 2022-10-29 19:43:21 +07:00
Muhammad Rizqi Nur
ab27c111d0 Add input validations before loading dataset for training 2022-10-29 18:09:17 +07:00
Muhammad Rizqi Nur
ef4c94e1cf Improve lr schedule error message 2022-10-29 15:42:51 +07:00
Muhammad Rizqi Nur
a5f3adbdd7 Allow trailing comma in learning rate 2022-10-29 15:37:24 +07: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