Disty0
41ef28bb78
SDNQ don't divide group_size
2025-11-22 16:44:13 +03:00
awsr
e8b1797929
Update extension uninstall if read-only
2025-11-22 05:23:14 -08:00
awsr
b4ba041aa5
Futureproofing for imports
...
Deprecation info:
- https://docs.python.org/3.14/reference/datamodel.html#module.__package__
- https://docs.python.org/3.14/reference/datamodel.html#module.__loader__
- https://docs.python.org/3.14/reference/datamodel.html#module.__cached__
2025-11-22 05:23:14 -08:00
Disty0
25d05b1445
SDNQ catch all exceptions on triton import
2025-11-22 14:48:55 +03:00
Disty0
4e4f49b38d
update sdnq loader
2025-11-22 03:45:27 +03:00
Disty0
b6e9332cfe
SDNQ de-couple matmul dtype and add fp16 matmul
2025-11-22 02:16:20 +03:00
Seunghoon Lee
9e91ac6310
therock use v2 instead of v2-staging
2025-11-20 16:12:23 +09:00
Disty0
0b1e09091e
cleanup
2025-11-19 02:38:21 +03:00
Disty0
5308630b3a
SDNQ use dequantize_fp32 with uint16 + torch_dtype = fp16
2025-11-18 23:53:27 +03:00
Disty0
49cd85d388
SDNQ add training related changes
2025-11-18 22:46:14 +03:00
vladmandic
d0ac508a59
lint
...
Signed-off-by: vladmandic <mandic00@live.com >
2025-11-17 20:12:47 -05:00
Disty0
3fbfae5963
cleanup
2025-11-18 02:37:10 +03:00
Disty0
524e92eee2
SDNQ fix Loras
2025-11-18 01:47:35 +03:00
Disty0
1745ed53f8
Refactor SDNQDequantizer
2025-11-18 01:42:58 +03:00
Seunghoon Lee
674a8f097d
windows rocm install devel
2025-11-17 13:04:16 +09:00
Vladimir Mandic
c50c987a33
sdnq always-register
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-16 08:14:01 -05:00
Vladimir Mandic
875351f0d5
lint
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-15 12:15:04 -05:00
Vladimir Mandic
ccb1ded7d0
integrate kanvas with server-side masking
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-15 11:56:56 -05:00
Vladimir Mandic
59864de067
update mime-types
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-14 15:47:13 -05:00
vladmandic
5c53f48651
ipex update to torch==2.9.1+xpu
...
Signed-off-by: vladmandic <mandic00@live.com >
2025-11-14 14:41:37 -05:00
Disty0
3a4d7795d8
SDNQ fix weights_dtype getting overwritten on post load quant
2025-11-14 16:51:10 +03:00
Vladimir Mandic
fea88897c8
add prx
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-13 17:10:14 -05:00
Vladimir Mandic
4ffc1b6097
add nano-banana
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-13 13:14:55 -05:00
Vladimir Mandic
ff772003e3
lora: restore pipeline type if reload/recompile needed
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-13 09:56:36 -05:00
Vladimir Mandic
2612ad95a9
fix stable-video-diffusion dtype mismatch
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-13 08:56:14 -05:00
Vladimir Mandic
007e265740
prototype wan-animate
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-13 08:10:24 -05:00
Vladimir Mandic
f4b0656dbb
reduce requirements
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-12 19:24:47 -05:00
Vladimir Mandic
7a5a0ebc0d
improve version detect
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-12 18:56:38 -05:00
Vladimir Mandic
05008b332f
fix marigold
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-12 14:32:04 -05:00
Vladimir Mandic
7c5d1505b8
set defaults for version dct
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-12 14:18:45 -05:00
Vladimir Mandic
a76168ba4b
process tab send-to
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-12 09:19:28 -05:00
Vladimir Mandic
8fb037d4d4
wrap all internal api calls with auth check and use token when possible
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-11 18:13:47 -05:00
Vladimir Mandic
2b12b428dd
fix syntax error
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-11 16:21:48 -05:00
Vladimir Mandic
26d89c0133
safe load non-sparse controlnet
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-11 16:15:47 -05:00
Vladimir Mandic
385de2f0af
better detect input source
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-11 16:07:57 -05:00
Vladimir Mandic
ec7bcd7202
fix kanvas-vs-video
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-11 14:45:16 -05:00
awsr
533c13a2d5
Remove conditional Hires sampler omission
...
Fixes restoring parameters when your default hires sampler isn't "Same as primary". In those cases, only the main sampler would be updated because there's no value stored for the hires sampler.
While technically you *could* assume that "Same as primary" is meant when other hires settings are loaded without a value for the sampler, it would be a lot more complicated to actually implement. Honestly, it's just better and probably more "expected behavior" to always include the information when using Hires.
2025-11-10 15:16:40 -08:00
Vladimir Mandic
947e2c7bc5
update chrono pipeline
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-10 08:43:50 -05:00
Vladimir Mandic
a5c5635968
detailer validate if model is compatible
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-10 07:53:45 -05:00
Disty0
6f33ec3357
SDNQ use the model quant params instead of user settings on Lora
2025-11-10 00:12:38 +03:00
Vladimir Mandic
c536637908
add kanvas integration
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-09 15:41:20 -05:00
Vladimir Mandic
b045d72670
remove obsolete video scripts
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-09 09:54:17 -05:00
Vladimir Mandic
c6593ac180
fix detailer with lora
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-09 09:14:26 -05:00
Vladimir Mandic
3a3c984411
Merge pull request #4388 from vladmandic/kanvas
...
merge kanvas to dev
2025-11-09 07:57:54 -05:00
awsr
7cf5f8b45d
Revert Python >= 3.10 type syntax
2025-11-08 14:59:10 -08:00
awsr
19f9fc95fd
Improve extension url handling
2025-11-08 14:56:04 -08:00
awsr
0bb0bf4681
Fix url formatting in update module
2025-11-08 14:54:34 -08:00
Disty0
113c582171
IPEX fix early init failure
2025-11-09 00:30:03 +03:00
Disty0
f4ee9c7052
Add Flex attention
2025-11-09 00:14:38 +03:00
Vladimir Mandic
f491955991
Merge pull request #4383 from vladmandic/dev
...
refresh branch
2025-11-08 15:43:28 -05:00