Vladimir Mandic
a3ab302f51
fix extensions reset
2023-07-20 09:52:21 -04:00
Disty0
57d1d3ed16
Fix Kandinsky safety_checker and compile
2023-07-20 14:29:15 +03:00
Vladimir Mandic
e002652ac6
remove typo
2023-07-19 15:09:01 -04:00
Vladimir Mandic
1975599ad0
update icons
2023-07-19 14:50:56 -04:00
Vladimir Mandic
2b0def1192
change logo and add splash screen
2023-07-19 14:07:54 -04:00
Vladimir Mandic
19d176ea3d
en add tags
2023-07-19 10:33:23 -04:00
Vladimir Mandic
0a083c2423
update min/max zoom
2023-07-18 20:43:30 -04:00
Vladimir Mandic
46709ee391
fix image metadata and diffuser search
2023-07-18 20:41:47 -04:00
Vladimir Mandic
c9d1829ea5
Merge pull request #1747 from Kubuxu/fix/disable-hold-to-preview
...
Disable hold-to-preview
2023-07-18 20:31:57 -04:00
Vladimir Mandic
2035b99c82
Merge pull request #1746 from Phen-Ro/model_basename
...
Search for models via the model file's basename
2023-07-18 20:27:04 -04:00
Jakub Sztandera
3e9c472012
Remove previewTimestamp code as it was required for hold-to-preview
...
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai >
2023-07-19 01:49:21 +02:00
Jakub Sztandera
f2a39ffdcf
Disable hold-to-preview
...
Allows for drag'n'drop of images.
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.com >
2023-07-19 01:43:52 +02:00
Steven
82d2a601c2
When searching for model info from the checkpoint specified from ckpt command line argument, strip the path from the argument so that we only search for the model's filename.
2023-07-18 18:47:39 -04:00
Vladimir Mandic
debec28be6
rework settings, image-watermark, safe config handling
2023-07-18 14:41:27 -04:00
Vladimir Mandic
3352876521
img2img batch processing improvements
2023-07-18 07:51:42 -04:00
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
11cc14e5a1
update todo and readme
2023-07-17 12:45:24 -04:00
Vladimir Mandic
baebb8a19b
Merge pull request #1729 from BinaryQuantumSoul/master
...
README improvements
2023-07-17 12:33:45 -04:00
QuantumSoul
6d1ffe8482
README improvements
2023-07-17 18:26:51 +02: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
da11f32db7
update wiki
2023-07-16 17:58:57 -04: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
e44633897b
Merge pull request #1688 from javsezlol1/master
...
Update xyz_grid.py
2023-07-14 21:56:10 -04:00
javsezlol1
cedf5e087a
Update xyz_grid.py
...
added second pass parameters
2023-07-15 09:50:02 +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
Vladimir Mandic
a77a6690b4
Merge pull request #1683 from jwooldridge234/master
...
MPS fix
2023-07-14 15:43:30 -04:00
Jack Wooldridge
7fdda2c8b3
MPS fix
2023-07-14 15:34:14 -04:00
Vladimir Mandic
53dc92d46c
update changelog&todo
2023-07-14 15:26:45 -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