mirror of
https://github.com/open-webui/open-webui
synced 2025-01-31 06:49:03 +00:00
enh: comfyui logs
This commit is contained in:
parent
3f0b7b29db
commit
f3e8dd1f2e
@ -147,6 +147,8 @@ async def comfyui_generate_image(
|
||||
return None
|
||||
|
||||
try:
|
||||
log.info("Sending workflow to WebSocket server.")
|
||||
log.info(f"Workflow: {workflow}")
|
||||
images = await asyncio.to_thread(get_images, ws, workflow, client_id, base_url)
|
||||
except Exception as e:
|
||||
log.exception(f"Error while receiving images: {e}")
|
||||
|
Loading…
Reference in New Issue
Block a user