You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -605,6 +611,7 @@ function _rerenderCachedModels() {
605
611
: `This model's download isn't complete yet (${esc(m.size||'partial')}). The serve will start but is likely to crash on a missing shard. Wait for the download to finish, or relaunch after it's done.`;
panelHtml+=`<div class="hwfit-serve-vision-warn" style="display:none;margin:0 0 8px;padding:6px 10px;border-radius:5px;font-size:11px;background:color-mix(in srgb, var(--color-warning, #f0ad4e) 14%, transparent);border:1px solid color-mix(in srgb, var(--color-warning, #f0ad4e) 40%, transparent);color:var(--color-warning, #f0ad4e);gap:6px;align-items:flex-start;line-height:1.4;"><span aria-hidden="true">⚠</span><span>Vision is enabled, but no mmproj GGUF projector was found in the cached model scan. Download an mmproj-*.gguf for this model, then refresh the cached model list before launching.</span></div>`;
608
615
// Row 1: Backend + Server + Env
609
616
panelHtml+=`<div class="hwfit-serve-row">`;
610
617
const_backendChoices=_isWindows()
@@ -886,18 +893,22 @@ function _rerenderCachedModels() {
uiModule.showToast('Vision is checked, but no mmproj projector is in the launch command. Refresh cached models after downloading mmproj, or add --mmproj manually.',8000);
1988
+
return;
1989
+
}
1974
1990
1975
1991
// Pre-launch: check our own task list for a serve already running
1976
1992
// on this host. Offer to stop+launch as the default action — the
0 commit comments