Disty0
3ae7ecdbad
SDNQ fix quantization_device getting ignored on post load quant
2025-12-08 01:29:52 +03:00
Disty0
064b64c76c
cleanup
2025-12-08 01:14:19 +03:00
Disty0
6e05a12a49
SDNQ post process pre-quants after load
2025-12-08 01:08:53 +03:00
Disty0
0835ca6f66
SDNQ add explicit model.quantization_method = QuantizationMethod.SDNQ
2025-12-08 00:46:40 +03:00
Disty0
7a6356f8eb
SDNQ fix transformers v5 and check for torch._dynamo.config.disable
2025-12-08 00:36:15 +03:00
Disty0
4f90054bf7
SDNQ transformers v5 support
2025-12-07 21:37:41 +03:00
Vladimir Mandic
469962cc9c
Merge pull request #4453 from awsr/python-datetime-compat
...
Fix timestamp formatting for thumbnails
2025-12-07 06:49:38 +01:00
awsr
f01e977695
Fix timestamp formatting for thumbnails
2025-12-06 18:34:15 -08:00
vladmandic
7bd04e0b5c
add /detailers api endpoint
...
Signed-off-by: vladmandic <mandic00@live.com >
2025-12-06 12:33:52 +01:00
Disty0
1cfb61809f
cleanup
2025-12-05 18:40:49 +03:00
Disty0
5b86bef796
SDNQ add longcat keys
2025-12-05 18:37:20 +03:00
CalamitousFelicitousness
85cd222793
fix(vqa): sort CLiP analysis results and add text output
...
Improvements to the OpenCLIP interrogation:
- Sort all ranking dicts by similarity score (descending)
- Add format_category() helper for text formatting
- Add formatted text output for CLIP labels textbox
- Return additional text update in analyze_image()
2025-12-02 21:48:09 +00:00
CalamitousFelicitousness
eb832a4850
fix(vqa): respect offload setting in JoyCaption, add max_pixels
...
Two fixes for the JoyCaption handler:
- Only offload model if shared.opts.interrogate_offload is True
- Add max_pixels=1024*1024 to AutoProcessor for consistent image handling
2025-12-02 21:46:09 +00:00
CalamitousFelicitousness
766cb49928
feat(ui): add vision and reasoning symbols, fix dropdown fonts
...
Add new Font Awesome symbols for model capability indicators:
- vision symbol (eye icon) for vision-capable VLM models
- reasoning symbol (lightbulb icon) for thinking/reasoning models
Also fix dropdown font styling by adding NotoSans font-family.
2025-12-02 21:43:13 +00:00
vladmandic
d3a2f6c7ed
fix loading local prequant models
...
Signed-off-by: vladmandic <mandic00@live.com >
2025-12-02 20:53:19 +01:00
vladmandic
0ad40d2b8b
lint
...
Signed-off-by: vladmandic <mandic00@live.com >
2025-12-02 12:25:04 +01:00
vladmandic
39bced0987
Merge branch 'dev' of https://github.com/vladmandic/sdnext into dev
2025-12-02 10:40:31 +01:00
vladmandic
903d47f9e6
add zimage and f2 to lora overrides
...
Signed-off-by: vladmandic <mandic00@live.com >
2025-12-02 10:40:27 +01:00
Vladimir Mandic
3b4f909862
Merge pull request #4436 from CalamitousFelicitousness/runai-update
...
Update runai-model-streamer logging integration
2025-12-02 03:59:38 -05:00
Vladimir Mandic
1673380b94
Merge pull request #4430 from awsr/fix_show_progress
...
show_progress requires "full", "minimal", or "hidden"
2025-12-02 03:50:34 -05:00
Vladimir Mandic
de3ebf470d
Merge pull request #4428 from awsr/revert-for-now
...
Revert changes that require at least Python version 3.12
2025-12-02 03:49:20 -05:00
CalamitousFelicitousness
55c089ae48
Update runai-model-streamer logging integration
...
- Remove stdout redirect monkeypatch (fixed in runai v0.15.1 via PR #97 )
- Add RUNAI_STREAMER_LOG_LEVEL controlled by SD_LOAD_DEBUG
- Add one-time runai config log when hijack is activated
- Add `loader=runai|default` to model loading logs
- Remove per-file logging clutter from sd_hijack_safetensors.py
2025-12-02 02:01:51 +00:00
Disty0
7aa1bfdc70
Add get_modules_to_not_convert from transformers v5
2025-12-02 01:01:51 +03:00
Disty0
d9bc31e7da
Cleanup
2025-11-29 01:46:04 +03:00
Disty0
01a0f6b356
Warn and disable quantized matmul if triton is not available
2025-11-29 01:34:54 +03:00
Disty0
3e52009a4f
SDNQ assert Triton for quantized matmul
2025-11-29 00:54:19 +03:00
Disty0
aaef4992c3
SDNQ fix svd + fp8 tw and fp16 mm
2025-11-28 22:31:09 +03:00
awsr
00d3be3dba
show_progress requires "full", "minimal", or "hidden"
2025-11-28 02:27:19 -08:00
awsr
328eb95851
Revert changes due to min Python version being 3.12
2025-11-27 14:57:51 -08:00
awsr
62b959a229
Fix importlib.metadata
2025-11-27 14:47:56 -08:00
Disty0
a46f32b354
pull sdnq version from .common
2025-11-28 01:10:05 +03:00
Disty0
55cf627ac6
add version to sdnq
2025-11-28 00:45:24 +03:00
Disty0
368eb3103a
cleanup
2025-11-27 18:40:15 +03:00
Disty0
73e4d1e379
Pass torch_dtype to sdnq loader
2025-11-27 18:37:35 +03:00
Disty0
7b2a8e3f87
cleanup
2025-11-27 18:26:14 +03:00
Disty0
ff4c254930
Auto handle tied weights with new transformers
2025-11-27 18:24:55 +03:00
CalamitousFelicitousness
9dd537072c
Fix import path for SDNQ options and handle Qwen models in load_sdnq_model
2025-11-27 14:53:03 +00:00
Disty0
f7b0bbb6e1
Complete Z-Image support
2025-11-27 17:25:36 +03:00
Disty0
e56dfc6a95
Merge pull request #4424 from CalamitousFelicitousness/z-image
...
Add Z-Image model support
2025-11-27 16:59:07 +03:00
CalamitousFelicitousness
4faddd7e45
Add Z-Image model support
2025-11-27 13:54:03 +00:00
Disty0
131c51918b
SDNQ fix model_ oader
2025-11-27 14:51:45 +03:00
Disty0
ed6f977218
SDNQ fix z_image matmul
2025-11-27 14:19:29 +03:00
Disty0
16c429711c
update lumina and z_image keys
2025-11-26 23:22:44 +03:00
Disty0
679060bd00
SDNQ add lumina and z_image keys
2025-11-26 22:51:15 +03:00
Disty0
48b5d56ba4
Enable or disable quantized matmul on pre-quant models
2025-11-26 21:08:15 +03:00
vladmandic
6d9555fc3c
cleanup
...
Signed-off-by: vladmandic <mandic00@live.com >
2025-11-26 10:52:37 -05:00
vladmandic
ad6458aa7b
add flux2
...
Signed-off-by: vladmandic <mandic00@live.com >
2025-11-26 15:47:17 +00:00
Disty0
70b96daa63
cleanup
2025-11-25 23:02:01 +03:00
Disty0
c1a7424c76
ipex fix flux2 and cleanup
2025-11-25 22:51:39 +03:00
Disty0
da0df35106
fix typo
2025-11-25 21:58:53 +03:00