Vladimir Mandic
36e7bf4e96
github template update
2023-07-13 08:33:00 -04:00
Vladimir Mandic
fd1adf73c1
Merge pull request #1648 from Kubuxu/feat/unet-dtype
...
Use float16 for image processing, use dummy attention head to enable spd flash-attention and memory-efficient attention
2023-07-13 08:08:38 -04:00
Vladimir Mandic
7aa5820811
Merge pull request #1662 from rocketsvm/patch-1
...
Fix "Train embedding" button
2023-07-13 08:07:37 -04:00
Vladimir Mandic
f100e66122
fix refiner prompt
2023-07-13 07:59:43 -04:00
rocketsvm
3c8754ba55
Fix "Train embedding" button
2023-07-13 09:42:27 +05:00
Kubuxu
2eb705df15
Intoduce attention heads dimension into sdp_attnblock_forward
...
This enables flash-attention and memory-efficient attention optimizations.
2023-07-12 22:12:03 +01:00
Kubuxu
a966a0d5ad
Use float16 for image processing, force dtype_vae for encoding
2023-07-12 22:12:03 +01:00
Kubuxu
5d0c01b9e3
Use dtype_unet as specified, propagete types in gaussian
2023-07-12 22:11:46 +01:00
Vladimir Mandic
6947776dcb
fix imageview direction
2023-07-12 16:59:02 -04:00
Vladimir Mandic
e4a682de2b
fix priorpipeline
2023-07-12 16:46:25 -04:00
Vladimir Mandic
5c8ead7be0
update diffusers
2023-07-12 15:35:41 -04:00
Disty0
f0506fd517
Move ipex optimize to compile
2023-07-12 19:58:08 +03:00
Vladimir Mandic
de2c239c26
large js refactor
2023-07-12 10:58:35 -04:00
Disty0
c3a4293f22
Disable torch_gc for IPEX in WSL2
2023-07-12 13:02:42 +03:00
Disty0
2bce86a50a
Replace empty_cache with torch_gc
2023-07-12 12:45:21 +03:00
Disty0
562ca33275
Fix Diffusers _conv_forward dtype error with IPEX
2023-07-12 02:03:45 +03:00
Vladimir Mandic
ec99bad021
enable backend switching on-the-fly
2023-07-11 15:55:02 -04:00
Vladimir Mandic
6d277305f6
update processing
2023-07-11 11:40:53 -04:00
Vladimir Mandic
6b26c55138
fix extra network tab detection and add heic to training options
2023-07-11 08:35:18 -04:00
Disty0
a844a83d9d
VRAM efficient refiner loading for compiler
2023-07-11 11:00:45 +03:00
Aptronymist
6466d3cb02
Merge pull request #1639 from Kubuxu/fix/gradio-dropdown-fadeout-click
...
Bad Kubuxu, bad. Fix for previous merge.
2023-07-10 17:20:29 -04:00
Kubuxu
889746f62e
Fix specificity of the selector for fixing dropdown
2023-07-10 22:08:10 +01:00
Vladimir Mandic
5fe1dd7cf1
Merge pull request #1637 from Kubuxu/fix/gradio-dropdown-fadeout-click
...
Fix gradio dropdown capturing clicks during and after fadeout
2023-07-10 16:28:13 -04:00
Kubuxu
4139e830cb
Fix gradio dropdown capturing clicks during and after fadeout
2023-07-10 20:40:42 +01:00
Vladimir Mandic
75a8c1f9d0
enable basic img2img
2023-07-10 11:44:52 -04:00
Vladimir Mandic
768daecd74
fix en search
2023-07-10 08:36:46 -04:00
Vladimir Mandic
72048f9e24
installer and extra networks tweaks
2023-07-10 08:19:33 -04:00
Disty0
4152c2049b
Update IPEX logging
2023-07-10 14:49:42 +03:00
Vladimir Mandic
7452cee6ae
update todo/readme
2023-07-09 18:27:04 -04:00
Vladimir Mandic
738a8324fb
update image viewer
2023-07-09 17:32:07 -04:00
Aptronymist
7af95008b8
Update locale_en.json
...
updated with diffusers backend optimization options
2023-07-09 16:54:49 -04:00
Vladimir Mandic
85a197ca52
update hints
2023-07-09 16:11:11 -04:00
Aptronymist
4b3cdb73f0
Merge pull request #1626 from Aptronymist/patch-1
...
Update to troubleshooting discussions.
2023-07-09 14:08:01 -04:00
Vladimir Mandic
497c83572a
fix touch events
2023-07-09 12:45:48 -04:00
Aptronymist
e3bf7095e8
Merge branch 'master' into patch-1
2023-07-09 12:20:38 -04:00
Disty0
798c5f23c5
VRAM efficient IPEX Optimize for refiner
2023-07-09 19:14:30 +03:00
Aptronymist
2cf2fc0a9a
Update README.md
...
changed to link to discussions
2023-07-09 12:05:37 -04:00
Aptronymist
f8e4e00d47
Update README.md
...
Included fix for `typing-extensions` error
2023-07-09 11:47:22 -04:00
Vladimir Mandic
a16eee1504
bugfix release
2023-07-09 10:06:47 -04:00
Disty0
a9dab70a2c
Fix IPEX Optimize with Diffusers
2023-07-09 16:17:50 +03:00
Vladimir Mandic
a93e3a0619
Merge pull request #1613 from Kubuxu/fix/imageViewer
...
Fix image viewer
2023-07-09 08:06:12 -04:00
Seunghoon Lee
6b63893348
Fix terminal hang up with TI on DirectML.
2023-07-09 15:47:38 +09:00
Disty0
d915d8d659
Disable xpu.optimize for SD 1-2
2023-07-09 03:09:37 +03:00
Disty0
467197a7f1
xpu.optimize for diffusers
2023-07-09 02:35:12 +03:00
Kubuxu
805fa71dfb
Cleanup and make condition simpler
2023-07-08 22:19:44 +01:00
Kubuxu
3ca3964171
Fix image viewer
...
Short click (<100 ms) will keep the image open.
Click and hold will close the image after the mouse button is released.
Click, hold and move mouse won't close the image.
No changes regarding mobile, it will still need work in that regard.
2023-07-08 22:10:21 +01:00
Vladimir Mandic
db30f5faec
update changelog
2023-07-08 14:22:51 -04:00
Vladimir Mandic
8490cbf65e
post merge cleanup
2023-07-08 14:05:55 -04:00
Vladimir Mandic
abd12bbcae
Merge pull request #1609 from vladmandic/dev
...
Dev
2023-07-08 13:36:27 -04:00
Vladimir Mandic
2a21196061
Merge branch 'master' into dev
2023-07-08 13:35:25 -04:00