add todo token downsampling and simplify tomes

This commit is contained in:
Vladimir Mandic
2024-04-28 20:25:33 -04:00
parent 08152cdc06
commit 9ff507d93a
16 changed files with 604 additions and 77 deletions
-1
View File
@@ -308,7 +308,6 @@ function quickApplyStyle() {
}
function quickSaveStyle() {
console.log('HERE');
const tabname = getENActiveTab();
const btnSave = gradioApp().getElementById(`${tabname}_extra_quicksave`);
if (btnSave) btnSave.click();