Skip to content

Commit 233e441

Browse files
committed
.
1 parent f8d4891 commit 233e441

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

comfy/ldm/higgsv2/preprocess.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -387,10 +387,7 @@ def convert_nan_to_none(obj):
387387

388388
return input_tokens, audio_contents, speaker_id
389389

390-
except Exception as e:
391-
import json
392-
print(f"Error in prepare_chatml_sample: {str(e)}")
393-
print(f"Sample data: {json.dumps(sample, indent=2)}")
390+
except Exception:
394391
return None, None, None
395392

396393
@dataclass

0 commit comments

Comments
 (0)