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
Disty0
da3c439059
SDNQ fix _tied_weights_keys is dict case
2025-11-25 19:37:46 +03:00
Disty0
aeb71d172e
SDNQ add Flux2Transformer2DModel keys
2025-11-25 19:22:02 +03:00
vladmandic
81e44ca90f
Merge branch 'dev' of https://github.com/vladmandic/sdnext into dev
2025-11-25 10:36:18 -05:00
vladmandic
0da06b642a
fix networks refresh
...
Signed-off-by: vladmandic <mandic00@live.com >
2025-11-25 10:35:47 -05:00
Disty0
91402c6e7c
update pixelart
2025-11-25 18:18:12 +03:00
Disty0
33c74e7066
Use zeros for empty negs when diffusers_zeros_prompt_pad enabled
2025-11-24 19:27:25 +03:00
vladmandic
246bfcb453
fix multi-detailer
...
Signed-off-by: vladmandic <mandic00@live.com >
2025-11-24 10:52:10 -05:00
Disty0
6b770dada3
fix typo
2025-11-24 18:26:29 +03:00
vladmandic
224cd82721
Merge branch 'dev' of https://github.com/vladmandic/sdnext into dev
2025-11-24 10:21:46 -05:00
vladmandic
63a180be13
fix output none
...
Signed-off-by: vladmandic <mandic00@live.com >
2025-11-24 10:21:44 -05:00
Disty0
3d7cffc4a4
add noobai-rf to flow names
2025-11-24 18:21:34 +03:00
vladmandic
33913825b0
fix control run args
...
Signed-off-by: vladmandic <mandic00@live.com >
2025-11-24 10:12:40 -05:00