JetVarimax
36fc7ae0a7
add space between lines
2023-07-29 17:48:33 +01:00
JetVarimax
fd01e26d2f
fix typo
...
I think this is a typo
2023-07-29 17:47:26 +01:00
JetVarimax
b9e43afe36
typo fixes
2023-07-29 17:45:56 +01:00
JetVarimax
743ea94220
Merge pull request #2 from JetVarimax/patch-4
...
typo fix
2023-07-29 17:37:21 +01:00
JetVarimax
7dd9cf44a2
Merge pull request #1 from JetVarimax/patch-5
...
typo fixes
2023-07-29 17:36:51 +01:00
JetVarimax
c9644cfcd5
typo fixes
2023-07-29 17:33:24 +01:00
JetVarimax
832241fa50
typo fix
2023-07-29 17:31:49 +01:00
Disty0
3258b27523
Update sequential CPU offload check
2023-07-29 19:13:29 +03:00
Disty0
38ecfb6dff
Add Move UNet to CPU option
2023-07-29 18:58:08 +03:00
Disty0
3010d1823d
Fix modules
2023-07-29 15:44:55 +03:00
Seunghoon Lee
42c6147ac8
cleanup
2023-07-29 13:48:28 +09:00
Seunghoon Lee
7017a4a2a9
Fix UniPC sampler issue on DirectML.
2023-07-29 13:38:41 +09:00
Seunghoon Lee
813eb48bf7
Restore Python 3.9 compatibility. (DirectML)
2023-07-29 12:10:41 +09:00
Seunghoon Lee
47f2f50574
Restore Python 3.9 compatibility. (DirectML)
2023-07-29 12:08:22 +09:00
Disty0
025df86ac0
Cleanup
2023-07-29 02:06:34 +03:00
Disty0
057aef6437
Merge branch 'Kubuxu-fix/vae-upcast-disable'
2023-07-29 01:45:19 +03:00
Kubuxu
1da64b9d08
Fix setting VAE Force Upcast in diffusers
2023-07-28 23:07:11 +01:00
Disty0
31e1bb01ff
Fix VAE reloading
2023-07-28 23:23:36 +03:00
Disty0
dbd7887632
Fix refiner unloading
2023-07-28 23:12:45 +03:00
Disty0
c8af2affaf
Fix original backend reloading
2023-07-28 21:26:54 +03:00
Disty0
cfcf481992
cleanup
2023-07-28 21:10:38 +03:00
Disty0
9f18db474d
Merge pull request #1861 from Nuullll/master
...
[IPEX] Fix ControlNet depth leres/leres++
2023-07-28 20:15:31 +03:00
Disty0
e6cf3d72cd
Fix sequential cpu offload
2023-07-28 20:01:32 +03:00
Seunghoon Lee
77de9cd093
Fix medvram with DirectML.
2023-07-28 23:18:28 +09:00
Seunghoon Lee
0f44332e5c
Make sequential CPU offload available for non-CUDA
...
Add settings override for DirectML.
Move `devices.set_cuda_params()` to correct line.
2023-07-28 23:11:57 +09:00
Nuullll
3aed536206
[IPEX] Fix ControlNet depth leres/leres++
2023-07-28 21:25:17 +08:00
Disty0
a32bf083f1
cleanup
2023-07-28 12:15:25 +03:00
Disty0
459a8bc048
ipex fix adetailer
2023-07-28 12:08:02 +03:00
Disty0
f38d5a91bf
Move ipex fixes into it's own folder
2023-07-28 10:58:45 +03:00
Vladimir Mandic
7b35f78d93
update wiki
2023-07-27 20:07:27 -04:00
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