Vladimir Mandic
5e2fb4d60c
fix enable_hr
2023-07-15 07:17:50 -04:00
Vladimir Mandic
8fd30e4726
Merge pull request #1692 from javsezlol1/master
...
Update sd_samplers_diffusers.py
2023-07-15 07:17:17 -04:00
Seunghoon Lee
6b4b863fd0
simplify get_device.
2023-07-15 19:03:10 +09:00
Seunghoon Lee
0a52c44e73
DirectML rework & provide GPU memory usage (AMD only).
2023-07-15 18:55:38 +09:00
Seunghoon Lee
b92649592a
Merge branch 'master' of https://github.com/vladmandic/automatic
2023-07-15 16:19:46 +09:00
Seunghoon Lee
578f206bf7
DirectML rework.
2023-07-15 16:19:38 +09:00
javsezlol1
cdc803b127
Update sd_samplers_diffusers.py
...
removed beta start and end from all into each sampler
DDIM FIX - changed timestep spacing
DDPM FIX - changed timestep spacing
ADDED KDPM2
ADDED KDPM2 A
Temporary fix
DISABLED Bellow , to allow dpm1s and dpm2m
if name.startswith('DPM'):
self.config['algorithm_type'] = opts.schedulers_dpm_solver
left notes in code to see the changes if need be
2023-07-15 13:33:09 +08:00
Vladimir Mandic
ce92bf06c2
fix typo
2023-07-14 20:43:50 -04:00
Vladimir Mandic
02eac9fad3
minor fixes
2023-07-14 20:22:34 -04:00
Vladimir Mandic
484b116664
allow zero steps
2023-07-14 17:20:00 -04:00
Vladimir Mandic
b1563f0ddd
readd js dummy function
2023-07-14 16:45:27 -04:00
Jack Wooldridge
7fdda2c8b3
MPS fix
2023-07-14 15:34:14 -04:00
Vladimir Mandic
8b24efe1b5
rework diffusers args as and introduce second pass as replacement for hires
2023-07-14 15:00:46 -04:00
Disty0
14d1136fe7
Fix ipex memstats
2023-07-14 18:09:07 +03:00
Disty0
2a9133bfec
IPEX rework
2023-07-14 17:33:24 +03:00
Vladimir Mandic
42cba64ac8
add basename to info search
2023-07-14 08:58:05 -04:00
Vladimir Mandic
d607ac50f6
and fix initial options
2023-07-14 08:55:41 -04:00
Vladimir Mandic
a4c35b0791
fix initial backend
2023-07-14 08:53:21 -04:00
Vladimir Mandic
7bb6c213de
unconditional options init
2023-07-14 08:49:19 -04:00
Disty0
558b71f088
Fix img2img and hires for IPEX
2023-07-14 02:21:52 +03:00
Disty0
d4c9d752f4
Fix latent antialias with IPEX
2023-07-13 23:13:44 +03:00
Vladimir Mandic
5eb9f388ef
flatter look for default theme
2023-07-13 15:21:20 -04:00
Vladimir Mandic
a02c43a907
Merge pull request #1669 from James-Willer/master
...
Adds a button to detect image size for img2img
2023-07-13 12:35:47 -04:00
Disty0
25389f737b
Better logging & Set IPEX MemSize from %80 to %100
2023-07-13 19:24:58 +03:00
James-Willer
042d0b79dd
Add files via upload
2023-07-13 21:36:37 +05:30
Vladimir Mandic
c55024fe1b
set backend persist restarts
2023-07-13 11:53:23 -04:00
Vladimir Mandic
fdb76ddf12
model load exception handling
2023-07-13 10:45:58 -04:00
Vladimir Mandic
186bd236f5
js monitor ops
2023-07-13 09:50:38 -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
Vladimir Mandic
75a8c1f9d0
enable basic img2img
2023-07-10 11:44:52 -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