From c21c7e545ae68a20b346a3b3185a2f6ca662e8ff Mon Sep 17 00:00:00 2001 From: Disty0 Date: Sat, 26 Jul 2025 04:52:56 +0300 Subject: [PATCH] cleanup --- modules/prompt_parser_diffusers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/prompt_parser_diffusers.py b/modules/prompt_parser_diffusers.py index 626b499bd..a2c0f4b8b 100644 --- a/modules/prompt_parser_diffusers.py +++ b/modules/prompt_parser_diffusers.py @@ -223,7 +223,6 @@ class PromptEmbedder: batch = getattr(self, key) res = [] try: - print(batch) if len(batch) == 0 or len(batch[0]) == 0: return None # flux has no negative prompts if isinstance(batch[0][0], list) and len(batch[0][0]) == 2 and isinstance(batch[0][0][1], torch.Tensor) and batch[0][0][1].shape[0] == 32: