CalamitousFelicitousness
e881faa2fb
feat(vlm): align default generation settings
...
Update default settings for both Prompt Enhance and VQA:
- max_tokens: 512 (prompt enhance)
- do_sample: True
- temperature: 0.8
These defaults provide better output quality with more creative
variation while maintaining coherent results.
2026-01-12 00:17:20 +00:00
awsr
0faabffc14
Simplify options init/save/load
2026-01-10 13:27:38 -08:00
Seunghoon Lee
9195116e46
zluda init
2026-01-07 14:59:42 +09:00
vladmandic
f6289206d8
startup sequence optimizations
...
Signed-off-by: vladmandic <mandic00@live.com>
2026-01-03 07:54:05 +01:00
Disty0
448e7b7735
replace the default fp6 type
2025-12-27 02:10:12 +03:00
Disty0
4a4784eafa
SDNQ add new stack of custom floating point types and remove irrelevant qtypes from the ui list
2025-12-26 20:09:17 +03:00
vladmandic
2a33d9f1a8
add qwen-image-layered
...
Signed-off-by: vladmandic <mandic00@live.com>
2025-12-22 21:24:27 +01:00
awsr
dfe6e889d8
Fix imports
2025-12-20 01:42:03 -08:00
awsr
05f767cf5f
Keep option type definitions together...
...
and update type annotations.
- Since there's no literal for sets, and because functions usually shouldn't be used as parameter defaults, use None as default and then use `set()` as default during init.
2025-12-18 18:08:54 -08:00
awsr
ab7ca7e303
Remove unused TypeGuard import
2025-12-17 16:44:09 -08:00
awsr
dcb7164d30
Update `readfile` type safety
2025-12-17 16:43:54 -08:00
awsr
41105c362a
Revert change incorrectly reported by Pyright as an error
2025-12-17 13:18:14 -08:00
awsr
c34c42493e
Opt in to dict type safety
2025-12-17 13:18:14 -08:00
awsr
5206216487
Typing updates
2025-12-17 13:18:13 -08:00
vladmandic
a7956d0c5c
detailer support for segmentation models and use of segmentation masks
...
Signed-off-by: vladmandic <mandic00@live.com>
2025-12-16 22:51:52 +01:00
vladmandic
13b4dc8996
update google access methods
...
Signed-off-by: vladmandic <mandic00@live.com>
2025-12-12 09:56:39 +01:00
vladmandic
a72b98848c
cleanup
...
Signed-off-by: vladmandic <mandic00@live.com>
2025-12-10 10:17:37 +01: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
195161c436
fix(settings): hide VLM prefill/thinking settings from Settings UI
...
These settings are accessible from the Caption tab and can be saved
as defaults via "Set UI defaults", so they don't need to appear in
Settings > Interrogate.
2025-12-05 00:54:24 +00:00
CalamitousFelicitousness
2b6226b62b
feat(vqa): persist thinking mode and improve reasoning output formatting
...
- Add interrogate_vlm_thinking_mode setting to save checkbox state
- Update ui_caption to restore Thinking Mode preference on load
- Add blank line before 'Answer:' label for visual separation
- Remove '\n\n' replacement in clean() that stripped blank lines
- Fix Qwen reasoning detection when <think> tag is in prompt, not response
- Add reasoning icon to Moondream 2 and 3 model names
2025-12-05 00:00:25 +00:00
CalamitousFelicitousness
c024c0c9c6
feat(settings): add VLM prefill and thinking retention options
...
Add new VLM configuration options:
- interrogate_vlm_keep_prefill: Keep prefill text in output
- interrogate_vlm_keep_thinking: Keep reasoning trace in output
Also adjust defaults:
- Change interrogate_clip_flavor_count: 16 -> 1024 with updated range
- Change interrogate_vlm_prompt default to first item ("Use Prompt")
2025-12-05 00:00:24 +00:00
Disty0
b6e9332cfe
SDNQ de-couple matmul dtype and add fp16 matmul
2025-11-22 02:16:20 +03: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
ba270db6ad
separate settings for lora fuse
...
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-11-08 11:08:06 -05:00
Vladimir Mandic
56026c4e61
refactor attention handling
...
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-11-08 10:55:41 -05:00
Vladimir Mandic
65dfc9b4d0
fix ui_disabled
...
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-11-04 12:06:32 -05:00
Vladimir Mandic
9927b3e62c
controlnet allow processor to keep aspect-ratio for override images based on i2i or t2i resolution
...
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-11-04 09:37:18 -05:00
Vladimir Mandic
05261e708a
ability to disable parts of the app
...
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-11-03 19:36:55 -05:00
Vladimir Mandic
fc4033a628
change num_beams and update changelog
...
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-11-02 10:56:50 -05:00
awsr
dd029ce057
Fix settings conflict that caused UI desync
...
Because these were being counted as regular settings, the Apply Settings button would revert any changes made in the Detailer section and make the settings become out of sync with the UI (until they were re-saved by changing a value in the Detailers section).
2025-11-02 02:15:24 -08:00
Vladimir Mandic
f4400adb74
detailer improvements
...
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-11-01 21:38:48 -04:00
Vladimir Mandic
58f218a560
add cudnn enable/disable override
...
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-11-01 11:33:39 -04:00
Vladimir Mandic
3ae10dd0e1
add nvidia-chronoedit
...
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-10-30 19:52:29 -04:00
Vladimir Mandic
9308a28c9d
split diffusers/transformers safetensors patch
...
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-10-27 14:39:24 -04:00
Vladimir Mandic
5ab9a5a15d
add sota model loader: runai streamer
...
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-10-27 14:20:10 -04:00
vladmandic
0271e0830c
triton split check into early and full
...
Signed-off-by: vladmandic <mandic00@live.com>
2025-10-26 11:48:10 -04:00
Vladimir Mandic
f4a8776108
fix full-screen image-viewer toolbar actions with control tab
...
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-10-22 14:35:41 -04:00
Vladimir Mandic
f69b4c5589
disabling live preview should not disable progress updates
...
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-10-21 11:07:47 -04:00
Vladimir Mandic
0b346ec1ce
add base and max shift parameters for flow-matching samplers
...
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-10-19 14:11:41 -04:00
Vladimir Mandic
281db94625
add offline mode
...
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-10-19 09:33:49 -04:00
Vladimir Mandic
45c5091aa9
fix wan and add hf mirror setting
...
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-10-16 11:26:23 -04:00
Disty0
6d64f4a2fd
rename svd options
2025-10-14 17:48:01 +03:00
Disty0
b601f0d402
SDNQ expose svd_steps and update module skip keys
2025-10-14 00:15:09 +03:00
Vladimir Mandic
2e4e741d47
seedvt2
...
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-10-12 15:35:08 -04:00
Disty0
1f81a37e8e
Set the default svd rank to 32
2025-10-06 01:27:29 +03:00
Disty0
9e52d0c1fb
SDNQ add SVDQuant quantization method
2025-10-05 22:50:30 +03:00
Vladimir Mandic
2621aecacc
interrrupt will now show last known preview image
...
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-09-29 19:25:50 -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
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
Vladimir Mandic
749878289f
document vae changes
...
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-09-28 09:25:38 -04:00