fix unwanted error print

This commit is contained in:
Concedo 2026-04-20 13:48:57 +08:00
parent c3c42f6e7f
commit fe4c1b80a1

View file

@ -2408,6 +2408,8 @@ def sd_comfyui_tranform_params(genparams):
# json with top-level dict
def parse_json_object(value, field):
if not value:
return None
broken = False
if isinstance(value, str):
retry = False