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: