Vladimir Mandic
|
4518cfb3b1
|
refactor schedulers first part
|
2023-09-21 13:19:55 -04:00 |
|
Vladimir Mandic
|
df377d6d27
|
safe handling of accelerate
|
2023-09-19 12:55:32 -04:00 |
|
Vladimir Mandic
|
5b41115bc8
|
fix settings refresh button
|
2023-09-08 08:34:27 -04:00 |
|
Vladimir Mandic
|
0194620ec2
|
cleanup options
|
2023-09-08 07:59:58 -04:00 |
|
Vladimir Mandic
|
09b4c79f4a
|
add job info to all jobs
|
2023-09-07 10:40:07 -04:00 |
|
Vladimir Mandic
|
39e1f91cce
|
skip override for same items, handle taesd
|
2023-09-07 08:19:37 -04:00 |
|
Vladimir Mandic
|
d45e6a04cd
|
improve vae reload
|
2023-08-30 08:49:27 -04:00 |
|
Vladimir Mandic
|
6a4d4ea5b7
|
update logging and model hashinh
|
2023-08-22 18:28:09 +00:00 |
|
Vladimir Mandic
|
93bf3bb263
|
set default settings
|
2023-08-21 08:31:50 +00:00 |
|
Vladimir Mandic
|
5eac99d3f5
|
optimize diffusers memory handling
|
2023-08-18 20:41:34 +00:00 |
|
Vladimir Mandic
|
0a3e821067
|
diffuser auto-pipeline and fix vae
|
2023-08-07 17:19:30 +00:00 |
|
Disty0
|
489d0382cf
|
IPEX Diffusers fix cannot allocate more than 4GB
|
2023-08-05 17:26:18 +03:00 |
|
Disty0
|
8ffaea76ba
|
Add Diffusers model and VAE variant loading option
|
2023-07-31 14:39:41 +03:00 |
|
Disty0
|
0180402563
|
Better move and accelerate handling
|
2023-07-30 11:36:47 +03:00 |
|
Kubuxu
|
7e1030d499
|
Introduce sd_model.has_accelerate
|
2023-07-30 00:51:35 +03:00 |
|
Disty0
|
025df86ac0
|
Cleanup
|
2023-07-29 02:06:34 +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 |
|
Vladimir Mandic
|
ff9b8bc062
|
api endpoint refresh vaes
|
2023-07-26 15:51:19 -04:00 |
|
Vladimir Mandic
|
e491813eb8
|
cleanup
|
2023-07-22 16:33:27 -04:00 |
|
Vladimir Mandic
|
e342c28055
|
improve vae loading
|
2023-07-22 16:28:23 -04:00 |
|
Vladimir Mandic
|
4c2664dbc3
|
redesign diffuser vae handling
|
2023-07-21 14:30:57 -04:00 |
|
Vladimir Mandic
|
926a0fde1a
|
diffusers code refactoring and exception handling
|
2023-07-17 12:22:51 -04:00 |
|
Vladimir Mandic
|
4e48173e37
|
enable sdxl vae
|
2023-07-16 17:58:08 -04:00 |
|
Vladimir Mandic
|
120710f28a
|
force model variant
|
2023-07-07 13:38:04 -04:00 |
|
Vladimir Mandic
|
3e1a6a96d0
|
add additional pipelines
|
2023-07-07 09:38:19 -04:00 |
|
Vladimir Mandic
|
0ddf613b49
|
jumbo merge part two
|
2023-06-14 11:23:02 -04:00 |
|
Vladimir Mandic
|
df65e8e30a
|
update clip skip and attention normalization
|
2023-05-18 22:16:24 -04:00 |
|
Vladimir Mandic
|
1c70056744
|
match vae file
|
2023-05-18 19:09:34 -04:00 |
|
Vladimir Mandic
|
1dffd114fc
|
fix vae loading
|
2023-05-17 15:38:12 -04:00 |
|
Vladimir Mandic
|
0ccda9bc8b
|
jumbo patch
|
2023-05-17 14:15:55 -04:00 |
|
Disty0
|
8171d57c36
|
Remove unnecessary IPEX imports
|
2023-05-04 02:34:34 +03:00 |
|
Vladimir Mandic
|
cb4cff3929
|
redesign logging
|
2023-05-02 13:57:16 -04:00 |
|
Disty0
|
de8d0bef9f
|
More patches and Import IPEX after Torch
|
2023-04-30 18:19:37 +03:00 |
|
Vladimir Mandic
|
93b0de7e59
|
update rollback vae
|
2023-04-26 09:02:32 -04:00 |
|
Vladimir Mandic
|
a2b7544753
|
cleanup vae messages
|
2023-04-25 19:20:48 -04:00 |
|
Gazzoo-byte
|
97e8224200
|
Update sd_vae.py
Removed pathlib, but had to retain '+ ".vae.pt"' etc, otherwise it was adding a separator between the filename and the extension
|
2023-04-26 00:07:42 +01:00 |
|
Gazzoo-byte
|
b6354950c2
|
Update sd_vae.py
|
2023-04-25 23:45:28 +01:00 |
|
Gazzoo-byte
|
c764cae14d
|
sd_vae automatic behaviour fix for non-Windows users
Hadn't considered that hard-coding the separators would break this for non-Windows users - replaced hard coding with os.sep
|
2023-04-25 23:36:02 +01:00 |
|
Gazzoo-byte
|
98c29302a7
|
Fix a bug
Forgot a return value which was causing 'ValueError: too many values to unpack (expected 2)' upon trying load a VAE with Automatic in sd_vae
|
2023-04-25 21:00:03 +01:00 |
|
Gazzoo-byte
|
4fbb7a88dd
|
Change 'Automatic' behaviour
Modifies the behaviour of 'Automatic' to check in vae_path for vae files with a filename that matches the checkpoint, failing this falls back to None
|
2023-04-25 20:29:27 +01:00 |
|
Vladimir Mandic
|
82d7b45cf4
|
update vae
|
2023-04-24 16:54:12 -04:00 |
|
Sakura-Luna
|
458a78e4de
|
Merge branch 'master' into pr9295
|
2023-04-24 13:19:57 +08:00 |
|
Vladimir Mandic
|
7939a1649d
|
parse model preload
|
2023-04-20 23:19:25 -04:00 |
|
Vladimir Mandic
|
0282832f12
|
fix vae path
|
2023-04-20 15:50:06 -04:00 |
|
Vladimir Mandic
|
5a0664c945
|
fixes
|
2023-04-20 15:35:40 -04:00 |
|
Vladimir Mandic
|
fd51bb90d0
|
enable quick launch
|
2023-04-15 11:51:58 -04:00 |
|
Vladimir Mandic
|
ed8819b8fc
|
lycoris, strong linting, model keyword, circular imports
|
2023-04-15 10:28:31 -04:00 |
|
Vladimir Mandic
|
60caa8984f
|
fix css and change default settings
|
2023-04-12 12:23:07 -04:00 |
|
Vladimir Mandic
|
81b8294e93
|
switch cmdflags to settings
|
2023-04-12 10:40:11 -04:00 |
|