Commit Graph

11752 Commits

Author SHA1 Message Date
vladmandic 2ac0a67bd9 update todo
Signed-off-by: vladmandic <mandic00@live.com>
2025-12-15 18:56:54 +01:00
vladmandic 8b73ebf36a update changelog
Signed-off-by: vladmandic <mandic00@live.com>
2025-12-15 09:08:13 +01:00
Vladimir Mandic 4faec1439d Merge pull request #4471 from awsr/patch-2
Fix generation loop state check
2025-12-15 08:59:46 +01:00
awsr 00decaaa20 Fix generation loop state check
This also fixes log spam in the Python console.
2025-12-14 01:27:30 -08:00
vladmandic 0706f46a91 alias pipeline output image/images
Signed-off-by: vladmandic <mandic00@live.com>
2025-12-13 09:30:05 +01:00
Disty0 ce8b6d138c SDNQ remove forced uint4 from convs and cleanup 2025-12-13 01:32:52 +03:00
Disty0 101983faef Update ROCm nightlies to ROCm 7.1 2025-12-12 12:54:46 +03:00
vladmandic 13b4dc8996 update google access methods
Signed-off-by: vladmandic <mandic00@live.com>
2025-12-12 09:56:39 +01:00
vladmandic 2b7e72bf82 cleanup
Signed-off-by: vladmandic <mandic00@live.com>
2025-12-11 14:23:19 +01:00
vladmandic a9b0ab21ab update changelog
Signed-off-by: vladmandic <mandic00@live.com>
2025-12-11 07:54:27 +01:00
Vladimir Mandic 8e02b87696 Merge pull request #4460 from CalamitousFelicitousness/pixtralpromptfix
fix(prompt): handle multi-modal processors in token counter
2025-12-11 07:45:43 +01:00
Vladimir Mandic efebbc25a5 Merge pull request #4462 from CalamitousFelicitousness/fix(processing)/decode_results_to_list
fix(processing): convert vae_decode results to list in process_decode
2025-12-11 07:43:31 +01:00
CalamitousFelicitousness 810c00eb12 fix(processing): convert vae_decode results to list in process_decode
The else branch in process_decode was returning a numpy array directly
from vae_decode, while the if branch properly converted results to a
list. This caused process_samples to return early with an empty infotext
list, and zip(numpy_array, []) produced zero iterations, resulting in
images=0 for detailer, inpainting, and img2img operations.

Bug introduced in 3e8dec929 (Dec 2024), exposed by 63a180be1 (Nov 2025).
2025-12-11 03:00:40 +00:00
CalamitousFelicitousness a19c795b49 fix(prompt): handle multi-modal processors in token counter
For FLUX2 models using Mistral3/PixtralProcessor, detect and use the
underlying text tokenizer instead of calling the processor directly,
which incorrectly tries to interpret text prompts as images.
2025-12-10 18:54:39 +00:00
vladmandic 886f57708c set python==3.10 as minimum supported
Signed-off-by: vladmandic <mandic00@live.com>
2025-12-10 12:14:13 +01:00
Vladimir Mandic 29a3473772 Merge pull request #4458 from awsr/interrogate-icon
Change "interrogate" icon
2025-12-10 10:44:31 +01:00
vladmandic 3d4e47c26f update modernui
Signed-off-by: vladmandic <mandic00@live.com>
2025-12-10 10:18:01 +01:00
vladmandic a72b98848c cleanup
Signed-off-by: vladmandic <mandic00@live.com>
2025-12-10 10:17:37 +01:00
awsr f7e04aa57f Update localization files 2025-12-10 00:33:04 -08:00
Vladimir Mandic 4558963b13 Merge pull request #4457 from awsr/cache-opt
Fix/update browser cache behavior
2025-12-10 09:05:34 +01:00
Vladimir Mandic 1ddf02ab09 Merge pull request #4456 from CalamitousFelicitousness/feat/caption-ui-overhaul
feat(ui): caption tab label styling and CLIP analysis text output
2025-12-10 09:05:19 +01:00
awsr 8aafaf2c8b Change "interrogate" icon
Feels like it fits the action more and is more distinct from the resize icon.
2025-12-09 20:01:20 -08:00
awsr 9d8119b6ab Fix/update browser cache behavior
It was partially ignoring the setting and writing to cache anyway.
2025-12-09 19:23:16 -08:00
CalamitousFelicitousness d277392103 feat(ui): caption tab label styling and CLIP analysis text output
Add clip_labels_text component for CLIP analysis results and standardize
label capitalization across VLM and CLiP sections for consistency.
2025-12-09 18:54:44 +00:00
vladmandic d0e0e91a16 Merge branch 'dev' of https://github.com/vladmandic/sdnext into dev 2025-12-09 19:14:12 +01:00
vladmandic 3a65d561a7 add google-veo-3.1
Signed-off-by: vladmandic <mandic00@live.com>
2025-12-09 19:14:08 +01:00
Disty0 de5d4f0165 SDNQ fix sr not doing anything 2025-12-09 19:57:34 +03:00
Disty0 949ff04577 SDNQ fix fp16 mm with fp8 weights and improve stochastic rounding performance 2025-12-09 17:41:29 +03:00
vladmandic 27e6d17c9a update changelog with all new models
Signed-off-by: vladmandic <mandic00@live.com>
2025-12-09 09:51:41 +01:00
vladmandic acca58f50c add kandinsky5
Signed-off-by: vladmandic <mandic00@live.com>
2025-12-09 09:47:22 +01:00
vladmandic f91af19094 update video models
Signed-off-by: vladmandic <mandic00@live.com>
2025-12-09 09:22:28 +01:00
Disty0 1c2a81ee2d Make SDNQDequantizer a dataclass 2025-12-08 22:29:45 +03:00
vladmandic 3f161b5532 lint moondream
Signed-off-by: vladmandic <mandic00@live.com>
2025-12-08 18:16:00 +01:00
vladmandic 69f0d6bf5d lint
Signed-off-by: vladmandic <mandic00@live.com>
2025-12-08 18:12:47 +01:00
vladmandic fedb1fac4e Merge branch 'dev' of https://github.com/vladmandic/sdnext into dev 2025-12-08 18:00:10 +01:00
vladmandic 9f9e60f159 update changelog
Signed-off-by: vladmandic <mandic00@live.com>
2025-12-08 18:00:07 +01:00
Vladimir Mandic 5a1d60e1b9 Merge pull request #4448 from CalamitousFelicitousness/feat/vqa-prefill-thinking-moondream3
VQA Refactor
2025-12-08 17:43:48 +01:00
vladmandic 83920e9b31 update dependencies
Signed-off-by: vladmandic <mandic00@live.com>
2025-12-08 16:41:23 +01:00
Vladimir Mandic fab25f77e3 Merge pull request #4455 from liutyi/dev
FLUX.2 Dev Cover(s) and size
2025-12-08 16:34:56 +01:00
Disty0 d4e2cbb826 SDNQ fix torch.compile always being active 2025-12-08 18:15:08 +03:00
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
Oleksandr Liutyi a06aecada3 FLUX.2 Dev Cover(s) and size 2025-12-07 14:25:13 +00: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