diff --git a/web/model-manager.js b/web/model-manager.js index 7e60b2e..c2ab118 100644 --- a/web/model-manager.js +++ b/web/model-manager.js @@ -3401,7 +3401,7 @@ class SettingsView { $select({ $: (el) => (settings["model-preview-thumbnail-type"] = el), textContent: "Preview thumbnail type", - options: ["JPEG/WEBP", "JPEG", "WEBP"], + options: ["JPEG/WEBP", "JPEG"], // should use JPEG/WEBP to avoid artifacts from changing between formats; use JPEG for backward compatibility }), $el("h2", ["Model Add"]), $checkbox({