mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
remove media input buttons
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -108,10 +108,6 @@ function send_to_kanvas(gallery) {
|
||||
const [image] = extract_image_from_gallery(gallery);
|
||||
log('sendToKanvas', image);
|
||||
if (window.loadFromURL && image.data) window.loadFromURL(image.data);
|
||||
// const inputPanelEl = gradioApp().getElementById('control-template-column-input');
|
||||
// if (inputPanelEl) inputPanelEl.classList.remove('hidden');
|
||||
const inputPanelCb = gradioApp().getElementById('control_dynamic_input');
|
||||
if (inputPanelCb && !inputPanelCb.checked) inputPanelCb.click();
|
||||
}
|
||||
|
||||
async function setTheme(val, old) {
|
||||
|
||||
Reference in New Issue
Block a user