update lora

This commit is contained in:
Vladimir Mandic
2023-05-16 12:24:04 -04:00
parent bc02d6668d
commit bce16a1db5
10 changed files with 208 additions and 76 deletions
+1
View File
@@ -34,6 +34,7 @@ def wrap_gradio_gpu_call(func, extra_outputs=None):
progress.record_results(id_task, res)
except Exception as e:
shared.log.error(f"Exception: {e}")
shared.log.error(f"Arguments: args={str(args)[:10240]} kwargs={str(kwargs)[:10240]}")
errors.display(e, 'gradio call')
res[-1] = f"<div class='error'>{html.escape(str(e))}</div>"
finally: