Vladimir Mandic
5d1bfc2bfc
cleanup
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-09-28 21:36:16 -04:00
Vladimir Mandic
c03a6928e4
reference models add size and release date info
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-09-28 21:19:36 -04:00
Vladimir Mandic
2a7e545c09
update qwen layers to min-8bit
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-09-28 20:50:14 -04:00
Vladimir Mandic
70a2c209b1
cleanup
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-09-28 20:22:25 -04:00
Vladimir Mandic
78b6124fca
Merge pull request #4236 from alerikaisattera/dev
...
Add model size and release date to reference model list
2025-09-28 18:45:46 -04:00
Vladimir Mandic
d01844388d
Merge branch 'dev' into dev
2025-09-28 18:45:34 -04:00
Vladimir Mandic
8cc9c23f98
add directml and rocm note to changelog
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-09-28 18:44:42 -04:00
Vladimir Mandic
813e3c4513
Merge branch 'dev' into dev
2025-09-28 18:33:47 -04:00
Vladimir Mandic
c661497b87
linting
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-09-28 18:09:09 -04:00
Vladimir Mandic
eb025eaf31
remove split-attention and add attention slicing option
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-09-28 18:01:34 -04:00
Disty0
1b45c145e9
SDNQ re-enable dynamic compile
2025-09-28 20:40:24 +03:00
Aleri Kaisattera
9d0d17a54b
Add model size and release date to reference model list
2025-09-28 21:44:54 +06:00
Disty0
6f2145fa57
revert offload_buffers
2025-09-28 16:47:31 +03:00
Vladimir Mandic
749878289f
document vae changes
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-09-28 09:25:38 -04:00
Vladimir Mandic
9e6fdaa5cc
vae slicing and tiling enabled on low and med vram, off otherwise
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-09-28 09:24:07 -04:00
Disty0
02f03d56a7
set offload_buffers to true on balanced offload
2025-09-28 16:23:29 +03:00
Vladimir Mandic
3275535867
update loopback and note changelog
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-09-28 09:09:19 -04:00
Vladimir Mandic
d45b6dad40
Merge pull request #4233 from rabanti-github/dev
...
Added option to randomize loopback iterations
2025-09-28 09:06:20 -04:00
Vladimir Mandic
862e601906
Merge branch 'dev' into dev
2025-09-28 09:06:05 -04:00
Disty0
4a70e82b0c
ROCm always use numpy on cholesky
2025-09-28 14:05:20 +03:00
Disty0
a47959b114
move ROCm Windows hijacks outside of torch install
2025-09-28 13:33:15 +03:00
Seunghoon Lee
06b14b070b
hijack torch.linalg.cholesky()
2025-09-28 18:43:37 +09:00
Seunghoon Lee
9c19e8a9b8
return correct item
2025-09-28 18:34:10 +09:00
Seunghoon Lee
6e8abf8dc3
hijack cholesky decomposition for therock pytorch
2025-09-28 18:03:02 +09:00
Seunghoon Lee
e8a507fe2a
skip rocm.conceal if rocm torch is installed
2025-09-28 17:34:47 +09:00
Seunghoon Lee
95ee0ed29c
load amdhip64_6.dll instead of amdhip64.dll
2025-09-28 17:15:12 +09:00
Seunghoon Lee
0de3732884
prioritize python pacakage check over PATH
2025-09-28 11:31:43 +09:00
Raphael Stoeckli
a1214bfe30
Added option to randomize loopback iterations
2025-09-28 02:32:08 +02:00
Disty0
587db51e9e
Cleanup env vars and set TORCH_ROCM_AOTRITON_ENABLE_EXPERIMENTAL to 1
2025-09-28 00:22:00 +03:00
Seunghoon Lee
35b1c6b07d
windows install rocm if not installed
2025-09-28 05:39:41 +09:00
Vladimir Mandic
57fdc0ad66
Merge pull request #4231 from liutyi/dev
...
new segmind (5) model covers
2025-09-27 10:53:21 -04:00
Oleksandr Liutyi
384c2037a2
new segmind (5) model covers
2025-09-27 14:38:29 +03:00
Seunghoon Lee
059392afc7
clean up
2025-09-27 17:51:59 +09:00
Disty0
503a178794
Don't load rocm hsa on non wsl envs and remove unused lib hijacks
2025-09-27 11:39:24 +03:00
Disty0
71fde8a897
ROCm and Zluda don't fallback to CPU and clenup strings
2025-09-27 11:32:46 +03:00
Seunghoon Lee
579b1f3175
do not load global amdhip64, let pytorch load it
2025-09-27 17:01:14 +09:00
Seunghoon Lee
d52d84eda5
clean up
2025-09-27 16:49:29 +09:00
Disty0
9cbcc900bb
Merge pull request #4230 from lbeltrame/fix-hip-lib-path
...
Fix HIP library detection (ROCm)
2025-09-27 10:34:28 +03:00
Luca Beltrame
f00486c8f3
Fix HIP library detection
...
The code unconditionally checked `lib`, but on modern Linux distributions, 64-bit binaries are under `lib64` instead.
Note that this might be slightly different on Debian-based distributions, but as I don't have one I can't test it.
2025-09-27 09:23:32 +02:00
Seunghoon Lee
e3e41298d9
remove unused import
2025-09-27 11:29:55 +09:00
Seunghoon Lee
4c590993e4
install preview pytorch if rocm-sdk package not found
2025-09-27 11:24:59 +09:00
Seunghoon Lee
8d2aedd924
hotfix
2025-09-27 11:17:15 +09:00
Seunghoon Lee
d63bc05b6c
update rocm.py to detect rocm-sdk packages
2025-09-27 11:12:13 +09:00
Vladimir Mandic
07a66b4815
ui add server connection status indicators
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-09-26 13:25:17 -04:00
Vladimir Mandic
7bc6edf483
ui add connection monitor
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-09-26 13:17:52 -04:00
Vladimir Mandic
bd048e8efc
framepack: patch solver for unsupported gpus
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-09-26 12:28:52 -04:00
Vladimir Mandic
c254835351
fix lora strength
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-09-26 10:14:02 -04:00
Vladimir Mandic
ae25cb8880
linting
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-09-25 14:33:21 -04:00
Vladimir Mandic
01e8211d4b
cleanup
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-09-25 14:17:40 -04:00
Vladimir Mandic
ab82c172d5
handle nunchaku lora with unsupported models
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-09-25 14:02:21 -04:00