Commit Graph

5437 Commits

Author SHA1 Message Date
Disty0 38dcca7399 ipex cleanup 2023-07-28 01:35:02 +03:00
Disty0 1113583c7c Merge pull request #1847 from Nuullll/master
[IPEX] Fix batch_norm for Tiled VAE
2023-07-28 00:28:30 +03:00
Vladimir Mandic 479511a03a Merge pull request #1848 from JetVarimax/patch-3
Typo fixes
2023-07-27 15:02:22 -04:00
JetVarimax 96c2a81c29 Typo fixes 2023-07-27 19:55:51 +01:00
Seunghoon Lee 18279db914 Add Korean localization. (51%) 2023-07-28 00:00:32 +09:00
Nuullll 6acb3ef131 [IPEX] Fix batch_norm for Tiled VAE
Tiled VAE invokes `torch.nn.functional.batch_norm` without providing the
`weight` and `bias` parameter, so torch backend creates default empty
tensors for them but bails out with "tensor does not have a device" error.

This patch overrides the `weight` and `bias` parameters to all-ones and
all-zeros if they are `None`.
2023-07-27 22:56:19 +08:00
Vladimir Mandic 86a0cb5f7e add secondary pass info to metadata 2023-07-27 10:06:21 -04:00
Vladimir Mandic 8f6f8413b1 fix ti training 2023-07-27 09:30:41 -04:00
Vladimir Mandic 83208591e5 improve inpaint layout 2023-07-26 22:22:35 -04:00
Vladimir Mandic 90f6cc8ebb add refiner enabled check 2023-07-26 20:54:51 -04:00
Vladimir Mandic 3437132817 update refiner start/end 2023-07-26 20:49:24 -04:00
Vladimir Mandic 0bc389594c Merge pull request #1840 from Kubuxu/fix/refiner-start-end
Fix base and refiner when using diffusers
2023-07-26 20:07:23 -04:00
Kubuxu fc1a7ad0b1 Fix base and refiner when using diffusers
With diffusers 0.19 densoise_start and _end started applying.
2023-07-27 00:51:56 +01:00
Vladimir Mandic d778876010 minor css fixes 2023-07-26 19:48:36 -04:00
Vladimir Mandic 58bfb9246f update lora enum 2023-07-26 19:27:38 -04:00
Vladimir Mandic 2ee4c88a63 Merge pull request #1838 from djdookie/master
Fixes params pasting for denoise start and end
2023-07-26 18:43:54 -04:00
Dookie dc1c682a46 Fixes params pasting for denoise start and end 2023-07-27 00:29:10 +02:00
Vladimir Mandic ccdf91a026 update readme 2023-07-26 17:01:44 -04:00
Vladimir Mandic 2eeeab38a2 update changelog 2023-07-26 16:25:29 -04:00
Vladimir Mandic b16716271c new release: sd-xl 1.0 and diffusers 2023-07-26 16:23:58 -04:00
Vladimir Mandic 4a64eef568 Merge pull request #1831 from vladmandic/improve_diffusers_kandinsky_2
[Diffusers] Make all Kandinsky work
2023-07-26 16:04:08 -04:00
Vladimir Mandic ff9b8bc062 api endpoint refresh vaes 2023-07-26 15:51:19 -04:00
Vladimir Mandic 15d5873f22 improve params pasting 2023-07-26 15:32:26 -04:00
Aptronymist 6c9d308a45 Update README.md
Directed installation instructions to new wiki page, minor edits
2023-07-26 15:13:02 -04:00
Vladimir Mandic 33d05fc447 fix upscalers 2023-07-26 15:01:57 -04:00
Vladimir Mandic e79bdcdea3 fix startup without model 2023-07-26 14:41:29 -04:00
Vladimir Mandic 75b017e4d1 fix img2img 2023-07-26 14:33:58 -04:00
Vladimir Mandic 6cf0a43471 cleanup 2023-07-26 13:55:27 -04:00
Vladimir Mandic cd68b342ff fix hires and early parse enabled sections 2023-07-26 13:48:02 -04:00
Vladimir Mandic 62bc9482e6 update themes 2023-07-26 12:47:04 -04:00
Vladimir Mandic 660c449e08 update themes 2023-07-26 12:17:49 -04:00
Vladimir Mandic c5b089cbb6 major ui simplification 2023-07-26 11:39:58 -04:00
Vladimir Mandic 2a259a8455 fix metadata 2023-07-25 22:02:25 -04:00
Patrick von Platen e6baac124d fix ruff 2023-07-25 21:50:35 +00:00
Patrick von Platen a9d239ab51 [Diffusers] Make all Kandinsky work 2023-07-25 21:47:49 +00:00
Vladimir Mandic 02fe616141 fix en tags 2023-07-25 17:40:09 -04:00
Vladimir Mandic 35a6a657be Merge pull request #1827 from JetVarimax/patch-1
typo correction
2023-07-25 15:36:46 -04:00
JetVarimax d5c65ac3ad spelling/grammar 2023-07-25 19:52:45 +01:00
Vladimir Mandic 6c02e6a2eb add operations to metadata 2023-07-25 12:28:13 -04:00
Vladimir Mandic aa62f6d8d4 fix refiner batch size 2023-07-25 07:53:47 -04:00
Seunghoon Lee 43b9c52bd4 Fix image corruption in half mode with embeddings.
(DirectML)
2023-07-25 17:02:55 +09:00
Vladimir Mandic 7bee313bb3 rename 2023-07-24 19:52:50 -04:00
Vladimir Mandic 5f96c35ab5 prep work for diffusers prompt encoding 2023-07-24 12:09:44 -04:00
Seunghoon Lee 33d814e3e7 Fix DirectML tensor behavior. 2023-07-25 00:03:07 +09:00
Vladimir Mandic 14eec801ec add basename if set 2023-07-24 09:48:46 -04:00
Vladimir Mandic 11f08c1a4a fix diffusers vae decode 2023-07-24 09:05:00 -04:00
Vladimir Mandic 7bbab3c9a9 panzoom 2023-07-24 08:27:15 -04:00
Seunghoon Lee d4aa840a77 DirectML update.
DirectML reuses GPU memory instead of returning it.
So prints "practical" GPU memory utilization too.
2023-07-24 16:10:01 +09:00
Vladimir Mandic 3da9642216 fix image drop, viewer right click 2023-07-23 15:12:27 -04:00
Vladimir Mandic 455f213360 cleanup logos 2023-07-23 13:16:39 -04:00