mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
update gradio and add batch img2img
This commit is contained in:
@@ -39,6 +39,7 @@ async function removeSplash() {
|
||||
const splash = document.getElementById('splash');
|
||||
if (splash) splash.remove();
|
||||
console.log('removeSplash');
|
||||
console.log('startupTime', Math.round(performance.now() - appStartTime) / 1000);
|
||||
}
|
||||
|
||||
window.onload = createSplash;
|
||||
|
||||
Reference in New Issue
Block a user