|
76 | 76 | # extra_images_max = 4 |
77 | 77 |
|
78 | 78 | # global vars |
79 | | -KcppVersion = "1.96105" |
80 | | -LcppVersion = "b5921" |
| 79 | +KcppVersion = "1.96115" |
| 80 | +LcppVersion = "b5932" |
81 | 81 | IKLcppVersion = "IKLpr599" |
82 | 82 | EsoboldVersion = "RMv1.14.1m" |
83 | 83 | CudaSpecifics = "Cu128_Ar86_SMC2_DmmvX32Y1" |
84 | | -ReleaseDate = "2025/07/17" |
| 84 | +ReleaseDate = "2025/07/18" |
85 | 85 | showdebug = True |
86 | 86 | # guimode = False |
87 | 87 |
|
@@ -7141,7 +7141,7 @@ def togglerope(a,b,c): |
7141 | 7141 | # makefileentry(model_tab, "Text Lora Base:", "Select Lora Base File", lora_base_var, 5,width=280,singlerow=True,tooltiptxt="Select an optional F16 GGML Text LoRA base file to use.\nLeave blank to skip.") |
7142 | 7142 |
|
7143 | 7143 | makelabelentry(model_tab, "Multiplier: ", loramult_var, 5, 50,padx=390,singleline=True,tooltip="Scale multiplier for Text LoRA Strength. Default is 1.0", labelpadx=330) |
7144 | | - makefileentry(model_tab, "Mmproj File:", "Select Audio or Vision mmproj File", mmproj_var, 7,width=280,singlerow=True,tooltiptxt="Select a mmproj file to use for multimodal m |
| 7144 | + makefileentry(model_tab, "Mmproj File:", "Select Audio or Vision mmproj File", mmproj_var, 7,width=280,singlerow=True,tooltiptxt="Select a mmproj file to use for multimodal models for vision and audio recognition.\nLeave blank to skip.") |
7145 | 7145 | makecheckbox(model_tab, "Vision Force CPU", mmprojcpu_var, 9, tooltiptxt="Force CLIP for Vision mmproj always on CPU.") |
7146 | 7146 | makelabelentry(model_tab, "Vision MaxRes:", visionmaxres_var, 9, padx=320, singleline=True, tooltip=f"Clamp MMProj vision maximum allowed resolution. Allowed values are between 512 to 2048 px (default {default_visionmaxres}).", labelpadx=220) |
7147 | 7147 |
|
|
0 commit comments