Vladimir Mandic
c71467e7f0
fix gallery
2023-07-17 21:09:22 -04:00
Vladimir Mandic
57dd6652df
fix compile logging
2023-07-17 19:30:53 +00:00
Vladimir Mandic
926a0fde1a
diffusers code refactoring and exception handling
2023-07-17 12:22:51 -04:00
Disty0
88794e3724
ipex fix cuda error when using pin memory
2023-07-17 17:14:13 +03:00
Vladimir Mandic
4e48173e37
enable sdxl vae
2023-07-16 17:58:08 -04:00
Vladimir Mandic
a9e2d90a47
fix invalid config values
2023-07-16 16:01:01 -04:00
Vladimir Mandic
7a859cdb18
update diffuser samplers and refiner workflows
2023-07-16 12:56:55 -04:00
Seunghoon Lee
0f81cfc213
#1711
2023-07-16 21:30:27 +09:00
Vladimir Mandic
e2b33b81d3
fix diffusers samplers
2023-07-15 22:40:03 -04:00
Disty0
f773c782fa
ipex cleanup
2023-07-16 01:39:40 +03:00
Vladimir Mandic
a7f5e75a35
fix secondary model location
2023-07-15 16:07:10 -04:00
Vladimir Mandic
55c0269032
minor fixes
2023-07-15 10:18:08 -04:00
Vladimir Mandic
9308c32ad2
update samplers and callbacks
2023-07-15 08:44:02 -04:00
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