diff --git a/javascript/progressbar.js b/javascript/progressbar.js index 424736233..2c779921f 100644 --- a/javascript/progressbar.js +++ b/javascript/progressbar.js @@ -116,7 +116,6 @@ function requestProgress(id_task, progressEl, galleryEl, atEnd = null, onProgres }; const start = (id_task, id_live_preview) => { - console.log('HERE start', id_task, id_live_preview, opts.live_preview_refresh_period) request('./internal/progress', { id_task, id_live_preview }, (res) => { lastState = res; const elapsedFromStart = (new Date() - dateStart) / 1000; diff --git a/javascript/ui.js b/javascript/ui.js index 3306f697d..2a2c6c9b4 100644 --- a/javascript/ui.js +++ b/javascript/ui.js @@ -119,7 +119,7 @@ function create_submit_args(args) { function showSubmitButtons(tabname, show) {} function submit(...args) { - console.log('Submit txt2img:', args); + console.log('Submit txt2img'); rememberGallerySelection('txt2img_gallery'); const id = randomId(); requestProgress(id, null, gradioApp().getElementById('txt2img_gallery')); @@ -129,7 +129,7 @@ function submit(...args) { } function submit_img2img(...args) { - console.log('Submit img2img:', args); + console.log('Submit img2img'); rememberGallerySelection('img2img_gallery'); const id = randomId(); requestProgress(id, null, gradioApp().getElementById('img2img_gallery')); diff --git a/launch.py b/launch.py index 739b77145..51b6e81bd 100644 --- a/launch.py +++ b/launch.py @@ -121,7 +121,7 @@ def start_server(immediate=True, server=None): time.sleep(3) installer.log.debug(f'Memory {get_memory_stats()} Collected {collected}') module_spec = importlib.util.spec_from_file_location('webui', 'webui.py') - installer.log.debug(f'Loading module: {module_spec}') + # installer.log.debug(f'Loading module: {module_spec}') server = importlib.util.module_from_spec(module_spec) installer.log.debug(f'Starting module: {server}') module_spec.loader.exec_module(server) diff --git a/wiki b/wiki index 646540f19..e7658ac83 160000 --- a/wiki +++ b/wiki @@ -1 +1 @@ -Subproject commit 646540f19208a22077f3814a20025c05b54b6699 +Subproject commit e7658ac838e420cac154df49de364b4fe975aca8