Hameer Abbasi
00a5df5806
Small fix for refiner (untested).
2023-08-06 07:24:20 +00:00
Hameer Abbasi
bb66b5ce0e
Ruff fix and refiner->is_refiner.
2023-08-06 07:37:45 +02:00
AI-Casanova
e65e959eef
Enable A1111 and Full parsing conversion
2023-08-06 02:52:03 +00:00
AI-Casanova
685ede9e15
Merge branch 'master' into Compel
2023-08-04 20:59:39 -05:00
Vladimir Mandic
4b01e60772
Merge pull request #1937 from Vientsuya/master
...
added /sdapi/v1/sd-vae endpoint
2023-08-04 19:05:25 +02:00
Disty0
e925394b99
Disable ipexrun on WSL
2023-08-04 20:01:21 +03:00
Marcin Dzierwa
0611b1e4d9
added /sdapi/v1/sd-vae endpoint
2023-08-04 18:58:47 +02:00
root
076acf0664
Linting fixes.
2023-08-04 15:16:13 +00:00
root
fdbafbd713
Clean up code.
2023-08-04 15:12:37 +00:00
Disty0
81cfb4440d
IPEX fix double starting ipexrun
2023-08-04 16:55:15 +03:00
Vladimir Mandic
1b48e6e436
Merge pull request #1934 from tcmaps/master
...
opencv-headless
2023-08-04 15:18:58 +02:00
tcmaps
ef25cf9678
opencv-headless
2023-08-04 15:00:30 +02:00
Vladimir Mandic
a12c9117e6
add requirement check install flag
2023-08-04 11:23:25 +02:00
vladmandic
b7fcf4a41e
Deploying to master from @ vladmandic/automatic@f1741a4332 🚀
2023-08-04 13:15:57 +00:00
Disty0
f1741a4332
Re-add ipexrun
2023-08-04 11:11:30 +03:00
Disty0
668def0b9a
Add Windows packages for IPEX
2023-08-04 10:40:29 +03:00
Disty0
fc3d96f6f6
IPEX fix ControlNet PidiNet
2023-08-04 04:15:25 +03:00
vladmandic
b64fecf22e
Deploying to master from @ vladmandic/automatic@5f5a564d41 🚀
2023-08-04 01:12:01 +00:00
Disty0
5f5a564d41
Update compile settings
2023-08-03 22:38:43 +03:00
Disty0
434a1f967f
IPEX fixes
2023-08-03 21:06:15 +03:00
Vladimir Mandic
d7ae6c61e1
git autostash
2023-08-03 17:49:52 +02:00
Vladimir Mandic
6fbc9a53f8
update git flag
2023-08-03 17:46:53 +02:00
Disty0
44b17b7418
Add compile type option
2023-08-03 17:51:29 +03:00
Disty0
4535a99fff
Model compile support for IPEX
2023-08-03 17:25:15 +03:00
Disty0
a293e3cdcb
Torch 2.0 for IPEX
2023-08-03 16:29:56 +03:00
Vladimir Mandic
246989129f
ui settings logging
2023-08-02 08:27:16 +02:00
AI-Casanova
b166dcbfad
Add prompt_parser_diffusers.py
2023-08-01 02:46:53 +00:00
AI-Casanova
bb7a71becd
Merge branch 'vladmandic:master' into Compel
2023-07-31 18:36:01 -05:00
Seunghoon Lee
8787f36b2c
Merge branch 'master' of https://github.com/vladmandic/automatic
2023-08-01 02:03:51 +09:00
Seunghoon Lee
d711880aa9
New option for DirectML: memory stats provider.
...
1. Performance Counter.
Get vram size allocated to & used by python.exe from pdh.dll.
Generation can be slower than atiadlxx.
Use memory less greedy then atiadlxx.
Windows only.
2. atiadlxx.
Get max vram size and available vram size from AMD GPU driver (atiadlxx.dll).
Use memory more greedy than Performance Counter.
Windows & WSL are supported.
3. None.
Assume available vram size is 8GB.
Use memory regardless of current vram usage.
2023-08-01 01:58:04 +09:00
Disty0
8ffaea76ba
Add Diffusers model and VAE variant loading option
2023-07-31 14:39:41 +03:00
Vladimir Mandic
2cf4014040
refresh
2023-07-31 11:36:51 +02:00
Seunghoon Lee
1524365284
Update Korean localization & DirectML bug fix.
2023-08-02 02:32:11 +09:00
Disty0
80b834054b
CPU offload mode check & Enable compile for IPEX
2023-08-01 02:51:50 +03:00
Vladimir Mandic
20d94af063
update lint rules
2023-07-31 06:49:12 +02:00
Vladimir Mandic
6120e6b512
Merge pull request #1899 from dotgrid/patch-1
...
Fix Kandinsky model URI
2023-07-31 02:07:45 -04:00
AI-Casanova
397d7ea6de
Add Compel Parsing for SDXL
2023-07-30 22:26:55 -05:00
Paul Farnell
ce1e978a25
Fix Kandinsky model URI
2023-07-30 23:53:13 +01:00
Vladimir Mandic
84456740b0
update changelog
2023-07-30 17:48:45 +02:00
Vladimir Mandic
45955f4c12
update changelog
2023-07-30 17:40:09 +02:00
Disty0
884e464693
Move base to cpu when using refiner with offload
2023-07-30 18:39:27 +03:00
Vladimir Mandic
838dfef9c0
Merge pull request #1895 from JetVarimax/JetVarimax-dateformat1
...
CHANGELOG: Change to use ISO 8601 date format
2023-07-30 11:33:01 -04:00
Vladimir Mandic
2300329893
fix lint
2023-07-30 17:17:56 +02:00
JetVarimax
f749a95329
Change to use ISO 8601 date format
...
Reduces confusion when looking at dates
2023-07-30 16:17:42 +01:00
Vladimir Mandic
6e428ff0a2
update diffusers
2023-07-30 17:14:34 +02:00
Vladimir Mandic
13ba9531a5
Merge pull request #1875 from AI-Casanova/diffusers-LoRA
...
Enable SDXL LoRA (Must install the newest Diffusers!)
2023-07-30 11:13:36 -04:00
Disty0
350be09282
w/a for model cpu offload refiner
2023-07-30 17:18:57 +03:00
Disty0
0180402563
Better move and accelerate handling
2023-07-30 11:36:47 +03:00
Disty0
acc8233f52
Merge pull request #1886 from Kubuxu/fix/model-offload
...
Fix model offload by not forcing the model to GPU
2023-07-30 01:28:36 +03:00
Disty0
66a6e783f0
has_accelerate = False for original backend
2023-07-30 01:22:29 +03:00