mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
add extra networks to xyz
This commit is contained in:
@@ -18,3 +18,11 @@ onUiUpdate(() => {
|
||||
select.onchange = () => select.title = titles[select.value] || '';
|
||||
});
|
||||
});
|
||||
|
||||
/*
|
||||
// dump elements
|
||||
const elements = [
|
||||
...Array.from(gradioApp().querySelectorAll('button')).map(el => ({id: el.id, text: el.textContent, title: el.title })),
|
||||
...Array.from(gradioApp().querySelectorAll('label > span')).map(el => ({id: el.id, text: el.textContent, title: el.title })),
|
||||
];
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user