tweak: back to support all

This commit is contained in:
karrix 2024-10-22 17:34:33 +08:00
parent c82f0c2bf0
commit c17a029173

View File

@ -1226,10 +1226,9 @@ async def send_json_override(self, event, data, sid=None):
"node_id": node,
"node_class": class_type,
}
# if class_type == "PreviewImage":
# logger.info("Skipping preview image")
# else:
if class_type == "ComfyDeployStdOutputImage":
if class_type == "PreviewImage":
logger.info("Skipping preview image")
else:
await update_run_with_output(
prompt_id,
data.get("output"),