mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-04-27 10:52:31 +08:00
Fix return key from 'results' to 'result'
This commit is contained in:
parent
1dcb9e73f5
commit
e88dd4af98
@ -33,7 +33,7 @@ class PreviewAny():
|
|||||||
except Exception:
|
except Exception:
|
||||||
value = 'source exists, but could not be serialized.'
|
value = 'source exists, but could not be serialized.'
|
||||||
|
|
||||||
return {"ui": {"text": (value,)}, "results": (value,)}
|
return {"ui": {"text": (value,)}, "result": (value,)}
|
||||||
|
|
||||||
NODE_CLASS_MAPPINGS = {
|
NODE_CLASS_MAPPINGS = {
|
||||||
"PreviewAny": PreviewAny,
|
"PreviewAny": PreviewAny,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user