Commit Graph

5149 Commits

Author SHA1 Message Date
Vladimir Mandic 2a664b1bdb new localization engine 2023-06-06 17:32:34 -04:00
Vladimir Mandic 82095082af fix model path on initial install 2023-06-06 15:32:22 -04:00
Vladimir Mandic b8f432aff4 cleanup 2023-06-06 12:01:11 -04:00
Vladimir Mandic 2021001a74 Merge pull request #1330 from DrJKL/patch-1
Alias exception for logging
2023-06-06 11:47:36 -04:00
Alexander Brown ac20b37e1a Update ui_extensions.py 2023-06-06 08:31:38 -07:00
Vladimir Mandic f0ad70c80a fix upscalers 2023-06-06 08:48:11 -04:00
Vladimir Mandic 2c23d88409 update style 2023-06-06 08:23:08 -04:00
Vladimir Mandic fff3bda6cf fix extra network save preview/description 2023-06-06 07:52:59 -04:00
Vladimir Mandic da38d27f88 fix train 2023-06-05 16:07:51 -04:00
Vladimir Mandic 4580680538 allow access to files in data-dir 2023-06-05 15:39:46 -04:00
Vladimir Mandic c49b6c34e1 fix extra networks 2023-06-05 15:14:50 -04:00
Vladimir Mandic 464bd60977 Merge pull request #1322 from vladmandic/improve_diffusers_backend
Improve when loading from diffusers
2023-06-05 14:28:20 -04:00
Vladimir Mandic efbe364f7d js optimizations 2023-06-05 14:26:01 -04:00
Patrick von Platen 9cf5888479 dedup code 2023-06-05 18:23:35 +00:00
Patrick von Platen 46d410687e Improve when loading from diffusers 2023-06-05 18:22:17 +00:00
Disty0 c52fb69dde Fix bf16 test 2023-06-05 20:49:18 +03:00
Vladimir Mandic c0a824d8c6 add extra networks to xyz 2023-06-05 10:32:08 -04:00
Alex Heller 62e9635a5b Adapted setting search to new tabitem node layout 2023-06-05 04:45:43 +02:00
Alex Heller bbb0aadddf Removed old resetting to previous values
This is due to a change in `_js` which lead to the instant updates breaking :(
Need to reinvestigate how to actually fix this.
For now the broken feature got replaced with a working, but sloooow solution (updates one by one when resetting)
2023-06-05 04:26:07 +02:00
Alex Heller 1b90460a3f Merge remote-tracking branch 'upstream/master' into settings-improvements 2023-06-05 02:52:29 +02:00
Alex Heller d182699f82 Fixed unsaved indicator not updating with "apply settings" 2023-06-05 01:15:26 +02:00
Alex Heller 825d0cacb8 Changed the default value hover messages. 2023-06-05 01:10:07 +02:00
Alex Heller 8c6ed7fe11 Added support for differentiation between "default unsaved" and "changed" settings. 2023-06-05 00:57:30 +02:00
Alex Heller a1881ff0cd Consolidated options metadata in frontend ui.js 2023-06-04 23:40:11 +02:00
Vladimir Mandic 9726b4d23c fix gallery view when preview is disabled 2023-06-04 13:21:52 -04:00
Alex Heller 9da0f71f9b Removed some variables from global scope. 2023-06-04 18:19:37 +02:00
Vladimir Mandic 63ca5c17e7 add extensions profiling 2023-06-04 12:14:05 -04:00
Alex Heller 993da0a680 Some cleanup on the frontend side 2023-06-04 17:46:15 +02:00
Alex Heller ba5b46b570 Removed repeated calls to unfold other tabs when in show all mode. 2023-06-04 17:15:38 +02:00
Vladimir Mandic 7301566353 fix image save to subfolder 2023-06-04 08:00:57 -04:00
Vladimir Mandic b127ca4874 catch extra networks error 2023-06-04 07:05:31 -04:00
Disty0 8bef48e501 Fix GroupNorm.forward with IPEX 2023-06-04 12:22:56 +03:00
Alex Heller c6f50fcf4a Fixed wrong type for init of stored settings in ui.js 2023-06-04 04:45:21 +02:00
Alex Heller 6c8e7a75c7 Added initial sync of unstored parameters to the UI. 2023-06-04 04:39:48 +02:00
Vladimir Mandic 5190f70283 reorg settings 2023-06-03 14:02:21 -04:00
Vladimir Mandic 549c02a874 minor fixes 2023-06-03 10:37:02 -04:00
Disty0 4265692505 Fix GradScaler doesn't exist for XPU 2023-06-03 17:02:44 +03:00
Vladimir Mandic c7051cc1dd extra error handling during image save 2023-06-03 09:05:01 -04:00
Vladimir Mandic 299f1229d4 Merge pull request #1277 from cool-bigdogs-tshirt/bigdog/sliced-vae-encode
add new VAE encoding strategy during HR fix
2023-06-02 20:54:09 -04:00
cool-bigdogs-tshirt 3889e5a5b0 add new VAE encoding strategy during HR fix 2023-06-02 19:35:57 -05:00
Vladimir Mandic 1f988d1df6 cleanup 2023-06-02 19:39:44 -04:00
Vladimir Mandic 5f2bdba818 update changelog 2023-06-02 12:56:44 -04:00
Vladimir Mandic d25b020f61 update 2023-06-02 12:29:21 -04:00
Vladimir Mandic 0566593fc9 change built-in extensions 2023-06-02 10:13:40 -04:00
Vladimir Mandic 22f63c42f1 set fallback sampler 2023-06-02 07:56:53 -04:00
Vladimir Mandic 87986a6f85 Merge pull request #1260 from DrJKL/patch-1
Fix typo (hmtl->html)
2023-06-02 07:08:42 -04:00
Disty0 d6b3504f4d Compile with IPEX Optimize 2023-06-02 13:04:50 +03:00
Alexander Brown 4d20d88810 Fix typo (hmtl->html) 2023-06-01 21:54:52 -07:00
Vladimir Mandic 561ebc612e Merge pull request #1258 from cool-bigdogs-tshirt/bigdog/unipc-inpainting-fix
fix unipc inpainting
2023-06-01 20:54:16 -04:00
cool-bigdogs-tshirt 1268d2762f fix unipc inpainting 2023-06-01 18:03:26 -05:00