mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
update lora
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user