mirror of
https://github.com/vladmandic/automatic
synced 2026-09-08 13:58:43 +02:00
fix backend switch
This commit is contained in:
@@ -162,6 +162,7 @@ function setupExtraNetworksForTab(tabname) {
|
||||
let text = `${elem.querySelector('.name').textContent.toLowerCase()} ${elem.querySelector('.search_term').textContent.toLowerCase()}`;
|
||||
text = text.replace('models--', 'Diffusers').replace('\\', '/');
|
||||
elem.style.display = text.indexOf(searchTerm) === -1 ? 'none' : '';
|
||||
console.log({ search: searchTerm, text, display: elem.style.display });
|
||||
});
|
||||
searchTimer = null;
|
||||
}, 100);
|
||||
|
||||
Reference in New Issue
Block a user