tweak: back to support all
This commit is contained in:
parent
c82f0c2bf0
commit
c17a029173
@ -1226,10 +1226,9 @@ async def send_json_override(self, event, data, sid=None):
|
|||||||
"node_id": node,
|
"node_id": node,
|
||||||
"node_class": class_type,
|
"node_class": class_type,
|
||||||
}
|
}
|
||||||
# if class_type == "PreviewImage":
|
if class_type == "PreviewImage":
|
||||||
# logger.info("Skipping preview image")
|
logger.info("Skipping preview image")
|
||||||
# else:
|
else:
|
||||||
if class_type == "ComfyDeployStdOutputImage":
|
|
||||||
await update_run_with_output(
|
await update_run_with_output(
|
||||||
prompt_id,
|
prompt_id,
|
||||||
data.get("output"),
|
data.get("output"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user