Vladimir Mandic
|
7d5119a5d7
|
add model metadata
|
2023-09-24 17:52:21 -04:00 |
|
Vladimir Mandic
|
aabad68872
|
en details
|
2023-09-24 12:21:36 -04:00 |
|
Vladimir Mandic
|
d9418ecf1d
|
Merge pull request #2246 from hameerabbasi/hameer/change-symbols
Change symbols so they display properly on macOS.
|
2023-09-24 12:19:44 -04:00 |
|
Hameer Abbasi
|
8b9ff968ac
|
Change symbols missing for macOS.
|
2023-09-24 15:48:05 +02:00 |
|
Vladimir Mandic
|
0afcfe6097
|
logger early init
|
2023-09-23 23:44:34 -04:00 |
|
Vladimir Mandic
|
940b4122f9
|
add en details view - phase one
|
2023-09-23 17:49:31 -04:00 |
|
Vladimir Mandic
|
257601bbb8
|
cleanup
|
2023-09-23 10:15:06 -04:00 |
|
Vladimir Mandic
|
f69625625b
|
add browser session info
|
2023-09-22 21:01:07 -04:00 |
|
Vladimir Mandic
|
9b4c4e5b49
|
accordions everywhere
|
2023-09-22 20:34:25 -04:00 |
|
Vladimir Mandic
|
4e7ad0e15a
|
diffusers better model autodetect
|
2023-09-22 10:28:10 -04:00 |
|
Vladimir Mandic
|
4518cfb3b1
|
refactor schedulers first part
|
2023-09-21 13:19:55 -04:00 |
|
Vladimir Mandic
|
36324361bd
|
refactor en folder handling
|
2023-09-21 11:58:24 -04:00 |
|
Vladimir Mandic
|
b00c323c31
|
update changelog
|
2023-09-21 07:52:09 -04:00 |
|
Vladimir Mandic
|
0986c9ed13
|
Merge pull request #2233 from vladmandic/master
update dev from master
|
2023-09-21 07:51:09 -04:00 |
|
Vladimir Mandic
|
b2e7bcd546
|
refactor ddpmedit
|
2023-09-20 13:17:33 -04:00 |
|
Vladimir Mandic
|
200ced8b1c
|
refactor unipc code
|
2023-09-20 13:15:40 -04:00 |
|
Vladimir Mandic
|
8ca79ad9b5
|
refactor upscalers
|
2023-09-20 13:07:29 -04:00 |
|
Disty0
|
89ba8e3cf6
|
Merge pull request #2228 from Nuullll/get-device-id
Fix ipex init
|
2023-09-20 15:39:56 +03:00 |
|
Nuullll
|
16b1752042
|
Fix ipex init
getDeviceIdListForCard is renamed since https://github.com/intel/intel-extension-for-pytorch/commit/835b41fd5c8b6facf9efee8312f20699850ee592
|
2023-09-20 20:16:56 +08:00 |
|
Vladimir Mandic
|
5411a0fd8f
|
fix
|
2023-09-19 20:35:19 -04:00 |
|
Vladimir Mandic
|
d73f5f6ff6
|
allow zero denoising
|
2023-09-19 15:14:58 -04:00 |
|
Vladimir Mandic
|
f82e05c5f1
|
second part of has_accelerate cleanup
|
2023-09-19 13:05:42 -04:00 |
|
Vladimir Mandic
|
df377d6d27
|
safe handling of accelerate
|
2023-09-19 12:55:32 -04:00 |
|
Vladimir Mandic
|
4d9ccbc035
|
add batch info to metadata
|
2023-09-19 11:13:40 -04:00 |
|
Disty0
|
c33bbc83e7
|
Update OpenVINO
|
2023-09-19 11:19:32 +03:00 |
|
Vladimir Mandic
|
947be29055
|
fix save
|
2023-09-18 23:04:09 -04:00 |
|
Vladimir Mandic
|
e6d6ee621a
|
diffusers lora unload logic
|
2023-09-18 22:30:36 -04:00 |
|
Vladimir Mandic
|
26710417d7
|
Merge pull request #2222 from Aptronymist/pngfix
Correcting legacy image optimization code
|
2023-09-18 22:12:19 -04:00 |
|
Aptronymist
|
cefb5959e3
|
Correcting legacy image optimization code
Legacy A1111 code improperly implemented Pillow image optimization options, "quality=" never applied to PNG files (or anything else), only JPEG files, per https://pillow.readthedocs.io/en/stable/handbook/image-file-formats.html#png-saving and https://pillow.readthedocs.io/en/stable/handbook/image-file-formats.html#jpeg-saving
This is now corrected, other than turning on the optimize=True, for backup and giggles, compress_level=9 is also set. For JPEG files, I also enabled optimize=True as it supposedly makes more optimized files.
|
2023-09-18 21:27:20 -04:00 |
|
Vladimir Mandic
|
7ae304f76e
|
cleanup settings
|
2023-09-18 21:24:40 -04:00 |
|
Vladimir Mandic
|
8797a34e19
|
add tensor to samples method
|
2023-09-18 15:49:04 -04:00 |
|
Vladimir Mandic
|
7e298b2039
|
reenable sequential lora apply
|
2023-09-18 15:27:39 -04:00 |
|
Vladimir Mandic
|
ef91976165
|
switch to native r-esrgan and modelloader
|
2023-09-18 15:21:11 -04:00 |
|
Vladimir Mandic
|
b35a84f505
|
add upscaler logging
|
2023-09-18 14:48:41 -04:00 |
|
Vladimir Mandic
|
0f3dc232c1
|
add en show/hide/reorder
|
2023-09-18 10:27:31 -04:00 |
|
Vladimir Mandic
|
eee6d3104e
|
rename en
|
2023-09-18 09:25:25 -04:00 |
|
Vladimir Mandic
|
f7901c8d53
|
add changelog to ui
|
2023-09-18 08:38:04 -04:00 |
|
Disty0
|
550b7056ac
|
IPEX fix SDPA and reduce torch_gc force to %90
|
2023-09-18 15:36:14 +03:00 |
|
Vladimir Mandic
|
792893e68e
|
fix filename gen
|
2023-09-17 15:36:05 -04:00 |
|
Vladimir Mandic
|
d1302c09e3
|
update pre-commit and fix ops
|
2023-09-17 15:06:21 -04:00 |
|
Vladimir Mandic
|
f4492f4c86
|
optimize en search
|
2023-09-17 10:47:25 -04:00 |
|
Vladimir Mandic
|
4887b0a631
|
add before process callback
|
2023-09-17 10:16:36 -04:00 |
|
Disty0
|
e0c8d37d5e
|
Fix DPM SDE and update IPEX defaults
|
2023-09-17 16:14:40 +03:00 |
|
Disty0
|
3389edf6f8
|
Fix model unloading
|
2023-09-17 03:46:16 +03:00 |
|
Disty0
|
36e0823538
|
Cleanup
|
2023-09-17 01:28:35 +03:00 |
|
Vladimir Mandic
|
2daf61ae7a
|
presort en
|
2023-09-16 17:36:03 -04:00 |
|
Vladimir Mandic
|
12d6173b57
|
fix bad styles names
|
2023-09-16 17:19:19 -04:00 |
|
Vladimir Mandic
|
9ca17487e0
|
diffusers round width/height
|
2023-09-16 17:09:51 -04:00 |
|
Vladimir Mandic
|
2878f66c57
|
fix paths
|
2023-09-16 16:53:10 -04:00 |
|
Vladimir Mandic
|
cb43af03a2
|
get api extra-networks
|
2023-09-16 16:45:11 -04:00 |
|