improve vae reload

This commit is contained in:
Vladimir Mandic
2023-08-30 08:49:27 -04:00
parent 72e62078c5
commit d45e6a04cd
7 changed files with 25 additions and 24 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ async function setHints() {
}
const t1 = performance.now();
log('setHints', { type: localeData.type, elements: elements.length, localized, hints, data: localeData.data.length, time: t1 - t0 });
sortUIElements();
// sortUIElements();
removeSplash();
// validateHints(elements, localeData.data)
}